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

Commit

Permalink
Updated info for pom
Browse files Browse the repository at this point in the history
Added project name.
Updated git links for cloudant-labs repo.
  • Loading branch information
ricellis committed Mar 11, 2016
1 parent 3bc597f commit 55b2971
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ subprojects {

//augment the pom with additional information
pom.project {
name rootProject.name
packaging 'jar'
description 'Cache for java-cloudant client'
inceptionYear '2016'
Expand All @@ -190,9 +191,9 @@ subprojects {
}
}
scm {
connection 'scm:git:git://github.com/cloudant/java-cloudant-cache.git'
developerConnection 'scm:git:[email protected]/cloudant/java-cloudant-cache.git'
url 'https://[email protected]/cloudant/java-cloudant-cache.git'
connection 'scm:git:git://github.com/cloudant-labs/java-cloudant-cache.git'
developerConnection 'scm:git:[email protected]/cloudant-labs/java-cloudant-cache.git'
url 'https://java-cloudant-cache@github.com/cloudant-labs/java-cloudant-cache.git'
}
properties {
'project.build.sourceEncoding' 'UTF-8'
Expand Down

0 comments on commit 55b2971

Please sign in to comment.