Skip to content

Commit eeb2ced

Browse files
committedMar 15, 2018
Update to latest polyglot and mavengem.
1 parent 14baf25 commit eeb2ced

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
@@ -61,7 +61,7 @@ def initialize( name, version, default_spec = true )
6161
# just depends on jruby-core so we are sure the jruby.jar is in place
6262
jar "org.jruby:jruby-core:#{version}", :scope => 'test'
6363

64-
extension 'org.torquebox.mojo:mavengem-wagon:0.2.2'
64+
extension 'org.torquebox.mojo:mavengem-wagon:1.0.1'
6565

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

Diff for: ‎lib/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ DO NOT MODIFIY - GENERATED CODE
199199
<extension>
200200
<groupId>org.torquebox.mojo</groupId>
201201
<artifactId>mavengem-wagon</artifactId>
202-
<version>0.2.2</version>
202+
<version>1.0.1</version>
203203
</extension>
204204
</extensions>
205205
<resources>
@@ -299,7 +299,7 @@ DO NOT MODIFIY - GENERATED CODE
299299
<plugin>
300300
<groupId>io.takari.polyglot</groupId>
301301
<artifactId>polyglot-maven-plugin</artifactId>
302-
<version>0.1.15</version>
302+
<version>0.3.0</version>
303303
<executions>
304304
<execution>
305305
<id>install_gems</id>
@@ -350,7 +350,7 @@ DO NOT MODIFIY - GENERATED CODE
350350
<dependency>
351351
<groupId>io.takari.polyglot</groupId>
352352
<artifactId>polyglot-ruby</artifactId>
353-
<version>0.1.15</version>
353+
<version>0.3.0</version>
354354
</dependency>
355355
</dependencies>
356356
</plugin>

0 commit comments

Comments
 (0)
Please sign in to comment.