Skip to content

Commit 32d38af

Browse files
committed
fixed up SCM
1 parent 95c7e44 commit 32d38af

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Diff for: pom.xml

+13-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,19 @@
2828
</organization>
2929
<!-- AN SCM entry that points to the SVN directory that contains the pom file for the project -->
3030
<scm>
31-
<developerConnection>scm:svn:https://ala-bie.googlecode.com/svn/trunk/ala-logger/</developerConnection>
32-
</scm>
31+
<connection>scm:git:git@github.com:AtlasOfLivingAustralia/ala-logger.git</connection>
32+
<url>https://github.com/AtlasOfLivingAustralia/ala-logger</url>
33+
<developerConnection>scm:git:git@github.com:AtlasOfLivingAustralia/ala-logger.git</developerConnection>
34+
<tag>HEAD</tag>
35+
</scm>
36+
<issueManagement>
37+
<system>GitHub</system>
38+
<url>https://github.com/AtlasOfLivingAustralia/ala-logger/issues</url>
39+
</issueManagement>
40+
<ciManagement>
41+
<system>Travis</system>
42+
<url>http://travis-ci.org/AtlasOfLivingAustralia/ala-logger/</url>
43+
</ciManagement>
3344
<dependencies>
3445
<dependency>
3546
<groupId>junit</groupId>
@@ -65,7 +76,6 @@
6576
<version>1.8.5</version>
6677
</dependency>
6778
<!-- testing dependencies -->
68-
6979
<dependency>
7080
<groupId>org.powermock</groupId>
7181
<artifactId>powermock-module-junit4</artifactId>

0 commit comments

Comments
 (0)