Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jul 28, 2020
1 parent a9bed95 commit 6194ce0
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 19 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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion 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.5-SNAPSHOT</version>
<version>1.8.5</version>

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

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

<scm>
<tag>1.8.5</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion 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.5-SNAPSHOT</version>
<version>1.8.5</version>

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

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

<scm>
<tag>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</version>
</parent>

<artifactId>smallrye-config-examples</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion 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.5-SNAPSHOT</version>
<version>1.8.5</version>

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

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

<scm>
<tag>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</version>

<packaging>pom</packaging>
<name>SmallRye: MicroProfile Config Parent</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<connection>scm:git:[email protected]:smallrye/smallrye-config.git</connection>
<developerConnection>scm:git:[email protected]:smallrye/smallrye-config.git</developerConnection>
<url>https://github.com/smallrye/smallrye-config/</url>
<tag>HEAD</tag>
<tag>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</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.5-SNAPSHOT</version>
<version>1.8.5</version>
<relativePath>../../</relativePath>
</parent>

Expand Down

0 comments on commit 6194ce0

Please sign in to comment.