Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jul 10, 2020
1 parent c388276 commit 07ab3b5
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 31 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
</parent>

<artifactId>smallrye-config-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion converters/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
6 changes: 1 addition & 5 deletions examples/expansion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>io.smallrye.config.examples</groupId>
<artifactId>expansion</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>

<name>SmallRye Config Examples: Property Expansion</name>

Expand Down Expand Up @@ -58,8 +58,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>1.8.3</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions examples/interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>io.smallrye.config.examples</groupId>
<artifactId>interceptors</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>

<name>SmallRye Config Examples: Interceptors</name>

Expand Down Expand Up @@ -53,8 +53,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>1.8.3</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
</parent>

<artifactId>smallrye-config-examples</artifactId>
Expand Down
6 changes: 1 addition & 5 deletions examples/profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>io.smallrye.config.examples</groupId>
<artifactId>profiles</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>

<name>SmallRye Config Examples: Profiles</name>

Expand Down Expand Up @@ -72,8 +72,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>1.8.3</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
</parent>

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

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

<packaging>pom</packaging>
<name>SmallRye: MicroProfile Config Parent</name>
Expand Down Expand Up @@ -61,7 +61,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>1.8.3</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion sources/hocon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-config-parent</artifactId>
<groupId>io.smallrye.config</groupId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sources/yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-config-parent</artifactId>
<groupId>io.smallrye.config</groupId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sources/zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-testsuite</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
</parent>

<artifactId>smallrye-config-test-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
</parent>

<artifactId>smallrye-config-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-testsuite</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
</parent>

<artifactId>smallrye-config-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/cdi-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down

0 comments on commit 07ab3b5

Please sign in to comment.