You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/12/02 17:33:53 UTC

svn commit: r1772386 - /aries/trunk/component-dsl/component-dsl/pom.xml

Author: csierra
Date: Fri Dec  2 17:33:52 2016
New Revision: 1772386

URL: http://svn.apache.org/viewvc?rev=1772386&view=rev
Log:
Update to use parent

Modified:
    aries/trunk/component-dsl/component-dsl/pom.xml

Modified: aries/trunk/component-dsl/component-dsl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/component-dsl/component-dsl/pom.xml?rev=1772386&r1=1772385&r2=1772386&view=diff
==============================================================================
--- aries/trunk/component-dsl/component-dsl/pom.xml (original)
+++ aries/trunk/component-dsl/component-dsl/pom.xml Fri Dec  2 17:33:52 2016
@@ -4,17 +4,15 @@
 		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
+
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>17</version>
-        <relativePath />
+        <groupId>org.apache.aries.component-dsl</groupId>
+		<artifactId>parent</artifactId>
+		<version>0.0.1-SNAPSHOT</version>
     </parent>
-	
-	<groupId>org.apache.aries.component-dsl</groupId>
-	<artifactId>component-dsl</artifactId>
-	<version>0.0.1-SNAPSHOT</version>
 
+	<artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>
+	
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>