Skip to content

Commit

Permalink
Merge pull request #314 from eclipse/emily_release_branch
Browse files Browse the repository at this point in the history
release microprofile config 1.2.1
  • Loading branch information
Emily-Jiang authored Jan 31, 2018
2 parents 315b6c7 + 72333f2 commit cfb5cfd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -101,7 +101,7 @@
<version>3.5.0</version>
<configuration>
<base>
<version>1.1</version>
<version>1.2</version>
</base>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile Config</name>
<description>Eclipse MicroProfile Config Feature :: Parent POM</description>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.microprofile.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.microprofile.config</groupId>
Expand Down

0 comments on commit cfb5cfd

Please sign in to comment.