Title: [487] trunk/rails-integration/pom.xml: Version upped to 1.2-SNAPSHOT after bits deployed
Revision
487
Author
nicksieger
Date
2007-04-24 10:49:53 -0400 (Tue, 24 Apr 2007)

Log Message

Version upped to 1.2-SNAPSHOT after bits deployed

Modified Paths


Diff

Modified: trunk/rails-integration/pom.xml (486 => 487)


--- trunk/rails-integration/pom.xml	2007-04-24 14:42:00 UTC (rev 486)
+++ trunk/rails-integration/pom.xml	2007-04-24 14:49:53 UTC (rev 487)
@@ -3,7 +3,7 @@
   <groupId>org.jruby.extras</groupId>
   <artifactId>rails-integration</artifactId>
   <packaging>jar</packaging>
-  <version>1.1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Rails Integration</name>
   <description>Rails-Integration allows you to deploy your standard Rails web application to a J2EE server. You can package up your application as a WAR file for distribution, or simply run it in an expanded form.</description>
 
@@ -183,6 +183,12 @@
         <directory>${basedir}/src/main/ruby</directory>
       </resource>
     </resources>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-webdav</artifactId>
+      </extension>
+    </extensions>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to