Author: veithen
Date: Thu Dec 30 09:04:32 2010
New Revision: 1053830
URL: http://svn.apache.org/viewvc?rev=1053830&view=rev
Log:
Set org.apache:apache:8 as parent POM to include the Apache snapshot repository.
Modified:
webservices/commons/trunk/modules/neethi/pom.xml
Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=1053830&r1=1053829&r2=1053830&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Thu Dec 30 09:04:32 2010
@@ -20,6 +20,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>8</version>
+ </parent>
<groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId>
<name>Apache Neethi</name>