Skip to content

Commit 8f82a86

Browse files
committed
[maven-release-plugin] prepare release java-object-diff-0.12
1 parent 8ca581c commit 8f82a86

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

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

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">
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">
2119

2220
<parent>
2321
<groupId>org.sonatype.oss</groupId>
@@ -29,7 +27,7 @@
2927
<groupId>de.danielbechler</groupId>
3028
<artifactId>java-object-diff</artifactId>
3129
<name>Java Object Diff</name>
32-
<version>0.12-SNAPSHOT</version>
30+
<version>0.12</version>
3331

3432
<developers>
3533
<developer>
@@ -96,7 +94,7 @@
9694
<plugin>
9795
<artifactId>maven-release-plugin</artifactId>
9896
<configuration>
99-
<scmCommentPrefix/>
97+
<scmCommentPrefix />
10098
</configuration>
10199
</plugin>
102100
<plugin>

0 commit comments

Comments
 (0)