Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jun 15, 2020
1 parent 8caa1d1 commit 5f31617
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 27 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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
9 changes: 6 additions & 3 deletions examples/expansion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -26,7 +25,7 @@

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

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

Expand Down Expand Up @@ -60,4 +59,8 @@
</dependency>
</dependencies>


<scm>
<tag>1.8.1</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions examples/interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -26,7 +25,7 @@

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

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

Expand Down Expand Up @@ -55,4 +54,8 @@
</dependency>
</dependencies>


<scm>
<tag>1.8.1</tag>
</scm>
</project>
5 changes: 2 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<artifactId>smallrye-config-examples</artifactId>
Expand Down
9 changes: 6 additions & 3 deletions examples/profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -26,7 +25,7 @@

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

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

Expand Down Expand Up @@ -74,4 +73,8 @@
</plugins>
</build>


<scm>
<tag>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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>HEAD</tag>
<tag>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</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.1-SNAPSHOT</version>
<version>1.8.1</version>
<relativePath>../../</relativePath>
</parent>

Expand Down

0 comments on commit 5f31617

Please sign in to comment.