You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/06/30 12:44:04 UTC

svn commit: r1355685 - /creadur/tentacles/trunk/pom.xml

Author: rdonkin
Date: Sat Jun 30 10:44:03 2012
New Revision: 1355685

URL: http://svn.apache.org/viewvc?rev=1355685&view=rev
Log:
RAT-117 Switch to last major version, so that jar is easily available.

Modified:
    creadur/tentacles/trunk/pom.xml

Modified: creadur/tentacles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/tentacles/trunk/pom.xml?rev=1355685&r1=1355684&r2=1355685&view=diff
==============================================================================
--- creadur/tentacles/trunk/pom.xml (original)
+++ creadur/tentacles/trunk/pom.xml Sat Jun 30 10:44:03 2012
@@ -67,7 +67,9 @@
     <dependency>
       <groupId>org.codehaus.swizzle</groupId>
       <artifactId>swizzle-stream</artifactId>
-      <version>1.6.2-SNAPSHOT</version>
+      <!-- Upgrade when 1.6.2 is released -->
+      <!--version>1.6.2-SNAPSHOT</version-->
+      <version>1.6.1</version>
     </dependency>
 
     <dependency>