File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >japicmp</groupId >
6
6
<artifactId >japicmp-testbase</artifactId >
7
- <version >0.0.2-SNAPSHOT </version >
7
+ <version >0.0.2</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 >japicmp</groupId >
6
6
<artifactId >japicmp-testbase</artifactId >
7
- <version >0.0.2-SNAPSHOT </version >
7
+ <version >0.0.2</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 >japicmp</groupId >
6
6
<artifactId >japicmp-testbase</artifactId >
7
- <version >0.0.2-SNAPSHOT </version >
7
+ <version >0.0.2</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 >japicmp</groupId >
6
6
<artifactId >japicmp-base</artifactId >
7
- <version >0.0.2-SNAPSHOT </version >
7
+ <version >0.0.2</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 >japicmp</groupId >
6
6
<artifactId >japicmp-base</artifactId >
7
- <version >0.0.2-SNAPSHOT </version >
7
+ <version >0.0.2</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
<groupId >japicmp</groupId >
7
6
<artifactId >japicmp-base</artifactId >
8
- <version >0.0.2-SNAPSHOT </version >
7
+ <version >0.0.2</version >
9
8
<packaging >pom</packaging >
10
9
11
10
<properties >
123
122
<connection >scm:git:git://github.com/${github.account} /${project.groupId} .git</connection >
124
123
<developerConnection >scm:git:git@github.com:${github.account} /${project.groupId} .git</developerConnection >
125
124
<url >http://github.com/${github.account} /${project.groupId} /tree/master/</url >
126
- <tag >HEAD </tag >
125
+ <tag >japicmp-base-0.0.2 </tag >
127
126
</scm >
128
127
129
128
<distributionManagement >
You can’t perform that action at this time.
0 commit comments