Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jul 20, 2020
1 parent d0a8608 commit c3de9d5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>smallrye-common-annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion constraint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>smallrye-common-constraint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cpu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>smallrye-common-cpu</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion expression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>smallrye-common-expression</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion function/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>smallrye-common-function</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions io/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.common</groupId>
<artifactId>smallrye-common-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

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

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

<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>

<packaging>pom</packaging>
<name>SmallRye Common: Parent</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:git@github.com:smallrye/smallrye-common.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-common.git</developerConnection>
<url>https://github.com/smallrye/smallrye-common/</url>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit c3de9d5

Please sign in to comment.