Repository: cxf-fediz
Updated Branches:
refs/heads/master cae5c37f3 -> e7e5e9174
Fix builds after artifacdId change
This closes #2
Signed-off-by: Daniel Kulp <dkulp@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/b2dc6b4b
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/b2dc6b4b
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/b2dc6b4b
Branch: refs/heads/master
Commit: b2dc6b4b62ccbf724c761dc6ac20e37e8964c052
Parents: cae5c37
Author: Hadrian Zbarcea <hadrian@apache.org>
Authored: Fri Jul 18 13:01:28 2014 -0400
Committer: Daniel Kulp <dkulp@apache.org>
Committed: Mon Jul 21 16:47:33 2014 -0400
----------------------------------------------------------------------
systests/jetty8/pom.xml | 2 +-
systests/simpleWebapp/pom.xml | 2 +-
systests/spring/pom.xml | 2 +-
systests/spring2Webapp/pom.xml | 2 +-
systests/springPreauthWebapp/pom.xml | 2 +-
systests/springWebapp/pom.xml | 2 +-
systests/tests/pom.xml | 2 +-
systests/tomcat7/pom.xml | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b2dc6b4b/systests/jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml
index 8b54502..21204bb 100644
--- a/systests/jetty8/pom.xml
+++ b/systests/jetty8/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
- <artifactId>systests</artifactId>
+ <artifactId>fediz-systests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b2dc6b4b/systests/simpleWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/simpleWebapp/pom.xml b/systests/simpleWebapp/pom.xml
index f1654c1..9d7e34c 100644
--- a/systests/simpleWebapp/pom.xml
+++ b/systests/simpleWebapp/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
- <artifactId>systests</artifactId>
+ <artifactId>fediz-systests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b2dc6b4b/systests/spring/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index aeeb16b..30442fa 100644
--- a/systests/spring/pom.xml
+++ b/systests/spring/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
- <artifactId>systests</artifactId>
+ <artifactId>fediz-systests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b2dc6b4b/systests/spring2Webapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring2Webapp/pom.xml b/systests/spring2Webapp/pom.xml
index 53bbe09..7e76fbc 100644
--- a/systests/spring2Webapp/pom.xml
+++ b/systests/spring2Webapp/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
- <artifactId>systests</artifactId>
+ <artifactId>fediz-systests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b2dc6b4b/systests/springPreauthWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/springPreauthWebapp/pom.xml b/systests/springPreauthWebapp/pom.xml
index 7cf7f6c..255fd0f 100644
--- a/systests/springPreauthWebapp/pom.xml
+++ b/systests/springPreauthWebapp/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
- <artifactId>systests</artifactId>
+ <artifactId>fediz-systests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b2dc6b4b/systests/springWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/springWebapp/pom.xml b/systests/springWebapp/pom.xml
index b718a00..e668013 100644
--- a/systests/springWebapp/pom.xml
+++ b/systests/springWebapp/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
- <artifactId>systests</artifactId>
+ <artifactId>fediz-systests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b2dc6b4b/systests/tests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml
index ccb47ae..270d894 100644
--- a/systests/tests/pom.xml
+++ b/systests/tests/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
- <artifactId>systests</artifactId>
+ <artifactId>fediz-systests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b2dc6b4b/systests/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml
index 435ff52..48dc867 100644
--- a/systests/tomcat7/pom.xml
+++ b/systests/tomcat7/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
- <artifactId>systests</artifactId>
+ <artifactId>fediz-systests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
|