Skip to content

Commit

Permalink
Bump for version
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 28, 2015
1 parent e75cd2d commit cb96d72
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
9.0.0.0-SNAPSHOT
9.0.0.0.pre2
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<artifactId>jruby-core</artifactId>
<name>JRuby Core</name>
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<artifactId>jruby-stdlib</artifactId>
<name>JRuby Lib Setup</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-core</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-complete/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-artifacts</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<artifactId>jruby-complete</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-artifacts</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<artifactId>jruby-dist</artifactId>
<packaging>pom</packaging>
Expand Down
7 changes: 4 additions & 3 deletions maven/jruby-jars/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-artifacts</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<groupId>rubygems</groupId>
<artifactId>jruby-jars</artifactId>
Expand Down Expand Up @@ -43,6 +43,7 @@ freezing to) a specific jruby-complete jar version.</description>
<url>http://github.com/jruby/jruby/tree/master/gem/jruby-jars</url>
</scm>
<properties>
<jruby.home>${basedir}/../..</jruby.home>
<tesla.dump.readonly>true</tesla.dump.readonly>
<gem.home>${jruby_home}/lib/ruby/gems/shared</gem.home>
<jruby.plugins.version>1.0.7</jruby.plugins.version>
Expand Down Expand Up @@ -72,7 +73,7 @@ freezing to) a specific jruby-complete jar version.</description>
</extension>
</extensions>
<directory>${basedir}/pkg</directory>
<finalName>${project.artifactId}-9.0.0.0.SNAPSHOT</finalName>
<finalName>${project.artifactId}-9.0.0.0.pre2</finalName>
<plugins>
<plugin>
<groupId>de.saumya.mojo</groupId>
Expand Down Expand Up @@ -119,7 +120,7 @@ freezing to) a specific jruby-complete jar version.</description>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<properties>
<ruby.version>9.0.0.0.SNAPSHOT</ruby.version>
<ruby.version>9.0.0.0.pre2</ruby.version>
<gem.home>${project.build.directory}/rubygems</gem.home>
<gem.path>${project.build.directory}/rubygems</gem.path>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-artifacts</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<artifactId>jruby</artifactId>
<name>JRuby Main Maven Artifact</name>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<artifactId>jruby-artifacts</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
<packaging>pom</packaging>
<name>JRuby</name>
<description>JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.</description>
Expand Down
13 changes: 11 additions & 2 deletions test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<artifactId>jruby-tests</artifactId>
<name>JRuby Integration Tests</name>
Expand Down Expand Up @@ -145,7 +145,8 @@
<gemHome>${gem.home}</gemHome>
<binDirectory>${jruby.home}/bin</binDirectory>
<includeRubygemsInTestResources>false</includeRubygemsInTestResources>
<jrubyVersion>1.7.12</jrubyVersion>
<libDirectory>${jruby.home}/lib</libDirectory>
<jrubyJvmArgs>-Djruby.home=${jruby.home}</jrubyJvmArgs>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -224,6 +225,14 @@
<profiles>
<profile>
<id>bootstrap</id>
<dependencies>
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-launcher</artifactId>
<version>${jruby-launcher.version}</version>
<type>gem</type>
</dependency>
</dependencies>
</profile>
<profile>
<id>rake</id>
Expand Down
2 changes: 1 addition & 1 deletion truffle/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0-SNAPSHOT</version>
<version>9.0.0.0.pre2</version>
</parent>
<artifactId>jruby-truffle</artifactId>
<name>JRuby Truffle</name>
Expand Down

0 comments on commit cb96d72

Please sign in to comment.