Repository: cxf Updated Branches: refs/heads/master cb19d0517 -> 1a8fd7c02
add temporarily sonatype-repo in rt/transports/websocket to get atmosphere-2.2.5-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1a8fd7c0 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1a8fd7c0 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1a8fd7c0 Branch: refs/heads/master Commit: 1a8fd7c02bc6a620e276086b665d430217116767 Parents: cb19d05 Author: Akitoshi Yoshida <[email protected]> Authored: Fri Feb 6 12:23:39 2015 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Fri Feb 6 12:23:39 2015 +0100 ---------------------------------------------------------------------- parent/pom.xml | 2 +- rt/transports/websocket/pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1a8fd7c0/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 7d42f20..9597687 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.4</cxf.atmosphere.version> + <cxf.atmosphere.version>2.2.5-SNAPSHOT</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/1a8fd7c0/rt/transports/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml index 761b216..c67bcf4 100644 --- a/rt/transports/websocket/pom.xml +++ b/rt/transports/websocket/pom.xml @@ -248,6 +248,20 @@ <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>
