Skip to content

Commit 95f87a7

Browse files
committed
introduced release plugin
1 parent dc4f2df commit 95f87a7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.github.java-diff-utils</groupId>
54
<artifactId>diffutils</artifactId>
@@ -10,16 +9,20 @@
109
<description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description>
1110
<url>https://github.com/wumpz/java-diff-utils</url>
1211
<inceptionYear>2009</inceptionYear>
12+
<!--
13+
to make a local release
1314
<parent>
1415
<groupId>org.sonatype.oss</groupId>
1516
<artifactId>oss-parent</artifactId>
1617
<version>9</version>
1718
</parent>
19+
-->
1820
<scm>
1921
<connection>scm:git:https://github.com/wumpz/java-diff-utils.git</connection>
2022
<developerConnection>scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection>
2123
<url>https://github.com/wumpz/java-diff-utils.git</url>
22-
</scm>
24+
<tag>diffutils-2.0</tag>
25+
</scm>
2326

2427
<issueManagement>
2528
<system>GitHub Issues</system>

0 commit comments

Comments
 (0)