Skip to content

Commit 3a56b57

Browse files
[maven-release-plugin] rollback the release of polyapi-java-0.15.4
1 parent 6aae159 commit 3a56b57

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
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.5-SNAPSHOT</version>
7+
<version>0.15.4-SNAPSHOT</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.5-SNAPSHOT</version>
7+
<version>0.15.4-SNAPSHOT</version>
88
<relativePath>../parent-pom</relativePath>
99
</parent>
1010
<artifactId>library</artifactId>

parent-pom/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
35
<modelVersion>4.0.0</modelVersion>
46
<groupId>io.polyapi</groupId>
57
<artifactId>parent-pom</artifactId>
6-
<version>0.15.5-SNAPSHOT</version>
8+
<version>0.15.4-SNAPSHOT</version>
79
<packaging>pom</packaging>
810
<name>PolyAPI Java parent POM</name>
911
<url>https://polyapi.io</url>

polyapi-maven-plugin/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>io.polyapi</groupId>
67
<artifactId>parent-pom</artifactId>
7-
<version>0.15.5-SNAPSHOT</version>
8+
<version>0.15.4-SNAPSHOT</version>
89
<relativePath>../parent-pom</relativePath>
910
</parent>
1011
<artifactId>polyapi-maven-plugin</artifactId>

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
35

46
<modelVersion>4.0.0</modelVersion>
57
<groupId>io.polyapi</groupId>
68
<artifactId>polyapi-java</artifactId>
7-
<version>0.15.5-SNAPSHOT</version>
9+
<version>0.15.4-SNAPSHOT</version>
810
<packaging>pom</packaging>
911
<modules>
1012
<module>parent-pom</module>

0 commit comments

Comments
 (0)