Skip to content

Commit 8cfded7

Browse files
committed
[maven-release-plugin] rollback the release of polyapi-java-0.2.0
1 parent 9094f82 commit 8cfded7

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

commons/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
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>io.polyapi</groupId>
68
<artifactId>parent-pom</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
9+
<version>0.2.0-SNAPSHOT</version>
810
<relativePath>../parent-pom</relativePath>
911
</parent>
1012

library/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
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>io.polyapi</groupId>
68
<artifactId>parent-pom</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
9+
<version>0.2.0-SNAPSHOT</version>
810
<relativePath>../parent-pom</relativePath>
911
</parent>
1012

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.2.1-SNAPSHOT</version>
8+
<version>0.2.0-SNAPSHOT</version>
79
<packaging>pom</packaging>
810
<name>Poly API Java parent POM</name>
911
<url>https://polyapi.io</url>

polyapi-maven-plugin/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
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>io.polyapi</groupId>
68
<artifactId>parent-pom</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
9+
<version>0.2.0-SNAPSHOT</version>
810
<relativePath>../parent-pom</relativePath>
911
</parent>
1012

pom.xml

Lines changed: 5 additions & 4 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
<modelVersion>4.0.0</modelVersion>
46

57
<groupId>io.polyapi</groupId>
68
<artifactId>polyapi-java</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
9+
<version>0.2.0-SNAPSHOT</version>
810
<packaging>pom</packaging>
911
<modules>
1012
<module>parent-pom</module>
@@ -29,8 +31,7 @@
2931
<connection>scm:git:[email protected]:polyapi/polyapi-java.git</connection>
3032
<developerConnection>scm:git:[email protected]:polyapi/polyapi-java.git</developerConnection>
3133
<url>https://github.com/polyapi/polyapi-java</url>
32-
<tag>HEAD</tag>
33-
</scm>
34+
</scm>
3435

3536
<build>
3637
<plugins>

0 commit comments

Comments
 (0)