File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 44 <artifactId >diffutils</artifactId >
55 <packaging >jar</packaging >
66 <version >2.1-SNAPSHOT</version >
7-
87 <name >java-diff-utils</name >
98 <description >The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description >
109 <url >https://github.com/wumpz/java-diff-utils</url >
1110 <inceptionYear >2009</inceptionYear >
12- <!--
13- to make a local release
14- <parent>
15- <groupId>org.sonatype.oss</groupId>
16- <artifactId>oss-parent</artifactId>
17- <version>9</version>
18- </parent>
19- -->
11+
12+ <distributionManagement >
13+ <repository >
14+ <id >sonatype-nexus-staging</id >
15+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
16+ </repository >
17+ <snapshotRepository >
18+ <id >sonatype-nexus-snapshots</id >
19+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
20+ </snapshotRepository >
21+ </distributionManagement >
22+
2023 <scm >
2124 <connection >scm:git:https://github.com/wumpz/java-diff-utils.git</connection >
2225 <developerConnection >scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection >
2326 <url >https://github.com/wumpz/java-diff-utils.git</url >
24- <tag >diffutils-2.0 </tag >
27+ <tag >HEAD </tag >
2528 </scm >
2629
2730 <issueManagement >
You can’t perform that action at this time.
0 commit comments