Skip to content

Commit a275929

Browse files
author
absaoss-build-agent
committed
[maven-release-plugin] prepare release release/0.7.6
1 parent f4ce299 commit a275929

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
24-
<version>0.7.6-SNAPSHOT</version>
24+
<version>0.7.6</version>
2525
<relativePath>../build/parent-pom/pom.xml</relativePath>
2626
</parent>
2727

build/parent-pom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<url>${scm.url}</url>
3232
<connection>${scm.connection}</connection>
3333
<developerConnection>${scm.developerConnection}</developerConnection>
34-
<tag>HEAD</tag>
34+
<tag>release/0.7.6</tag>
3535
</scm>
3636

37-
<version>0.7.6-SNAPSHOT</version>
37+
<version>0.7.6</version>
3838

3939
<properties>
4040
<java.version>1.8</java.version>

commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
2424
<relativePath>../build/parent-pom/pom.xml</relativePath>
25-
<version>0.7.6-SNAPSHOT</version>
25+
<version>0.7.6</version>
2626
</parent>
2727

2828
<artifactId>commons</artifactId>

consumer-rest-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>za.co.absa.spline</groupId>
2626
<artifactId>parent-pom</artifactId>
2727
<relativePath>../build/parent-pom/pom.xml</relativePath>
28-
<version>0.7.6-SNAPSHOT</version>
28+
<version>0.7.6</version>
2929
</parent>
3030

3131

consumer-services/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
24-
<version>0.7.6-SNAPSHOT</version>
24+
<version>0.7.6</version>
2525
<relativePath>../build/parent-pom/pom.xml</relativePath>
2626
</parent>
2727

kafka-gateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent-pom</artifactId>
2323
<groupId>za.co.absa.spline</groupId>
24-
<version>0.7.6-SNAPSHOT</version>
24+
<version>0.7.6</version>
2525
<relativePath>../build/parent-pom/pom.xml</relativePath>
2626
</parent>
2727

persistence/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
2424
<relativePath>../build/parent-pom/pom.xml</relativePath>
25-
<version>0.7.6-SNAPSHOT</version>
25+
<version>0.7.6</version>
2626
</parent>
2727

2828
<artifactId>persistence</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<artifactId>spline</artifactId>
22-
<version>0.7.6-SNAPSHOT</version>
22+
<version>0.7.6</version>
2323

2424
<packaging>pom</packaging>
2525

2626
<scm>
2727
<url>${scm.url}</url>
2828
<connection>${scm.connection}</connection>
2929
<developerConnection>${scm.developerConnection}</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>release/0.7.6</tag>
3131
</scm>
3232

3333
<parent>

producer-model-mapper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
2424
<relativePath>../build/parent-pom/pom.xml</relativePath>
25-
<version>0.7.6-SNAPSHOT</version>
25+
<version>0.7.6</version>
2626
</parent>
2727

2828
<artifactId>producer-model-mapper</artifactId>

producer-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
2424
<relativePath>../build/parent-pom/pom.xml</relativePath>
25-
<version>0.7.6-SNAPSHOT</version>
25+
<version>0.7.6</version>
2626
</parent>
2727

2828
<artifactId>producer-model-v1.1</artifactId>

producer-rest-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>za.co.absa.spline</groupId>
2626
<artifactId>parent-pom</artifactId>
2727
<relativePath>../build/parent-pom/pom.xml</relativePath>
28-
<version>0.7.6-SNAPSHOT</version>
28+
<version>0.7.6</version>
2929
</parent>
3030

3131

producer-services/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
24-
<version>0.7.6-SNAPSHOT</version>
24+
<version>0.7.6</version>
2525
<relativePath>../build/parent-pom/pom.xml</relativePath>
2626
</parent>
2727

rest-gateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
2424
<relativePath>../build/parent-pom/pom.xml</relativePath>
25-
<version>0.7.6-SNAPSHOT</version>
25+
<version>0.7.6</version>
2626
</parent>
2727

2828
<artifactId>rest-gateway</artifactId>

0 commit comments

Comments
 (0)