Repository: aries-rsa
Updated Branches:
  refs/heads/master cea1da8b7 -> dd0131991 (forced update)


Fix project setup


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/dd013199
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/dd013199
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/dd013199

Branch: refs/heads/master
Commit: dd0131991af142d9efe451b8c88e0df509a7debe
Parents: 1c4974c
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Feb 20 15:24:54 2017 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Feb 20 15:24:54 2017 +0100

----------------------------------------------------------------------
 parent/pom.xml | 11 +++++------
 pom.xml        | 14 +++++++-------
 2 files changed, 12 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/dd013199/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e59a121..05c0d90 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -13,15 +13,13 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>17</version>
-        <relativePath />
+        <groupId>org.apache.aries.rsa</groupId>
+        <artifactId>org.apache.aries.rsa.main</artifactId>
+        <version>1.10.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.aries.rsa</groupId>
     <artifactId>org.apache.aries.rsa.parent</artifactId>
-    <version>1.10-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Parent</name>
 
@@ -310,4 +308,5 @@
             </build>
         </profile>
     </profiles>
+
 </project>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/dd013199/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ecbb9cd..04e29f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,15 +19,16 @@
 -->
 <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.aries.rsa</groupId>
-        <artifactId>org.apache.aries.rsa.parent</artifactId>
-        <version>1.10-SNAPSHOT</version>
-        <relativePath>parent/pom.xml</relativePath>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>17</version>
+        <relativePath />
     </parent>
-    
+
     <artifactId>org.apache.aries.rsa.main</artifactId>
+    <version>1.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Main</name>
 
@@ -75,7 +76,6 @@
     </organization>
 
     <modules>
-        <module>parent</module>
         <module>spi</module>
         <module>rsa</module>
         <module>eapub</module>

Reply via email to