Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update 1.1 branch to 1.1.1-SNAPSHOT
git-svn-id: http://svn.codehaus.org/jruby/branches/jruby-1_1@6418 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
nicksieger committed Apr 6, 2008
1 parent b11ba24 commit 969adf3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions maven/jruby-complete/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent> <parent>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>shared</artifactId> <artifactId>shared</artifactId>
<version>1.1</version> <version>1.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId> <artifactId>jruby-complete</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.1</version> <version>1.1.1-SNAPSHOT</version>
<name>JRuby Complete</name> <name>JRuby Complete</name>


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


<dependencies> <dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.1</version> <version>1.1.1-SNAPSHOT</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.5 compatible Ruby interpreter written in 100% pure Java</description> <description>A 1.8.5 compatible Ruby interpreter written in 100% pure Java</description>
Expand Down

0 comments on commit 969adf3

Please sign in to comment.