Skip to content

Commit

Permalink
Releasing paypalhttp 1.0.2 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Ganeshram Chockalingam <[email protected]>
  • Loading branch information
ganeshramc and Ganeshram Chockalingam authored Jul 2, 2021
1 parent 43273ce commit 91f8fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def getRepositoryPassword() {
allprojects {
apply plugin: 'java'
group 'com.paypal'
version '1.0.1'
version '1.0.2'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down Expand Up @@ -47,10 +47,10 @@ allprojects {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

repository(url: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/') {
authentication(userName: getRepositoryUsername(), password: getRepositoryPassword())
authentication(userName: ossrhUsername, password: ossrhPassword)
}
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/') {
authentication(userName: getRepositoryUsername(), password: getRepositoryPassword())
authentication(userName: ossrhUsername, password: ossrhPassword)
}

pom.project {
Expand Down

0 comments on commit 91f8fa2

Please sign in to comment.