Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 1, 2009
1 parent ebc4d63 commit 9cbadb8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build-config.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<jruby> <jruby>
<version> <version>
<jruby>1.3.0</jruby> <jruby>1.3.0RC1</jruby>
<ruby major="1.8" minor="6"/> <ruby major="1.8" minor="6"/>
</version> </version>
</jruby> </jruby>
4 changes: 2 additions & 2 deletions maven/jruby-complete/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.3-SNAPSHOT</version> <version>1.3.0RC1</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.3-SNAPSHOT</version> <version>1.3.0RC1</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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.3-SNAPSHOT</version> <version>1.3.0RC1</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.3-SNAPSHOT</version> <version>1.3.0RC1</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.3-SNAPSHOT</version> <version>1.3.0RC1</version>
</dependency> </dependency>
</dependencies> </dependencies>


Expand Down
4 changes: 2 additions & 2 deletions maven/jruby/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.3-SNAPSHOT</version> <version>1.3.0RC1</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.3-SNAPSHOT</version> <version>1.3.0RC1</version>
<name>JRuby</name> <name>JRuby</name>


<dependencies> <dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Original file line Diff line number Diff line change
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.3-SNAPSHOT</version> <version>1.3.0RC1</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.5 compatible Ruby interpreter written in 100% pure Java</description> <description>A 1.8.5 compatible Ruby interpreter written in 100% pure Java</description>
Expand Down
2 changes: 1 addition & 1 deletion src/org/jruby/jruby.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version.ruby1_9.major=1.9
version.ruby1_9=1.9.1 version.ruby1_9=1.9.1
version.ruby1_9.patchlevel=0 version.ruby1_9.patchlevel=0
release.date=@build.date@ release.date=@build.date@
version.jruby=1.3.0 version.jruby=1.3.0RC1
build.jruby=java@java.specification.version@ build.jruby=java@java.specification.version@
target.jruby=java@javac.version@ target.jruby=java@javac.version@
revision.jruby=$Revision: 6586 $ revision.jruby=$Revision: 6586 $

0 comments on commit 9cbadb8

Please sign in to comment.