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 2017/08/14 12:05:11 UTC

cxf-fediz git commit: Fixing release with JDK7

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.4.x-fixes 643bd5714 -> a22d0d498


Fixing release with JDK7


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

Branch: refs/heads/1.4.x-fixes
Commit: a22d0d4981a6e10ba17102dbcb12773eff150ba1
Parents: 643bd57
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Aug 14 13:04:56 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Aug 14 13:04:56 2017 +0100

----------------------------------------------------------------------
 pom.xml                                     |  2 +-
 systests/federation/unknown-subject/pom.xml | 12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/a22d0d49/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b5a36fa..fdf7137 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
         <ecj.version>4.6.1</ecj.version>
         <ehcache.version>2.10.4</ehcache.version>
         <hsqldb.version>2.3.4</hsqldb.version>
-        <htmlunit.version>2.27</htmlunit.version>
+        <htmlunit.version>2.24</htmlunit.version>
         <javassist.version>3.16.1-GA</javassist.version>
         <javax.el.version>2.2</javax.el.version>
         <javax.validation.version>1.1.0.Final</javax.validation.version>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/a22d0d49/systests/federation/unknown-subject/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/unknown-subject/pom.xml b/systests/federation/unknown-subject/pom.xml
index e15f805..9ead5f4 100644
--- a/systests/federation/unknown-subject/pom.xml
+++ b/systests/federation/unknown-subject/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
@@ -332,6 +332,16 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <excludes>
+                        <exclude>**/unknown/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>