Skip to content

Commit

Permalink
Update to latest polyglot and mavengem.
Browse files Browse the repository at this point in the history
headius committed Mar 15, 2018

Verified

This commit was signed with the committer’s verified signature.
headius Charles Oliver Nutter
1 parent 14baf25 commit eeb2ced
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
<extension>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.1.15</version>
<version>0.3.0</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ def initialize( name, version, default_spec = true )
# just depends on jruby-core so we are sure the jruby.jar is in place
jar "org.jruby:jruby-core:#{version}", :scope => 'test'

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

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

6 changes: 3 additions & 3 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -199,7 +199,7 @@ DO NOT MODIFIY - GENERATED CODE
<extension>
<groupId>org.torquebox.mojo</groupId>
<artifactId>mavengem-wagon</artifactId>
<version>0.2.2</version>
<version>1.0.1</version>
</extension>
</extensions>
<resources>
@@ -299,7 +299,7 @@ DO NOT MODIFIY - GENERATED CODE
<plugin>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-maven-plugin</artifactId>
<version>0.1.15</version>
<version>0.3.0</version>
<executions>
<execution>
<id>install_gems</id>
@@ -350,7 +350,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.1.15</version>
<version>0.3.0</version>
</dependency>
</dependencies>
</plugin>

0 comments on commit eeb2ced

Please sign in to comment.