Skip to content

Commit

Permalink
Bump Joni version to 1.0.2 in JRuby poms
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/tags/jruby-1_1@6416 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
nicksieger committed Apr 6, 2008
1 parent 71bf0c5 commit 39e7f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions maven/jruby-complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -118,7 +118,7 @@
<artifactItem>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</artifactItem>
<artifactItem>
<groupId>joda-time</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -118,7 +118,7 @@
<artifactItem>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</artifactItem>
<artifactItem>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit 39e7f4e

Please sign in to comment.