Author: echatellier Date: 2012-02-20 17:09:19 +0100 (Mon, 20 Feb 2012) New Revision: 1428 Url: http://nuiton.org/repositories/revision/wikitty/1428 Log: #1982: Update to jbossjta 4.16.0.Final #1983 : Update to smackx 3.2.1 Modified: trunk/pom.xml trunk/wikitty-api/pom.xml trunk/wikitty-hessian-client/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-02-20 13:53:24 UTC (rev 1427) +++ trunk/pom.xml 2012-02-20 16:09:19 UTC (rev 1428) @@ -293,7 +293,7 @@ <dependency> <groupId>org.jboss.jbossts</groupId> <artifactId>jbossjta</artifactId> - <version>4.16.0.Final</version> + <version>4.16.2.Final</version> <scope>compile</scope> <exclusions> <exclusion> @@ -405,16 +405,16 @@ <!-- xmpp --> <dependency> - <groupId>jivesoftware</groupId> + <groupId>org.igniterealtime.smack</groupId> <artifactId>smack</artifactId> - <version>3.1.0</version> + <version>3.2.1</version> <scope>compile</scope> </dependency> <dependency> - <groupId>jivesoftware</groupId> + <groupId>org.igniterealtime.smack</groupId> <artifactId>smackx</artifactId> - <version>3.1.0</version> + <version>3.2.1</version> <scope>compile</scope> </dependency> @@ -1016,4 +1016,11 @@ </modules> </profile> </profiles> + + <repositories> + <repository> + <id>wikitty-repo</id> + <url>http://nexus.nuiton.org/nexus/content/groups/wikitty/</url> + </repository> + </repositories> </project> Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2012-02-20 13:53:24 UTC (rev 1427) +++ trunk/wikitty-api/pom.xml 2012-02-20 16:09:19 UTC (rev 1428) @@ -128,12 +128,12 @@ <!-- Cache --> <dependency> - <groupId>jivesoftware</groupId> + <groupId>org.igniterealtime.smack</groupId> <artifactId>smack</artifactId> </dependency> <dependency> - <groupId>jivesoftware</groupId> + <groupId>org.igniterealtime.smack</groupId> <artifactId>smackx</artifactId> </dependency> Modified: trunk/wikitty-hessian-client/pom.xml =================================================================== --- trunk/wikitty-hessian-client/pom.xml 2012-02-20 13:53:24 UTC (rev 1427) +++ trunk/wikitty-hessian-client/pom.xml 2012-02-20 16:09:19 UTC (rev 1428) @@ -40,12 +40,12 @@ </dependency> <dependency> - <groupId>jivesoftware</groupId> + <groupId>org.igniterealtime.smack</groupId> <artifactId>smack</artifactId> </dependency> <dependency> - <groupId>jivesoftware</groupId> + <groupId>org.igniterealtime.smack</groupId> <artifactId>smackx</artifactId> </dependency>
participants (1)
-
echatellier@users.nuiton.org