Repository: cxf Updated Branches: refs/heads/master ec055d454 -> 9b93ca4bd
upgrade atmosphere to 2.2.5 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9b93ca4b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9b93ca4b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9b93ca4b Branch: refs/heads/master Commit: 9b93ca4bda4ba8abce2e2248059f2ccfd35391b2 Parents: ec055d4 Author: Akitoshi Yoshida <[email protected]> Authored: Fri Feb 6 16:21:30 2015 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Fri Feb 6 16:21:42 2015 +0100 ---------------------------------------------------------------------- parent/pom.xml | 2 +- rt/transports/websocket/pom.xml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/9b93ca4b/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 9597687..3b6dab5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -71,7 +71,7 @@ <cxf.activemq.version>5.10.0</cxf.activemq.version> <cxf.ahc.version>1.8.5</cxf.ahc.version> <cxf.apacheds.version>2.0.0-M19</cxf.apacheds.version> - <cxf.atmosphere.version>2.2.5-SNAPSHOT</cxf.atmosphere.version> + <cxf.atmosphere.version>2.2.5</cxf.atmosphere.version> <cxf.atmosphere.version.range>[2.0,3.0)</cxf.atmosphere.version.range> <cxf.axiom.version>1.2.14</cxf.axiom.version> <cxf.bcprov.version>1.51</cxf.bcprov.version> http://git-wip-us.apache.org/repos/asf/cxf/blob/9b93ca4b/rt/transports/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml index c67bcf4..761b216 100644 --- a/rt/transports/websocket/pom.xml +++ b/rt/transports/websocket/pom.xml @@ -248,20 +248,6 @@ <scope>test</scope> </dependency> </dependencies> - <repositories> - <!-- temporary add the sonatype snapshot repo to pick up atmosphere snapshot --> - <repository> - <id>sonatype.snapshots</id> - <name>Sonatype Snapshot Repository</name> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories> <build> <plugins> </plugins>
