Skip to content

Commit c600f7a

Browse files
committed
Further updates to the release process.
1 parent 86a4c57 commit c600f7a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

build.gradle

+11-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
compile group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '7.0.27'
1919
compile group: 'redis.clients', name: 'jedis', version: '2.5.2'
2020
compile group: 'org.apache.commons', name: 'commons-pool2', version: '2.2'
21-
compile group: 'commons-codec', name: 'commons-codec', version: '1.9'
21+
//compile group: 'commons-codec', name: 'commons-codec', version: '1.9'
2222

2323
testCompile group: 'junit', name: 'junit', version: '4.+'
2424
testCompile 'org.hamcrest:hamcrest-core:1.3'
@@ -66,10 +66,15 @@ uploadArchives {
6666
description 'Tomcat Redis Session Manager is a Tomcat extension to store sessions in Redis'
6767
url 'https://github.com/jcoleman/tomcat-redis-session-manager'
6868

69+
issueManagement {
70+
url 'https://github.com:jcoleman/tomcat-redis-session-manager/issues'
71+
system 'GitHub Issues'
72+
}
73+
6974
scm {
70-
url 'scm:git@github.com:jcoleman/tomcat-redis-session-manager.git'
71-
connection 'scm:git@github.com:jcoleman/tomcat-redis-session-manager.git'
72-
developerConnection 'scm:[email protected]:jcoleman/tomcat-redis-session-manager.git'
75+
url 'https://github.com:jcoleman/tomcat-redis-session-manager'
76+
connection 'scm:git:git://github.com/jcoleman/tomcat-redis-session-manager.git'
77+
developerConnection 'scm:git:git@github.com:jcoleman/tomcat-redis-session-manager.git'
7378
}
7479

7580
licenses {
@@ -84,6 +89,8 @@ uploadArchives {
8489
developer {
8590
id 'jcoleman'
8691
name 'James Coleman'
92+
93+
url 'https://github.com/jcoleman'
8794
}
8895
}
8996
}

0 commit comments

Comments
 (0)