Author: veithen
Date: Thu May 28 06:54:26 2015
New Revision: 1682151
URL: http://svn.apache.org/r1682151
Log:
Fix incorrect artifact ID.
Modified:
abdera/java/trunk/adapters/jcr/pom.xml
abdera/java/trunk/client/pom.xml
abdera/java/trunk/extensions/opensearch/pom.xml
abdera/java/trunk/pom.xml
abdera/java/trunk/security/pom.xml
abdera/java/trunk/server/pom.xml
Modified: abdera/java/trunk/adapters/jcr/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/adapters/jcr/pom.xml?rev=1682151&r1=1682150&r2=1682151&view=diff
==============================================================================
--- abdera/java/trunk/adapters/jcr/pom.xml (original)
+++ abdera/java/trunk/adapters/jcr/pom.xml Thu May 28 06:54:26 2015
@@ -81,7 +81,7 @@
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-testutils</artifactId>
+ <artifactId>testutils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Modified: abdera/java/trunk/client/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/client/pom.xml?rev=1682151&r1=1682150&r2=1682151&view=diff
==============================================================================
--- abdera/java/trunk/client/pom.xml (original)
+++ abdera/java/trunk/client/pom.xml Thu May 28 06:54:26 2015
@@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-testutils</artifactId>
+ <artifactId>testutils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Modified: abdera/java/trunk/extensions/opensearch/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/extensions/opensearch/pom.xml?rev=1682151&r1=1682150&r2=1682151&view=diff
==============================================================================
--- abdera/java/trunk/extensions/opensearch/pom.xml (original)
+++ abdera/java/trunk/extensions/opensearch/pom.xml Thu May 28 06:54:26 2015
@@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-testutils</artifactId>
+ <artifactId>testutils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Modified: abdera/java/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/pom.xml?rev=1682151&r1=1682150&r2=1682151&view=diff
==============================================================================
--- abdera/java/trunk/pom.xml (original)
+++ abdera/java/trunk/pom.xml Thu May 28 06:54:26 2015
@@ -402,7 +402,7 @@
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-testutils</artifactId>
+ <artifactId>testutils</artifactId>
<version>1.2.15-SNAPSHOT</version>
</dependency>
Modified: abdera/java/trunk/security/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/security/pom.xml?rev=1682151&r1=1682150&r2=1682151&view=diff
==============================================================================
--- abdera/java/trunk/security/pom.xml (original)
+++ abdera/java/trunk/security/pom.xml Thu May 28 06:54:26 2015
@@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-testutils</artifactId>
+ <artifactId>testutils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Modified: abdera/java/trunk/server/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/server/pom.xml?rev=1682151&r1=1682150&r2=1682151&view=diff
==============================================================================
--- abdera/java/trunk/server/pom.xml (original)
+++ abdera/java/trunk/server/pom.xml Thu May 28 06:54:26 2015
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-testutils</artifactId>
+ <artifactId>testutils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>