Skip to content

Commit d347a5a

Browse files
committedMar 15, 2018
Merge branch 'jruby-9.1'
2 parents 36b44df + eeb2ced commit d347a5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

Diff for: ‎.mvn/extensions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>io.takari.polyglot</groupId>
55
<artifactId>polyglot-ruby</artifactId>
6-
<version>0.1.15</version>
6+
<version>0.3.0</version>
77
</extension>
88
</extensions>

Diff for: ‎lib/pom.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def initialize( name, version, default_spec = true )
6262
# just depends on jruby-core so we are sure the jruby.jar is in place
6363
jar "org.jruby:jruby-core:#{version}", :scope => 'test'
6464

65-
extension 'org.torquebox.mojo:mavengem-wagon:0.2.2'
65+
extension 'org.torquebox.mojo:mavengem-wagon:1.0.1'
6666

6767
repository :id => :mavengems, :url => 'mavengem:https://rubygems.org'
6868

Diff for: ‎lib/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ DO NOT MODIFIY - GENERATED CODE
212212
<extension>
213213
<groupId>org.torquebox.mojo</groupId>
214214
<artifactId>mavengem-wagon</artifactId>
215-
<version>0.2.2</version>
215+
<version>1.0.1</version>
216216
</extension>
217217
</extensions>
218218
<resources>
@@ -312,7 +312,7 @@ DO NOT MODIFIY - GENERATED CODE
312312
<plugin>
313313
<groupId>io.takari.polyglot</groupId>
314314
<artifactId>polyglot-maven-plugin</artifactId>
315-
<version>0.1.15</version>
315+
<version>0.3.0</version>
316316
<executions>
317317
<execution>
318318
<id>install_gems</id>
@@ -363,7 +363,7 @@ DO NOT MODIFIY - GENERATED CODE
363363
<dependency>
364364
<groupId>io.takari.polyglot</groupId>
365365
<artifactId>polyglot-ruby</artifactId>
366-
<version>0.1.15</version>
366+
<version>0.3.0</version>
367367
</dependency>
368368
</dependencies>
369369
</plugin>

0 commit comments

Comments
 (0)
Please sign in to comment.