Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 55b2971

Browse files
committed
Updated info for pom
Added project name. Updated git links for cloudant-labs repo.
1 parent 3bc597f commit 55b2971

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ subprojects {
178178

179179
//augment the pom with additional information
180180
pom.project {
181+
name rootProject.name
181182
packaging 'jar'
182183
description 'Cache for java-cloudant client'
183184
inceptionYear '2016'
@@ -190,9 +191,9 @@ subprojects {
190191
}
191192
}
192193
scm {
193-
connection 'scm:git:git://github.com/cloudant/java-cloudant-cache.git'
194-
developerConnection 'scm:git:git@github.com/cloudant/java-cloudant-cache.git'
195-
url 'https://java-cloudant@github.com/cloudant/java-cloudant-cache.git'
194+
connection 'scm:git:git://github.com/cloudant-labs/java-cloudant-cache.git'
195+
developerConnection 'scm:git:git@github.com/cloudant-labs/java-cloudant-cache.git'
196+
url 'https://java-cloudant-cache@github.com/cloudant-labs/java-cloudant-cache.git'
196197
}
197198
properties {
198199
'project.build.sourceEncoding' 'UTF-8'

0 commit comments

Comments
 (0)