Skip to content

Commit bb55fc0

Browse files
committed
Bump for RC3
1 parent 2864fe4 commit bb55fc0

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

default.build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ version.ruby1_9.major=1.9
7070
version.ruby1_9=1.9.2
7171
version.ruby1_9.patchlevel=136
7272
version.ruby1_9.revision=27758
73-
version.jruby=1.6.0.RC2
73+
version.jruby=1.6.0.RC3
7474
mspec.revision=66c9eb68ccdc473025d2f6fb34019fc3a977c252
7575
rubyspecs.revision=f979fb9b13372811dfc5fb4519f1886363de0a6c
7676
joda.time.version=1.6.2

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jruby</groupId>
1111
<artifactId>shared</artifactId>
12-
<version>1.6.0.RC2</version>
12+
<version>1.6.0.RC3</version>
1313
</parent>
1414

1515
<groupId>org.jruby</groupId>

maven/jruby-complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>jruby-common</artifactId>
7-
<version>1.6.0.RC2</version>
7+
<version>1.6.0.RC3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/jruby-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>jruby-common</artifactId>
7-
<version>1.6.0.RC2</version>
7+
<version>1.6.0.RC3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/jruby-rake-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.jruby</groupId>
55
<artifactId>shared</artifactId>
6-
<version>1.6.0.RC2</version>
6+
<version>1.6.0.RC3</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.jruby.plugins</groupId>
1111
<artifactId>jruby-rake-plugin</artifactId>
1212
<packaging>maven-plugin</packaging>
13-
<version>1.6.0.RC2</version>
13+
<version>1.6.0.RC3</version>
1414
<name>JRuby Rake Plugin</name>
1515
<dependencies>
1616
<dependency>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.jruby</groupId>
3333
<artifactId>jruby-complete</artifactId>
34-
<version>1.6.0.RC2</version>
34+
<version>1.6.0.RC3</version>
3535
</dependency>
3636
</dependencies>
3737

maven/jruby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>jruby-common</artifactId>
7-
<version>1.6.0.RC2</version>
7+
<version>1.6.0.RC3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>shared</artifactId>
7-
<version>1.6.0.RC2</version>
7+
<version>1.6.0.RC3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.jruby</groupId>
66
<artifactId>shared</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.6.0.RC2</version>
8+
<version>1.6.0.RC3</version>
99
<name>JRuby Shared</name>
1010
<url>http://www.jruby.org/</url>
1111
<description>A 1.8.7 compatible Ruby interpreter written in 100% pure Java</description>

0 commit comments

Comments
 (0)