Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release/0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamCity agent (sysBAGLCIBTeamCity) committed Nov 10, 2017
1 parent fcc0572 commit 01925b8
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion commons/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>spline-parent</artifactId>
<relativePath>../parent/pom.xml</relativePath>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>spline-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>spline-parent</artifactId>
<relativePath>../parent/pom.xml</relativePath>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 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>spline-parent</artifactId>
<relativePath>../parent/pom.xml</relativePath>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>spline-model</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ 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>

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

<packaging>pom</packaging>

Expand All @@ -35,7 +34,8 @@
<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>
</scm>
<tag>release/0.2.3</tag>
</scm>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion persistence/api/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>spline-parent</artifactId>
<relativePath>../../parent/pom.xml</relativePath>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>spline-persistence-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence/atlas/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>spline-parent</artifactId>
<relativePath>../../parent/pom.xml</relativePath>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>spline-persistence-atlas</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence/hdfs/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>spline-parent</artifactId>
<relativePath>../../parent/pom.xml</relativePath>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>spline-persistence-hdfs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence/mongo/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>spline-parent</artifactId>
<relativePath>../../parent/pom.xml</relativePath>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>spline-persistence-mongo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence/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>spline</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>spline-persistence</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,20 @@
~ 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>

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

<packaging>pom</packaging>

<scm>
<url>https://bitbucket.absa.co.za/projects/BACIBBD/repos/spline/browse</url>
<connection>scm:git:https://bitbucket.absa.co.za/scm/bacibbd/spline.git</connection>
<developerConnection>scm:git:https://bitbucket.absa.co.za/scm/bacibbd/spline.git</developerConnection>
<tag>HEAD</tag>
<tag>release/0.2.3</tag>
</scm>

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion web/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>spline-parent</artifactId>
<relativePath>../parent/pom.xml</relativePath>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<properties>
Expand Down

0 comments on commit 01925b8

Please sign in to comment.