Skip to content

Commit ede82ec

Browse files
committed
[maven-release-plugin] rollback the release of code-assert-parent-0.9.9
1 parent 6cbf3d7 commit ede82ec

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

code-assert-gui/pom.xml

+1-1
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.9</version>
7+
<version>0.9.8-SNAPSHOT</version>
88
</parent>
99

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

code-assert-maven-plugin/pom.xml

+1-1
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.9</version>
8+
<version>0.9.8-SNAPSHOT</version>
99
</parent>
1010

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

code-assert/pom.xml

+1-1
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.9</version>
8+
<version>0.9.8-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>code-assert</artifactId>

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34

45
<modelVersion>4.0.0</modelVersion>
56

@@ -11,7 +12,7 @@
1112
</parent>
1213

1314
<artifactId>code-assert-parent</artifactId>
14-
<version>0.9.9</version>
15+
<version>0.9.8-SNAPSHOT</version>
1516
<packaging>pom</packaging>
1617

1718
<name>${project.artifactId}</name>
@@ -34,7 +35,7 @@
3435
<connection>scm:git:https://github.com/nidi3/code-assert</connection>
3536
<developerConnection>scm:git:https://github.com/nidi3/code-assert</developerConnection>
3637
<url>https://github.com/nidi3/code-assert</url>
37-
<tag>code-assert-parent-0.9.9</tag>
38+
<tag>HEAD</tag>
3839
</scm>
3940

4041
</project>

0 commit comments

Comments
 (0)