Author: veithen Date: Sun Aug 15 10:53:43 2010 New Revision: 985653 URL: http://svn.apache.org/viewvc?rev=985653&view=rev Log: Removed the repository on ws.zones.apache.org. The artifacts for smack are available from the Maven central repository, but with a different groupId.
Modified: axis/axis2/java/transports/trunk/modules/xmpp/pom.xml axis/axis2/java/transports/trunk/pom.xml Modified: axis/axis2/java/transports/trunk/modules/xmpp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/xmpp/pom.xml?rev=985653&r1=985652&r2=985653&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/xmpp/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/xmpp/pom.xml Sun Aug 15 10:53:43 2010 @@ -81,11 +81,11 @@ <!-- Smack Jabber client libraries to be included --> <dependency> - <groupId>org.igniterealtime</groupId> + <groupId>jivesoftware</groupId> <artifactId>smack</artifactId> </dependency> <dependency> - <groupId>org.igniterealtime</groupId> + <groupId>jivesoftware</groupId> <artifactId>smackx</artifactId> </dependency> <dependency> @@ -93,19 +93,4 @@ <artifactId>commons-lang</artifactId> </dependency> </dependencies> - <repositories> - <repository> - <releases> - <enabled>true</enabled> - <updatePolicy>always</updatePolicy> - </releases> - <snapshots> - <enabled>true</enabled> - <updatePolicy>never</updatePolicy> - </snapshots> - <id>apache-ws-snapshots2</id> - <name>Apache ws.zones - 2</name> - <url>http://ws.zones.apache.org/repository2</url> - </repository> - </repositories> </project> Modified: axis/axis2/java/transports/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=985653&r1=985652&r2=985653&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/pom.xml (original) +++ axis/axis2/java/transports/trunk/pom.xml Sun Aug 15 10:53:43 2010 @@ -317,12 +317,12 @@ <!-- Smack Jabber client libraries to be included --> <dependency> - <groupId>org.igniterealtime</groupId> + <groupId>jivesoftware</groupId> <artifactId>smack</artifactId> <version>3.0.4</version> </dependency> <dependency> - <groupId>org.igniterealtime</groupId> + <groupId>jivesoftware</groupId> <artifactId>smackx</artifactId> <version>3.0.4</version> </dependency>