You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/11/09 17:01:27 UTC

cxf git commit: Re-enabling STS itests

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 171a60f47 -> be7f52391


Re-enabling STS itests


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/be7f5239
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/be7f5239
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/be7f5239

Branch: refs/heads/3.1.x-fixes
Commit: be7f5239128e5255ce7d617e0fc62556f4f33459
Parents: 171a60f
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Nov 9 17:01:12 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Nov 9 17:01:12 2016 +0000

----------------------------------------------------------------------
 services/sts/systests/pom.xml            | 2 +-
 services/sts/systests/sts-itests/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/be7f5239/services/sts/systests/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/pom.xml b/services/sts/systests/pom.xml
index 2a731a4..0c2c13b 100644
--- a/services/sts/systests/pom.xml
+++ b/services/sts/systests/pom.xml
@@ -34,6 +34,6 @@
         <module>advanced</module>
         <module>sts-osgi</module>
         <module>sts-features</module>
-<!--        <module>sts-itests</module>-->
+        <module>sts-itests</module>
     </modules>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/be7f5239/services/sts/systests/sts-itests/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/sts-itests/pom.xml b/services/sts/systests/sts-itests/pom.xml
index 497471c..0ef3eae 100644
--- a/services/sts/systests/sts-itests/pom.xml
+++ b/services/sts/systests/sts-itests/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.1.8-SNAPSHOT</version>
+        <version>3.1.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>