Skip to content

Commit f8be204

Browse files
committed
[maven-release-plugin] prepare release polyapi-java-0.2.0
1 parent 3b64296 commit f8be204

File tree

5 files changed

+14
-22
lines changed

5 files changed

+14
-22
lines changed

commons/pom.xml

Lines changed: 2 additions & 4 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
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.polyapi</groupId>
86
<artifactId>parent-pom</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
108
<relativePath>../parent-pom</relativePath>
119
</parent>
1210

library/pom.xml

Lines changed: 2 additions & 4 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
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.polyapi</groupId>
86
<artifactId>parent-pom</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
108
<relativePath>../parent-pom</relativePath>
119
</parent>
1210
<artifactId>library</artifactId>

parent-pom/pom.xml

Lines changed: 4 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.2.0-SNAPSHOT</version>
6+
<version>0.2.0</version>
97
<packaging>pom</packaging>
108
<name>Poly API Java parent POM</name>
119
<url>https://polyapi.io</url>
@@ -30,7 +28,8 @@
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-
</scm>
31+
<tag>polyapi-java-0.2.0</tag>
32+
</scm>
3433
<properties>
3534
<maven.compiler.source>17</maven.compiler.source>
3635
<maven.compiler.target>17</maven.compiler.target>

polyapi-maven-plugin/pom.xml

Lines changed: 2 additions & 4 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
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.polyapi</groupId>
86
<artifactId>parent-pom</artifactId>
9-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
108
<relativePath>../parent-pom</relativePath>
119
</parent>
1210
<artifactId>polyapi-maven-plugin</artifactId>

pom.xml

Lines changed: 4 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>polyapi-java</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
6+
<version>0.2.0</version>
97
<packaging>pom</packaging>
108
<modules>
119
<module>parent-pom</module>
@@ -36,7 +34,8 @@
3634
<connection>scm:git:[email protected]:polyapi/polyapi-java.git</connection>
3735
<developerConnection>scm:git:[email protected]:polyapi/polyapi-java.git</developerConnection>
3836
<url>https://github.com/polyapi/polyapi-java</url>
39-
</scm>
37+
<tag>polyapi-java-0.2.0</tag>
38+
</scm>
4039
<build>
4140
<plugins>
4241
<plugin>

0 commit comments

Comments
 (0)