You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/01/17 03:39:13 UTC

svn commit: r1232281 - /openejb/trunk/sandbox/release-tools/pom.xml

Author: dblevins
Date: Tue Jan 17 02:39:12 2012
New Revision: 1232281

URL: http://svn.apache.org/viewvc?rev=1232281&view=rev
Log:
changed swizzle version

Modified:
    openejb/trunk/sandbox/release-tools/pom.xml

Modified: openejb/trunk/sandbox/release-tools/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/release-tools/pom.xml?rev=1232281&r1=1232280&r2=1232281&view=diff
==============================================================================
--- openejb/trunk/sandbox/release-tools/pom.xml (original)
+++ openejb/trunk/sandbox/release-tools/pom.xml Tue Jan 17 02:39:12 2012
@@ -97,10 +97,11 @@
       <version>${slf4j-version}</version>
       <scope>compile</scope>
     </dependency>
+
     <dependency>
       <groupId>org.codehaus.swizzle</groupId>
       <artifactId>swizzle-stream</artifactId>
-      <version>1.6.1</version>
+      <version>1.6.2-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -110,12 +111,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.codehaus.swizzle</groupId>
-      <artifactId>swizzle-stream</artifactId>
-      <version>1.6.1</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.rat.tentacles</groupId>
       <artifactId>apache-rat-tentacles</artifactId>
       <version>0.1-SNAPSHOT</version>