Author: marrs
Date: Thu Apr 21 17:37:44 2011
New Revision: 1095782

URL: http://svn.apache.org/viewvc?rev=1095782&view=rev
Log:
Updated the pom to the latest Felix parent pom.

Modified:
    felix/trunk/deploymentadmin/pom.xml

Modified: felix/trunk/deploymentadmin/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/deploymentadmin/pom.xml?rev=1095782&r1=1095781&r2=1095782&view=diff
==============================================================================
--- felix/trunk/deploymentadmin/pom.xml (original)
+++ felix/trunk/deploymentadmin/pom.xml Thu Apr 21 17:37:44 2011
@@ -17,19 +17,19 @@ specific language governing permissions 
 under the License. 
 -->
 <project>
-  <parent>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>felix</artifactId>
-    <version>1.0.4</version>
-    <relativePath>../pom/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <packaging>pom</packaging>
-  <name>Apache Felix Deployment Projects</name>
-  <artifactId>deployment-build</artifactId>
-  <version>1</version>
-  <modules>
-      <module>service</module>
-      <module>autoconf</module>
-  </modules>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+           <groupId>org.apache.felix</groupId>
+           <artifactId>felix-parent</artifactId>
+           <version>1.2.0</version>
+           <relativePath>../../pom/pom.xml</relativePath>
+       </parent>
+    <packaging>pom</packaging>
+    <name>Apache Felix Deployment Admin Subproject</name>
+    <artifactId>deploymentadmin-reactor</artifactId>
+    <version>1</version>
+    <modules>
+        <module>service</module>
+        <module>autoconf</module>
+    </modules>
 </project>


Reply via email to