Skip to content

Commit b5aa127

Browse files
committed
[maven-release-plugin] prepare release japicmp-base-0.1.1
1 parent b95aa54 commit b5aa127

File tree

8 files changed

+10
-11
lines changed

8 files changed

+10
-11
lines changed

japicmp-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-base</artifactId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-testbase</artifactId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</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>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</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>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</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>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-base</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</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>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-base</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</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,6 +1,5 @@
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
<parent>
@@ -11,7 +10,7 @@
1110

1211
<groupId>com.github.siom79.japicmp</groupId>
1312
<artifactId>japicmp-base</artifactId>
14-
<version>0.1.1-SNAPSHOT</version>
13+
<version>0.1.1</version>
1514
<packaging>pom</packaging>
1615

1716
<name>japicmp-base</name>
@@ -159,7 +158,7 @@
159158
<connection>scm:git:git@github.com:${github.account}/${github.project}.git</connection>
160159
<developerConnection>scm:git:git@github.com:${github.account}/${github.project}.git</developerConnection>
161160
<url>git@github.com:${github.account}/${github.project}.git</url>
162-
<tag>HEAD</tag>
161+
<tag>japicmp-base-0.1.1</tag>
163162
</scm>
164163

165164
<profiles>

0 commit comments

Comments
 (0)