Skip to content

Commit f21e238

Browse files
committed
[maven-release-plugin] prepare release japicmp-base-0.0.2
1 parent f5b13eb commit f21e238

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

japicmp-testbase/japicmp-test-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99

1010
<artifactId>japicmp-test-v1</artifactId>

japicmp-testbase/japicmp-test-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99

1010
<artifactId>japicmp-test-v2</artifactId>

japicmp-testbase/japicmp-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99

1010
<artifactId>japicmp-test</artifactId>

japicmp-testbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>japicmp</groupId>
66
<artifactId>japicmp-base</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99

1010
<artifactId>japicmp-testbase</artifactId>

japicmp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>japicmp</groupId>
66
<artifactId>japicmp-base</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99

1010
<artifactId>japicmp</artifactId>

pom.xml

Lines changed: 3 additions & 4 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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

65
<groupId>japicmp</groupId>
76
<artifactId>japicmp-base</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
98
<packaging>pom</packaging>
109

1110
<properties>
@@ -123,7 +122,7 @@
123122
<connection>scm:git:git://github.com/${github.account}/${project.groupId}.git</connection>
124123
<developerConnection>scm:git:git@github.com:${github.account}/${project.groupId}.git</developerConnection>
125124
<url>http://github.com/${github.account}/${project.groupId}/tree/master/</url>
126-
<tag>HEAD</tag>
125+
<tag>japicmp-base-0.0.2</tag>
127126
</scm>
128127

129128
<distributionManagement>

0 commit comments

Comments
 (0)