Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 11, 2024
1 parent 131e0ff commit b6f9e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/maven/tools/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
#
module Maven
module Tools
VERSION = '1.2.1'.freeze
VERSION = '1.2.2'.freeze
end
end
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>rubygems</groupId>
<artifactId>maven-tools</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>gem</packaging>
<name>helpers for maven related tasks</name>
<url>http://github.com/torquebox/maven-tools</url>
Expand Down

0 comments on commit b6f9e65

Please sign in to comment.