Skip to content

Commit

Permalink
Bump to RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 4, 2010
1 parent 8050d18 commit 603f15a
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.major=1.9
version.ruby1_9=1.9.2dev version.ruby1_9=1.9.2dev
version.ruby1_9.patchlevel=24787 version.ruby1_9.patchlevel=24787
version.jruby=1.5.0.RC2 version.jruby=1.5.0.RC3
mspec.revision=26e25432f613856640a591fe098bec5ed80f40a1 mspec.revision=26e25432f613856640a591fe098bec5ed80f40a1
rubyspecs.revision=b8d81ce02208d1f4fbc939d002dccc55bca285f6 rubyspecs.revision=b8d81ce02208d1f4fbc939d002dccc55bca285f6
4 changes: 2 additions & 2 deletions maven/jruby-complete/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.5.0.RC2</version> <version>1.5.0.RC3</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId> <artifactId>jruby-complete</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.5.0.RC2</version> <version>1.5.0.RC3</version>
<name>JRuby Complete</name> <name>JRuby Complete</name>


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


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


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

0 comments on commit 603f15a

Please sign in to comment.