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 2013/02/21 23:15:23 UTC

svn commit: r1448832 - /cxf/branches/2.7.x-fixes/rt/rs/security/oauth-parent/oauth2-saml/pom.xml

Author: sergeyb
Date: Thu Feb 21 22:15:23 2013
New Revision: 1448832

URL: http://svn.apache.org/r1448832
Log:
Fixing build failure on 2.7.x

Modified:
    cxf/branches/2.7.x-fixes/rt/rs/security/oauth-parent/oauth2-saml/pom.xml

Modified: cxf/branches/2.7.x-fixes/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/rt/rs/security/oauth-parent/oauth2-saml/pom.xml?rev=1448832&r1=1448831&r2=1448832&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/rt/rs/security/oauth-parent/oauth2-saml/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/rt/rs/security/oauth-parent/oauth2-saml/pom.xml Thu Feb 21 22:15:23 2013
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-oauth2-saml</artifactId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>2.7.4-SNAPSHOT</version>
 
     <packaging>jar</packaging>
     <name>Apache CXF Runtime OAuth 2.0 SAML</name>
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.7.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>