Author: jvanzyl
Date: Sun Nov 19 12:43:06 2006
New Revision: 476914

URL: http://svn.apache.org/viewvc?view=rev&rev=476914
Log:
o adding a parent POM for remote resources bundles
o using parent in the apache resources bundle

Added:
    maven/resources/trunk/pom.xml   (with props)
Modified:
    maven/resources/trunk/apache-distribution-resources/pom.xml

Modified: maven/resources/trunk/apache-distribution-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/resources/trunk/apache-distribution-resources/pom.xml?view=diff&rev=476914&r1=476913&r2=476914
==============================================================================
--- maven/resources/trunk/apache-distribution-resources/pom.xml (original)
+++ maven/resources/trunk/apache-distribution-resources/pom.xml Sun Nov 19 
12:43:06 2006
@@ -1,7 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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>
-  <groupId>org.apache</groupId>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache-remote-resources</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
   <artifactId>apache-distribution-resources</artifactId>
   <name>Apache Distribution Resources</name>
   <version>1.0-SNAPSHOT</version>

Added: maven/resources/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?view=auto&rev=476914
==============================================================================
--- maven/resources/trunk/pom.xml (added)
+++ maven/resources/trunk/pom.xml Sun Nov 19 12:43:06 2006
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>3</version>                                                       
                                                                                
         
+    <relativePath>../asf/pom.xml</relativePath>                                
                                                                                
         
+  </parent>
+  <packaging>pom</packaging>
+  <artifactId>apache-remote-resources</artifactId>
+  <name>Apache Remote Resources</name>
+  <version>1-SNAPSHOT</version>
+  <inceptionYear>2006</inceptionYear>
+  <modules>
+    <module>apache-distribution-resources</module>
+  </modules>
+</project>

Propchange: maven/resources/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/resources/trunk/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"


Reply via email to