File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >code-assert-parent</artifactId >
6
6
<groupId >guru.nidi</groupId >
7
- <version >0.9.6-SNAPSHOT </version >
7
+ <version >0.9.6</version >
8
8
</parent >
9
9
10
10
<artifactId >code-assert-gui</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >guru.nidi</groupId >
7
7
<artifactId >code-assert-parent</artifactId >
8
- <version >0.9.6-SNAPSHOT </version >
8
+ <version >0.9.6</version >
9
9
</parent >
10
10
11
11
<artifactId >code-assert-maven-plugin</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 >
7
6
<groupId >guru.nidi</groupId >
8
7
<artifactId >code-assert-parent</artifactId >
9
- <version >0.9.6-SNAPSHOT </version >
8
+ <version >0.9.6</version >
10
9
</parent >
11
10
12
11
<artifactId >code-assert</artifactId >
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >code-assert-parent</artifactId >
13
- <version >0.9.6-SNAPSHOT </version >
13
+ <version >0.9.6</version >
14
14
<packaging >pom</packaging >
15
15
16
16
<name >${project.artifactId} </name >
33
33
<connection >scm:git:https://github.com/nidi3/code-assert</connection >
34
34
<developerConnection >scm:git:https://github.com/nidi3/code-assert</developerConnection >
35
35
<url >https://github.com/nidi3/code-assert</url >
36
- <tag >HEAD </tag >
36
+ <tag >code-assert-parent-0.9.6 </tag >
37
37
</scm >
38
38
39
39
</project >
You can’t perform that action at this time.
0 commit comments