You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by sr...@apache.org on 2015/09/24 23:12:58 UTC

svn commit: r1705153 - /felix/trunk/http/samples/cometd/pom.xml

Author: srs
Date: Thu Sep 24 21:12:57 2015
New Revision: 1705153

URL: http://svn.apache.org/viewvc?rev=1705153&view=rev
Log:
Fixed build problems. Cometd sample package referes to unknown version.

Modified:
    felix/trunk/http/samples/cometd/pom.xml

Modified: felix/trunk/http/samples/cometd/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/samples/cometd/pom.xml?rev=1705153&r1=1705152&r2=1705153&view=diff
==============================================================================
--- felix/trunk/http/samples/cometd/pom.xml (original)
+++ felix/trunk/http/samples/cometd/pom.xml Thu Sep 24 21:12:57 2015
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.cometd</artifactId>
-            <version>2.4.0-SNAPSHOT</version>
+            <version>3.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>