Skip to content

Commit

Permalink
Updating maintenance branch POMs to 1.0.1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/branches/jruby-1_0_X@3905 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
nicksieger committed Jun 21, 2007
1 parent e5066fa commit bdc385a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions maven/jruby-complete/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.0.1</version>
<name>JRuby Complete</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby-jdk14/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby-jdk14</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.0.1</version>
<name>JRuby JDK 1.4</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby-rake-plugin/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.0</version>
<version>1.0.1</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.0</version>
<version>1.0.1</version>
<name>JRuby Rake Plugin</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jruby</groupId>
<artifactId>shared</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.0.1</version>
<name>JRuby</name>

<dependencies>
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.0</version>
<version>1.0.1</version>
<name>JRuby Shared</name>
<url>http://www.jruby.org/</url>
<description>A 1.8.5 compatible Ruby interpreter written in 100% pure Java</description>
Expand Down

0 comments on commit bdc385a

Please sign in to comment.