Skip to content

Commit

Permalink
Update versioneye plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Apr 11, 2016
1 parent c6c41fc commit 84a9760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ jdk:
- oraclejdk7

after_success:
- gradle -Prelease build jacocoCombinedReport coveralls generatePomFileForMavenJavaPublication artifactoryPublish

# Later when new plugin is available
# - gradle -Prelease build versionEyeUpdate jacocoCombinedReport coveralls generatePomFileForMavenJavaPublication artifactoryPublish
- gradle -Prelease build versionEyeUpdate jacocoCombinedReport coveralls generatePomFileForMavenJavaPublication artifactoryPublish
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
}
dependencies {
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1'
classpath 'org.standardout:gradle-versioneye-plugin:1.2.0'
classpath 'org.standardout:gradle-versioneye-plugin:1.3.0'
}
}

Expand Down

0 comments on commit 84a9760

Please sign in to comment.