Skip to content

Commit

Permalink
Bump for version
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 16, 2012
1 parent 4ba14a0 commit 1240ff7
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion default.build.properties
Expand Up @@ -84,7 +84,7 @@ version.ruby2_0=2.0.0dev
version.ruby2_0.patchlevel=0 version.ruby2_0.patchlevel=0
#version.ruby2_0.revision=34159 #version.ruby2_0.revision=34159


version.jruby=1.7.0.dev version.jruby=1.7.0.preview1
joda.time.version=2.1 joda.time.version=2.1
tzdata.builddir=build/tzdata tzdata.builddir=build/tzdata
tzdata.ftpserver=ftp.iana.org tzdata.ftpserver=ftp.iana.org
Expand Down
2 changes: 1 addition & 1 deletion docs/man/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>docs</artifactId> <artifactId>docs</artifactId>
<version>1.6.0.RC2</version> <version>1.7.0.preview1</version>
</parent> </parent>


<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.6.1</version> <version>1.7.0.preview1</version>
</parent> </parent>


<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-complete/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId> <artifactId>jruby-common</artifactId>
<version>1.7.0.dev</version> <version>1.7.0.preview1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId> <artifactId>jruby-common</artifactId>
<version>1.7.0.dev</version> <version>1.7.0.preview1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-dist/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.7.0.dev</version> <version>1.7.0.preview1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions maven/jruby-rake-plugin/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.7.0.dev</version> <version>1.7.0.preview1</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.7.0.dev</version> <version>1.7.0.preview1</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.7.0.dev</version> <version>1.7.0.preview1</version>
</dependency> </dependency>
</dependencies> </dependencies>


Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-stdlib/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.7.0.dev</version> <version>1.7.0.preview1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId> <artifactId>jruby-common</artifactId>
<version>1.7.0.dev</version> <version>1.7.0.preview1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.7.0.dev</version> <version>1.7.0.preview1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.7.0.dev</version> <version>1.7.0.preview1</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.7 compatible Ruby interpreter written in 100% pure Java</description> <description>A 1.8.7 compatible Ruby interpreter written in 100% pure Java</description>
Expand Down

0 comments on commit 1240ff7

Please sign in to comment.