Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Feb 21, 2020
1 parent 63616e0 commit b8cdd79
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>smallrye-config-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion converters/json/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>smallrye-config-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>smallrye-config</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -27,7 +27,7 @@

<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>

<packaging>pom</packaging>
<name>SmallRye: MicroProfile Config Parent</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
<connection>scm:git:git@github.com:smallrye/smallrye-config.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-config.git</developerConnection>
<url>https://github.com/smallrye/smallrye-config/</url>
<tag>HEAD</tag>
<tag>1.6.2</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>smallrye-config-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sources/file-system/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-config-parent</artifactId>
<groupId>io.smallrye.config</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sources/hocon/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-config-parent</artifactId>
<groupId>io.smallrye.config</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sources/yaml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-config-parent</artifactId>
<groupId>io.smallrye.config</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sources/zookeeper/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/extra/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-testsuite</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>smallrye-config-test-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>smallrye-config-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tck/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-testsuite</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<artifactId>smallrye-config-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/cdi-provider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/events/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../../</relativePath>
</parent>

Expand Down

0 comments on commit b8cdd79

Please sign in to comment.