Skip to content

Commit

Permalink
One last update to latest of everything
Browse files Browse the repository at this point in the history
Some of the .0 artifacts still had references to de.saumya and
org.torquebox versions, so all three projects have been updated
to the latest releases and re-released. No functional changes, for
the most part, since the libraries themselves were already using
the new artifacts. This mostly affects tests and documentation and
gets rid of all the old artifact references.
  • Loading branch information
headius committed Aug 16, 2023
1 parent 8673092 commit d6d5a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polyglot-ruby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</dependencies>

<properties>
<mavengem-wagon.version>2.0.0</mavengem-wagon.version>
<mavengem-wagon.version>2.0.1</mavengem-wagon.version>
</properties>

<pluginRepositories>
Expand Down Expand Up @@ -151,14 +151,14 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>maven-tools</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<type>gem</type>
<scope>provided</scope>
</dependency>
</dependencies>

<properties>
<jruby.plugins.version>3.0.0</jruby.plugins.version>
<jruby.plugins.version>3.0.1</jruby.plugins.version>
</properties>

<build>
Expand Down

0 comments on commit d6d5a12

Please sign in to comment.