File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 ~ limitations under the License.
1616 -->
1717
18- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
19- 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" >
2019
2120 <parent >
2221 <groupId >org.sonatype.oss</groupId >
2827 <groupId >de.danielbechler</groupId >
2928 <artifactId >java-object-diff</artifactId >
3029 <name >Java Object Diff</name >
31- <version >0.90.0-SNAPSHOT</version >
30+ <version >0.90.0.RC1 -SNAPSHOT</version >
3231
3332 <prerequisites >
3433 <maven >2.2.1</maven >
5655 <url >https://github.com/SQiShER/java-object-diff</url >
5756 <connection >scm:git:ssh://git@github.com/SQiShER/java-object-diff.git</connection >
5857 <developerConnection >scm:git:ssh://git@github.com/SQiShER/java-object-diff.git</developerConnection >
59- </scm >
58+ <tag >HEAD</tag >
59+ </scm >
6060
6161 <issueManagement >
6262 <system >GitHub</system >
9898 <plugin >
9999 <artifactId >maven-release-plugin</artifactId >
100100 <configuration >
101- <scmCommentPrefix />
101+ <scmCommentPrefix />
102102 </configuration >
103103 </plugin >
104104 <plugin >
435435 <exclude >**/*Example.class</exclude >
436436 </excludes >
437437 </instrumentation >
438- <check />
438+ <check />
439439 </configuration >
440440 </plugin >
441441 <plugin >
You can’t perform that action at this time.
0 commit comments