File tree Expand file tree Collapse file tree 8 files changed +10
-11
lines changed
japicmp-test-maven-plugin Expand file tree Collapse file tree 8 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.siom79.japicmp</groupId >
5
5
<artifactId >japicmp-base</artifactId >
6
- <version >0.1.1-SNAPSHOT </version >
6
+ <version >0.1.1</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.siom79.japicmp</groupId >
5
5
<artifactId >japicmp-testbase</artifactId >
6
- <version >0.1.1-SNAPSHOT </version >
6
+ <version >0.1.1</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.siom79.japicmp</groupId >
6
6
<artifactId >japicmp-testbase</artifactId >
7
- <version >0.1.1-SNAPSHOT </version >
7
+ <version >0.1.1</version >
8
8
</parent >
9
9
10
10
<artifactId >japicmp-test-v1</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.siom79.japicmp</groupId >
6
6
<artifactId >japicmp-testbase</artifactId >
7
- <version >0.1.1-SNAPSHOT </version >
7
+ <version >0.1.1</version >
8
8
</parent >
9
9
10
10
<artifactId >japicmp-test-v2</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.siom79.japicmp</groupId >
6
6
<artifactId >japicmp-testbase</artifactId >
7
- <version >0.1.1-SNAPSHOT </version >
7
+ <version >0.1.1</version >
8
8
</parent >
9
9
10
10
<artifactId >japicmp-test</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.siom79.japicmp</groupId >
6
6
<artifactId >japicmp-base</artifactId >
7
- <version >0.1.1-SNAPSHOT </version >
7
+ <version >0.1.1</version >
8
8
</parent >
9
9
10
10
<artifactId >japicmp-testbase</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.siom79.japicmp</groupId >
6
6
<artifactId >japicmp-base</artifactId >
7
- <version >0.1.1-SNAPSHOT </version >
7
+ <version >0.1.1</version >
8
8
</parent >
9
9
10
10
<artifactId >japicmp</artifactId >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
11
10
12
11
<groupId >com.github.siom79.japicmp</groupId >
13
12
<artifactId >japicmp-base</artifactId >
14
- <version >0.1.1-SNAPSHOT </version >
13
+ <version >0.1.1</version >
15
14
<packaging >pom</packaging >
16
15
17
16
<name >japicmp-base</name >
159
158
<connection >scm:git:git@github.com:${github.account} /${github.project} .git</connection >
160
159
<developerConnection >scm:git:git@github.com:${github.account} /${github.project} .git</developerConnection >
161
160
<url >git@github.com:${github.account} /${github.project} .git</url >
162
- <tag >HEAD </tag >
161
+ <tag >japicmp-base-0.1.1 </tag >
163
162
</scm >
164
163
165
164
<profiles >
You can’t perform that action at this time.
0 commit comments