Skip to content

Commit 95f5b33

Browse files
committed
Bump version to 1.2.4
1 parent a7352d8 commit 95f5b33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/maven/tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
#
2121
module Maven
2222
module Tools
23-
VERSION = '1.2.3'.freeze
23+
VERSION = '1.2.4'.freeze
2424
end
2525
end

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>rubygems</groupId>
44
<artifactId>maven-tools</artifactId>
5-
<version>1.2.2</version>
5+
<version>1.2.4</version>
66
<packaging>gem</packaging>
77
<name>helpers for maven related tasks</name>
8-
<url>http://github.com/jruby/maven-tools</url>
8+
<url>https://github.com/jruby/maven-tools</url>
99
<description>adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc</description>
1010
<developers>
1111
<developer>
@@ -15,7 +15,7 @@
1515
</developers>
1616
<scm>
1717
<connection>https://github.com/jruby/maven-tools.git</connection>
18-
<url>http://github.com/jruby/maven-tools</url>
18+
<url>https://github.com/jruby/maven-tools</url>
1919
</scm>
2020
<pluginRepositories>
2121
<pluginRepository>

0 commit comments

Comments
 (0)