Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
23 additions
and 23 deletions.
- +1 −1 VERSION
- +1 −1 core/pom.xml
- +1 −1 docs/man/pom.xml
- +1 −1 docs/pom.xml
- +2 −2 ext/pom.xml
- +1 −1 ext/readline/pom.xml
- +2 −2 ext/ripper/pom.xml
- +2 −2 lib/pom.xml
- +1 −1 maven/jruby-complete/pom.xml
- +1 −1 maven/jruby-dist/pom.xml
- +3 −3 maven/jruby-jars/pom.xml
- +1 −1 maven/jruby-noasm/pom.xml
- +1 −1 maven/jruby-rake-plugin/pom.xml
- +1 −1 maven/jruby-stdlib/pom.xml
- +1 −1 maven/jruby/pom.xml
- +1 −1 maven/pom.xml
- +1 −1 pom.xml
- +1 −1 test/pom.xml
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1 +1 @@ | ||
1.7.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -4,7 +4,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-parent</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
<artifactId>jruby-core</artifactId> | ||
<packaging>jar</packaging> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -9,7 +9,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>docs</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
|
||
<groupId>org.jruby</groupId> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -9,7 +9,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-parent</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
|
||
<groupId>org.jruby</groupId> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -4,7 +4,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-ext</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
<artifactId>readline</artifactId> | ||
<version>1.0</version> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -5,7 +5,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-artifacts</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
<artifactId>jruby-dist</artifactId> | ||
<packaging>pom</packaging> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -5,7 +5,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-artifacts</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
<artifactId>jruby-noasm</artifactId> | ||
<packaging>bundle</packaging> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -5,7 +5,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-artifacts</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
<artifactId>jruby-stdlib</artifactId> | ||
<name>JRuby Stdlib</name> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -5,7 +5,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-artifacts</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
<artifactId>jruby</artifactId> | ||
<packaging>bundle</packaging> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -5,7 +5,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-parent</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
<artifactId>jruby-artifacts</artifactId> | ||
<packaging>pom</packaging> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -11,7 +11,7 @@ | ||
|
||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-parent</artifactId> | ||
<version>1.7.19</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>JRuby</name> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -4,7 +4,7 @@ | ||
<parent> | ||
<groupId>org.jruby</groupId> | ||
<artifactId>jruby-parent</artifactId> | ||
<version>1.7.19</version> | ||
</parent> | ||
<artifactId>jruby-tests</artifactId> | ||
<packaging>jar</packaging> | ||