Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Sep 7, 2020
1 parent 797ce9e commit 8abc35e
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 17 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.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>smallrye-common-annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion classloader/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.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>smallrye-common-classloader</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.3.1-SNAPSHOT</version>
<version>1.4.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.3.1-SNAPSHOT</version>
<version>1.4.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.3.1-SNAPSHOT</version>
<version>1.4.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.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>smallrye-common-function</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion io/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.3.1-SNAPSHOT</version>
<version>1.4.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.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>smallrye-common-net</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions os/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>smallrye-common-parent</artifactId>
<groupId>io.smallrye.common</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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>

Expand All @@ -12,7 +11,7 @@

<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>

<packaging>pom</packaging>
<name>SmallRye Common: Parent</name>
Expand Down Expand Up @@ -44,7 +43,7 @@
<connection>scm:git:[email protected]:smallrye/smallrye-common.git</connection>
<developerConnection>scm:git:[email protected]:smallrye/smallrye-common.git</developerConnection>
<url>https://github.com/smallrye/smallrye-common/</url>
<tag>HEAD</tag>
<tag>1.4.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion version/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.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>smallrye-common-version</artifactId>
Expand Down

0 comments on commit 8abc35e

Please sign in to comment.