File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
~ limitations under the License.
16
16
-->
17
17
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" >
19
21
20
22
<parent >
21
23
<groupId >org.sonatype.oss</groupId >
27
29
<groupId >de.danielbechler</groupId >
28
30
<artifactId >java-object-diff</artifactId >
29
31
<name >Java Object Diff</name >
30
- <version >0.12</version >
32
+ <version >0.12-SNAPSHOT </version >
31
33
32
34
<developers >
33
35
<developer >
94
96
<plugin >
95
97
<artifactId >maven-release-plugin</artifactId >
96
98
<configuration >
97
- <scmCommentPrefix />
99
+ <scmCommentPrefix />
98
100
</configuration >
99
101
</plugin >
100
102
<plugin >
You can’t perform that action at this time.
0 commit comments