Skip to content

Commit

Permalink
Bump for RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Mar 7, 2011
1 parent 2864fe4 commit bb55fc0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion default.build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ version.ruby1_9.major=1.9
version.ruby1_9=1.9.2
version.ruby1_9.patchlevel=136
version.ruby1_9.revision=27758
version.jruby=1.6.0.RC2
version.jruby=1.6.0.RC3
mspec.revision=66c9eb68ccdc473025d2f6fb34019fc3a977c252
rubyspecs.revision=f979fb9b13372811dfc5fb4519f1886363de0a6c
joda.time.version=1.6.2
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.6.0.RC2</version>
<version>1.6.0.RC3</version>
</parent>

<groupId>org.jruby</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId>
<version>1.6.0.RC2</version>
<version>1.6.0.RC3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId>
<version>1.6.0.RC2</version>
<version>1.6.0.RC3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions maven/jruby-rake-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.6.0.RC2</version>
<version>1.6.0.RC3</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.6.0.RC2</version>
<version>1.6.0.RC3</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.6.0.RC2</version>
<version>1.6.0.RC3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId>
<version>1.6.0.RC2</version>
<version>1.6.0.RC3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.6.0.RC2</version>
<version>1.6.0.RC3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>1.6.0.RC2</version>
<version>1.6.0.RC3</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 bb55fc0

Please sign in to comment.