Skip to content

Commit 583b970

Browse files
[maven-release-plugin] prepare release polyapi-java-0.15.1
1 parent 0d06b7d commit 583b970

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.polyapi</groupId>
66
<artifactId>parent-pom</artifactId>
7-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.15.1</version>
88
<relativePath>../parent-pom</relativePath>
99
</parent>
1010

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.polyapi</groupId>
66
<artifactId>parent-pom</artifactId>
7-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.15.1</version>
88
<relativePath>../parent-pom</relativePath>
99
</parent>
1010
<artifactId>library</artifactId>

parent-pom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.polyapi</groupId>
55
<artifactId>parent-pom</artifactId>
6-
<version>0.15.1-SNAPSHOT</version>
6+
<version>0.15.1</version>
77
<packaging>pom</packaging>
88
<name>Poly API Java parent POM</name>
99
<url>https://polyapi.io</url>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:[email protected]:polyapi/polyapi-java.git</connection>
2929
<developerConnection>scm:git:[email protected]:polyapi/polyapi-java.git</developerConnection>
3030
<url>https://github.com/polyapi/polyapi-java</url>
31-
<tag>HEAD</tag>
31+
<tag>polyapi-java-0.15.1</tag>
3232
</scm>
3333
<properties>
3434
<maven.compiler.source>17</maven.compiler.source>

polyapi-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.polyapi</groupId>
66
<artifactId>parent-pom</artifactId>
7-
<version>0.15.1-SNAPSHOT</version>
7+
<version>0.15.1</version>
88
<relativePath>../parent-pom</relativePath>
99
</parent>
1010
<artifactId>polyapi-maven-plugin</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.polyapi</groupId>
55
<artifactId>polyapi-java</artifactId>
6-
<version>0.15.1-SNAPSHOT</version>
6+
<version>0.15.1</version>
77
<packaging>pom</packaging>
88
<modules>
99
<module>parent-pom</module>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:[email protected]:polyapi/polyapi-java.git</connection>
3535
<developerConnection>scm:git:[email protected]:polyapi/polyapi-java.git</developerConnection>
3636
<url>https://github.com/polyapi/polyapi-java</url>
37-
<tag>HEAD</tag>
37+
<tag>polyapi-java-0.15.1</tag>
3838
</scm>
3939
<build>
4040
<plugins>

0 commit comments

Comments
 (0)