Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
absaoss-build-agent committed Sep 23, 2020
1 parent a6452d1 commit 596aa24
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
<relativePath>../build/parent-pom/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions build/package-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>za.co.absa.spline</groupId>
<artifactId>package-pom</artifactId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>

<packaging>pom</packaging>

Expand All @@ -34,7 +34,7 @@
<connection>scm:git:git://github.com/AbsaOSS/spline.git</connection>
<developerConnection>scm:git:ssh://github.com:AbsaOSS/spline.git</developerConnection>
<url>http://github.com/AbsaOSS/spline/tree/master</url>
<tag>HEAD</tag>
<tag>release/0.5.5</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion build/parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>package-pom</artifactId>
<relativePath>../package-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

<artifactId>parent-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>package-pom</artifactId>
<relativePath>../build/package-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

<artifactId>client-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

<artifactId>client-web</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
~ 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>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

<artifactId>commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion consumer-rest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion consumer-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
<relativePath>../build/parent-pom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

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

<groupId>za.co.absa.spline</groupId>
<artifactId>spline</artifactId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>

<packaging>pom</packaging>

Expand All @@ -34,7 +34,7 @@
<url>${scm.url}</url>
<connection>${scm.connection}</connection>
<developerConnection>${scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>release/0.5.5</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion producer-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

<artifactId>producer-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion producer-rest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion producer-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
<relativePath>../build/parent-pom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rest-api-doc-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

<artifactId>rest-api-doc-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>za.co.absa.spline</groupId>
<artifactId>parent-pom</artifactId>
<relativePath>../build/parent-pom/pom.xml</relativePath>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

<artifactId>rest-gateway</artifactId>
Expand Down

0 comments on commit 596aa24

Please sign in to comment.