Skip to content

Commit 0d1bd1c

Browse files
committed
[maven-release-plugin] prepare release code-assert-parent-0.9.5
1 parent dc3eb33 commit 0d1bd1c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.5-SNAPSHOT</version>
7+
<version>0.9.5</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.5-SNAPSHOT</version>
8+
<version>0.9.5</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.5-SNAPSHOT</version>
8+
<version>0.9.5</version>
99
</parent>
1010

1111
<artifactId>code-assert</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>code-assert-parent</artifactId>
13-
<version>0.9.5-SNAPSHOT</version>
13+
<version>0.9.5</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.artifactId}</name>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:https://github.com/nidi3/code-assert</connection>
3434
<developerConnection>scm:git:https://github.com/nidi3/code-assert</developerConnection>
3535
<url>https://github.com/nidi3/code-assert</url>
36-
<tag>HEAD</tag>
36+
<tag>code-assert-parent-0.9.5</tag>
3737
</scm>
3838

3939
</project>

0 commit comments

Comments
 (0)