You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2012/04/24 15:00:59 UTC

svn commit: r1329693 - in /cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth: client/pom.xml server/pom.xml

Author: sergeyb
Date: Tue Apr 24 13:00:59 2012
New Revision: 1329693

URL: http://svn.apache.org/viewvc?rev=1329693&view=rev
Log:
[CXF-4262] Updating oauth demo poms

Modified:
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/client/pom.xml
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/server/pom.xml

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/client/pom.xml?rev=1329693&r1=1329692&r2=1329693&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/client/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/client/pom.xml Tue Apr 24 13:00:59 2012
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.5.3-SNAPSHOT</version>
+        <version>2.5.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/server/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/server/pom.xml?rev=1329693&r1=1329692&r2=1329693&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/server/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/oauth/server/pom.xml Tue Apr 24 13:00:59 2012
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.5.3-SNAPSHOT</version>
+        <version>2.5.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -116,7 +116,7 @@
         </dependency>
         <dependency>
             <groupId>cglib</groupId>
-            <artifactId>cglib</artifactId>
+            <artifactId>cglib-nodep</artifactId>
             <version>2.1</version>
         </dependency>