Skip to content

Commit 562a520

Browse files
[maven-release-plugin] prepare release polyapi-java-0.15.4
1 parent be66506 commit 562a520

File tree

5 files changed

+10
-15
lines changed

5 files changed

+10
-15
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.4-SNAPSHOT</version>
7+
<version>0.15.4</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.4-SNAPSHOT</version>
7+
<version>0.15.4</version>
88
<relativePath>../parent-pom</relativePath>
99
</parent>
1010
<artifactId>library</artifactId>

parent-pom/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>io.polyapi</groupId>
75
<artifactId>parent-pom</artifactId>
8-
<version>0.15.4-SNAPSHOT</version>
6+
<version>0.15.4</version>
97
<packaging>pom</packaging>
108
<name>PolyAPI Java parent POM</name>
119
<url>https://polyapi.io</url>
@@ -30,7 +28,7 @@
3028
<connection>scm:git:[email protected]:polyapi/polyapi-java.git</connection>
3129
<developerConnection>scm:git:[email protected]:polyapi/polyapi-java.git</developerConnection>
3230
<url>https://github.com/polyapi/polyapi-java</url>
33-
<tag>HEAD</tag>
31+
<tag>polyapi-java-0.15.4</tag>
3432
</scm>
3533
<properties>
3634
<maven.compiler.source>17</maven.compiler.source>

polyapi-maven-plugin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.polyapi</groupId>
76
<artifactId>parent-pom</artifactId>
8-
<version>0.15.4-SNAPSHOT</version>
7+
<version>0.15.4</version>
98
<relativePath>../parent-pom</relativePath>
109
</parent>
1110
<artifactId>polyapi-maven-plugin</artifactId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53

64
<modelVersion>4.0.0</modelVersion>
75
<groupId>io.polyapi</groupId>
86
<artifactId>polyapi-java</artifactId>
9-
<version>0.15.4-SNAPSHOT</version>
7+
<version>0.15.4</version>
108
<packaging>pom</packaging>
119
<modules>
1210
<module>parent-pom</module>
@@ -37,7 +35,7 @@
3735
<connection>scm:git:[email protected]:polyapi/polyapi-java.git</connection>
3836
<developerConnection>scm:git:[email protected]:polyapi/polyapi-java.git</developerConnection>
3937
<url>https://github.com/polyapi/polyapi-java</url>
40-
<tag>HEAD</tag>
38+
<tag>polyapi-java-0.15.4</tag>
4139
</scm>
4240
<build>
4341
<plugins>

0 commit comments

Comments
 (0)