Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump from 1.5.4 to 1.5.5 because jruby-jars booch
  • Loading branch information
enebo committed Nov 9, 2010
1 parent 827258b commit 4bd4200
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion default.build.properties
Expand Up @@ -63,6 +63,6 @@ version.ruby.patchlevel=249
version.ruby1_9.major=1.9
version.ruby1_9=1.9.2dev
version.ruby1_9.patchlevel=24787
version.jruby=1.5.4
version.jruby=1.5.5
mspec.revision=26e25432f613856640a591fe098bec5ed80f40a1
rubyspecs.revision=b8d81ce02208d1f4fbc939d002dccc55bca285f6
4 changes: 2 additions & 2 deletions maven/jruby-complete/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<packaging>jar</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>JRuby Complete</name>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions maven/jruby-rake-plugin/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.plugins</groupId>
<artifactId>jruby-rake-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>JRuby Rake Plugin</name>
<dependencies>
<dependency>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions maven/jruby/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<packaging>jar</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>JRuby</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>1.5.4</version>
<version>1.5.5</version>
<name>JRuby Shared</name>
<url>http://www.jruby.org/</url>
<description>A 1.8.7 compatible Ruby interpreter written in 100% pure Java</description>
Expand Down

0 comments on commit 4bd4200

Please sign in to comment.