Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
updated ant task version in gradle example, NEXUS-8746
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jun 4, 2015
1 parent 978ca5b commit 6655eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/simple-project-staging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

// use the uber jar which contains all necessary dependencies already,
// the nexusStaging scope will not be included in the pom or output artifacts
nexusStaging group: 'org.sonatype.nexus.ant', name: 'nexus-staging-ant-tasks', version: '1.6.1', classifier: 'uber'
nexusStaging group: 'org.sonatype.nexus.ant', name: 'nexus-staging-ant-tasks', version: '1.6.3', classifier: 'uber'
}

uploadArchives {
Expand Down

0 comments on commit 6655eee

Please sign in to comment.