Skip to content

Commit cc4d9e3

Browse files
committed
[maven-release-plugin] rollback the release of java-object-diff-0.12
1 parent 8f82a86 commit cc4d9e3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: pom.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<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/maven-v4_0_0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1921

2022
<parent>
2123
<groupId>org.sonatype.oss</groupId>
@@ -27,7 +29,7 @@
2729
<groupId>de.danielbechler</groupId>
2830
<artifactId>java-object-diff</artifactId>
2931
<name>Java Object Diff</name>
30-
<version>0.12</version>
32+
<version>0.12-SNAPSHOT</version>
3133

3234
<developers>
3335
<developer>
@@ -94,7 +96,7 @@
9496
<plugin>
9597
<artifactId>maven-release-plugin</artifactId>
9698
<configuration>
97-
<scmCommentPrefix />
99+
<scmCommentPrefix/>
98100
</configuration>
99101
</plugin>
100102
<plugin>

0 commit comments

Comments
 (0)