File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 28
28
</organization >
29
29
<!-- AN SCM entry that points to the SVN directory that contains the pom file for the project -->
30
30
<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 >
33
44
<dependencies >
34
45
<dependency >
35
46
<groupId >junit</groupId >
65
76
<version >1.8.5</version >
66
77
</dependency >
67
78
<!-- testing dependencies -->
68
-
69
79
<dependency >
70
80
<groupId >org.powermock</groupId >
71
81
<artifactId >powermock-module-junit4</artifactId >
You can’t perform that action at this time.
0 commit comments