Skip to content

Commit

Permalink
Bump for tomorrow's 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 23, 2011
1 parent a4628ac commit 9174b16
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>

<groupId>org.jruby</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-complete/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId>
<version>1.6.2.dev</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<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>
<groupId>org.jruby</groupId>
<artifactId>jruby-common</artifactId>
<version>1.6.2.dev</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<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>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.6.2.dev</version>
<version>1.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<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>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.6.2.dev</version>
<version>1.6.2</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.6.2.dev</version>
<version>1.6.2</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.6.2.dev</version>
<version>1.6.2</version>
</dependency>
</dependencies>

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

0 comments on commit 9174b16

Please sign in to comment.