Skip to content

Commit 23bdb2b

Browse files
author
Noa Resare
committed
Updated pom.xml
* Set scope to test for junit dependency * Clarified license (2-Clause BSD) * scm reference to the github mirror
1 parent 552402b commit 23bdb2b

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717
<url>http://www.dnsjava.org</url>
1818
<licenses>
1919
<license>
20-
<name>BSD license</name>
21-
<url>http://dnsjava.org/dnsjava-current/README</url>
20+
<name>BSD 2-Clause license</name>
21+
<url>http://opensource.org/licenses/BSD-2-Clause</url>
2222
<distribution>repo</distribution>
2323
</license>
2424
</licenses>
2525
<scm>
26-
<connection>scm:svn:https://svn.code.sf.net/p/dnsjava/code/trunk/k</connection>
27-
<developerConnection>scm:svn:https://svn.code.sf.net/p/dnsjava/code/trunk/</developerConnection>
28-
<url>http://sourceforge.net/p/dnsjava/code/HEAD/tree/</url>
26+
<connection>scm:git:https://github.com/dnsjava/dnsjava</connection>
27+
<developerConnection>scm:git:[email protected]:dnsjava/dnsjava</developerConnection>
28+
<url>https://github.com/dnsjava/dnsjava</url>
29+
<tag>v2.1.6</tag>
2930
</scm>
3031
<developers>
3132
<developer>
@@ -174,7 +175,8 @@
174175
<groupId>junit</groupId>
175176
<artifactId>junit</artifactId>
176177
<version>3.8.2</version>
178+
<scope>test</scope>
177179
</dependency>
178180
</dependencies>
179181

180-
</project>
182+
</project>

0 commit comments

Comments
 (0)