Skip to content

Commit

Permalink
Merge pull request #235 from nitrous-io/maven-update
Browse files Browse the repository at this point in the history
Update Maven to 3.2.5
  • Loading branch information
gmckeever committed Feb 9, 2015
2 parents 21e8dad + 1876734 commit be19b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/maven.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Autoparts
module Packages
class Maven < Package
name 'maven'
version '3.2.1'
version '3.2.5'
description 'Maven: A software project management and comprehension tool'
category Category::DEVELOPMENT_TOOLS

source_url 'http://www.us.apache.org/dist/maven/maven-3/3.2.1/binaries/apache-maven-3.2.1-bin.tar.gz'
source_sha1 '40e1bf0775fd3ebcac1dbeb61153b871b86b894f'
source_url 'http://www.us.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz'
source_sha1 '41009327d5494e0e8970b25b77ffed8934cd7ca1'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit be19b53

Please sign in to comment.