Skip to content

Commit

Permalink
Revert "Update maven to 3.6.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
cagiti authored Nov 26, 2018
1 parent 6e5918d commit 38c8c79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jenkins/apache-maven-3.5.2-bin.tar.gz:
size: 8738691
object_id: 2e476708-9b9f-4973-6f39-ee38965cd9ee
sha: 190dcebb8a080f983af4420cac4f3ece7a47dd64
jenkins/apache-maven-3.6.0-bin.tar.gz:
size: 9063587
object_id: b07b7fb9-13de-4add-4f32-3b8f549fbf72
sha: a6bd3779ab7aef6da3b6e9b9bb80471641830827
jenkins/jenkins_2.121.3.war:
size: 74764818
object_id: 62126f77-f8a7-4aba-78b4-203b9f1179e3
Expand Down
2 changes: 1 addition & 1 deletion packages/apache-maven/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
# $BOSH_INSTALL_TARGET - where you copy/install files to be included in package
export HOME=/var/vcap

MAVEN_VERSION=3.6.0
MAVEN_VERSION=3.5.2

mkdir ${BOSH_COMPILE_TARGET}/maven
tar xvfz ${BOSH_COMPILE_TARGET}/jenkins/apache-maven-${MAVEN_VERSION}-bin.tar.gz -C ${BOSH_COMPILE_TARGET}/maven
Expand Down
2 changes: 1 addition & 1 deletion packages/apache-maven/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: apache-maven
dependencies:
- oraclejdk
files:
- jenkins/apache-maven-3.6.0-bin.tar.gz
- jenkins/apache-maven-3.5.2-bin.tar.gz

0 comments on commit 38c8c79

Please sign in to comment.