Skip to content

Commit a8ea96a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 295f358 commit a8ea96a

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

code-assert-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>guru.nidi</groupId>
77
<artifactId>code-assert-parent</artifactId>
8-
<version>0.9.12-SNAPSHOT</version>
8+
<version>0.9.13-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>code-assert-core</artifactId>

code-assert-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>code-assert-parent</artifactId>
66
<groupId>guru.nidi</groupId>
7-
<version>0.9.12-SNAPSHOT</version>
7+
<version>0.9.13-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>code-assert-gui</artifactId>

code-assert-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>guru.nidi</groupId>
77
<artifactId>code-assert-parent</artifactId>
8-
<version>0.9.12-SNAPSHOT</version>
8+
<version>0.9.13-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>code-assert-maven-plugin</artifactId>

code-assert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>guru.nidi</groupId>
77
<artifactId>code-assert-parent</artifactId>
8-
<version>0.9.12-SNAPSHOT</version>
8+
<version>0.9.13-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>code-assert</artifactId>

pom.xml

Lines changed: 2 additions & 3 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

54
<modelVersion>4.0.0</modelVersion>
65

@@ -12,7 +11,7 @@
1211
</parent>
1312

1413
<artifactId>code-assert-parent</artifactId>
15-
<version>0.9.12-SNAPSHOT</version>
14+
<version>0.9.13-SNAPSHOT</version>
1615
<packaging>pom</packaging>
1716

1817
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)