Skip to content

Commit

Permalink
Update trunk to reflect 1.1.7-dev for trunk dev versus displaying las…
Browse files Browse the repository at this point in the history
…t released name

git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@8264 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
enebo committed Dec 3, 2008
1 parent cba81c9 commit 0f7aaa5
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
Expand Up @@ -2,7 +2,7 @@

<jruby>
<version>
<jruby>1.1.6RC1</jruby>
<jruby>1.1.7-dev</jruby>
<ruby major="1.8" minor="6"/>
</version>
</jruby>
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.1.6RC1</version>
<version>1.1.7-dev</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<packaging>jar</packaging>
<version>1.1.6RC1</version>
<version>1.1.7-dev</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.1.6RC1</version>
<version>1.1.7-dev</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.1.6RC1</version>
<version>1.1.7-dev</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.1.6RC1</version>
<version>1.1.7-dev</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.1.6RC1</version>
<version>1.1.7-dev</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<packaging>jar</packaging>
<version>1.1.6RC1</version>
<version>1.1.7-dev</version>
<name>JRuby</name>

<dependencies>
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.1.6RC1</version>
<version>1.1.7-dev</version>
<name>JRuby Shared</name>
<url>http://www.jruby.org/</url>
<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
Expand Up @@ -4,7 +4,7 @@ version.ruby.patchlevel=114
version.ruby1_9.major=1.9
version.ruby1_9=1.9.1
release.date=@build.date@
version.jruby=1.1.6RC1
version.jruby=1.1.7-dev
build.jruby=java@java.specification.version@
target.jruby=java@javac.version@
revision.jruby=$Revision: 6586 $

0 comments on commit 0f7aaa5

Please sign in to comment.