Skip to content

Commit

Permalink
Bump for next dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Feb 22, 2013
1 parent dac429b commit e1df585
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion default.build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ version.ruby2_0=2.0.0dev
version.ruby2_0.patchlevel=0
#version.ruby2_0.revision=34159

version.jruby=1.7.3
version.jruby=1.7.4.dev
joda.time.version=2.1
tzdata.builddir=build/tzdata
tzdata.ftpserver=ftp.iana.org
Expand Down
2 changes: 1 addition & 1 deletion docs/man/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>docs</artifactId>
<version>1.7.3</version>
<version>1.7.4.dev</version>
</parent>

<groupId>org.jruby</groupId>
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.7.3</version>
<version>1.7.4.dev</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>shared</artifactId>
<version>1.7.3</version>
<version>1.7.4.dev</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>shared</artifactId>
<version>1.7.3</version>
<version>1.7.4.dev</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-core/src/it/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-core</artifactId>
<version>1.7.3</version>
<version>1.7.4.dev</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-dist/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.7.3</version>
<version>1.7.4.dev</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby-rake-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.7.3</version>
<version>1.7.4.dev</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.7.3</version>
<version>1.7.4.dev</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-stdlib/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.7.3</version>
<version>1.7.4.dev</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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>shared</artifactId>
<version>1.7.3</version>
<version>1.7.4.dev</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.7.3</version>
<version>1.7.4.dev</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.7.3</version>
<version>1.7.4.dev</version>
<name>JRuby Shared</name>
<url>http://www.jruby.org/</url>
<description>A 1.9.3 compatible Ruby interpreter for the JVM</description>
Expand Down

0 comments on commit e1df585

Please sign in to comment.