Author: sanka
Date: Mon Nov 13 01:57:04 2006
New Revision: 474222
URL: http://svn.apache.org/viewvc?view=rev&rev=474222
Log:
Fixed the GroupId to the correct package name.
Modified:
webservices/commons/trunk/modules/neethi/project.xml
Modified: webservices/commons/trunk/modules/neethi/project.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/project.xml?view=diff&rev=474222&r1=474221&r2=474222
==============================================================================
--- webservices/commons/trunk/modules/neethi/project.xml (original)
+++ webservices/commons/trunk/modules/neethi/project.xml Mon Nov 13 01:57:04
2006
@@ -24,7 +24,7 @@
<name>Web Services Commons Neethi : A WS-Policy implementation</name>
<id>neethi</id>
- <groupId>org.apache.ws.commons.neethi</groupId>
+ <groupId>org.apache.neethi</groupId>
<!-- a short but descriptive name for the project -->
@@ -43,7 +43,7 @@
<inceptionYear>2002</inceptionYear>
- <package>org.apache.ws.policy</package>
+ <package>org.apache.neethi</package>
<mailingLists>
<mailingList>
@@ -98,15 +98,15 @@
</licenses>
<dependencies>
- <dependency>
- <groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-api</artifactId>
- <version>${axiom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-impl</artifactId>
- <version>${axiom.version}</version>
+ <dependency>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-api</artifactId>
+ <version>${axiom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-impl</artifactId>
+ <version>${axiom.version}</version>
</dependency>
<dependency>
<groupId>${stax.impl.groupid}</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]