Skip to content

Commit

Permalink
Update to reflect 1.6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Dec 27, 2011
1 parent 2f607d2 commit 1bf37c2
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion default.build.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ version.ruby1_9.major=1.9
version.ruby1_9=1.9.2 version.ruby1_9=1.9.2
version.ruby1_9.patchlevel=136 version.ruby1_9.patchlevel=136
version.ruby1_9.revision=27758 version.ruby1_9.revision=27758
version.jruby=1.6.5 version.jruby=1.6.5.1
mspec.revision=6563955da20f93e6dcd5a35ec5828de75c6165eb mspec.revision=6563955da20f93e6dcd5a35ec5828de75c6165eb
rubyspecs.revision=3bf5857d44f9a69092862fa100a0ee1d152e6117 rubyspecs.revision=3bf5857d44f9a69092862fa100a0ee1d152e6117
joda.time.version=1.6.2 joda.time.version=1.6.2
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Original file line Diff line number Diff line change
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.5</version> <version>1.6.5.1</version>
</parent> </parent>


<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-complete/pom.xml
Original file line number Original file line Diff line number Diff line change
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.6.5</version> <version>1.6.5.1</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
Original file line number Original file line Diff line number Diff line change
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.6.5</version> <version>1.6.5.1</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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.6.5</version> <version>1.6.5.1</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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.6.5</version> <version>1.6.5.1</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.6.5</version> <version>1.6.5.1</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.6.5</version> <version>1.6.5.1</version>
</dependency> </dependency>
</dependencies> </dependencies>


Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-stdlib/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.6.5</version> <version>1.6.5.1</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
Original file line number Original file line Diff line number Diff line change
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.6.5</version> <version>1.6.5.1</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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.6.5</version> <version>1.6.5.1</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
Original file line number Original file line Diff line number Diff line change
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.6.5</version> <version>1.6.5.1</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 1bf37c2

Please sign in to comment.