You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/08/02 02:56:55 UTC

svn commit: r427828 - /incubator/cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Tue Aug  1 17:56:54 2006
New Revision: 427828

URL: http://svn.apache.org/viewvc?rev=427828&view=rev
Log:
upgrading smack libs to 2.2.1

Modified:
    incubator/cayenne/main/trunk/pom.xml

Modified: incubator/cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?rev=427828&r1=427827&r2=427828&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Tue Aug  1 17:56:54 2006
@@ -405,14 +405,14 @@
 			<dependency>
 				<groupId>jivesoftware</groupId>
 				<artifactId>smack</artifactId>
-				<version>2.0.0</version>
+				<version>2.2.1</version>
 				<scope>provided</scope>
 			</dependency>
 
 			<dependency>
 				<groupId>jivesoftware</groupId>
 				<artifactId>smackx</artifactId>
-				<version>2.0.0</version>
+				<version>2.2.1</version>
 				<scope>provided</scope>
 			</dependency>