You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dj...@apache.org on 2012/01/24 01:53:08 UTC

svn commit: r1235093 - in /aries/trunk/versioning: pom.xml versioning-checker/pom.xml

Author: djencks
Date: Tue Jan 24 00:53:08 2012
New Revision: 1235093

URL: http://svn.apache.org/viewvc?rev=1235093&view=rev
Log:
ARIES-757 clean up pom structure

Modified:
    aries/trunk/versioning/pom.xml
    aries/trunk/versioning/versioning-checker/pom.xml

Modified: aries/trunk/versioning/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/versioning/pom.xml?rev=1235093&r1=1235092&r2=1235093&view=diff
==============================================================================
--- aries/trunk/versioning/pom.xml (original)
+++ aries/trunk/versioning/pom.xml Tue Jan 24 00:53:08 2012
@@ -22,11 +22,12 @@
     <parent>
        <groupId>org.apache.aries</groupId>
        <artifactId>java5-parent</artifactId>
-       <version>0.4-SNAPSHOT</version>
+       <version>0.6-SNAPSHOT</version>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.aries.versioning</groupId>
-    <artifactId>org.apache.aries.versioning.checker</artifactId>
+    <artifactId>org.apache.aries.versioning</artifactId>
     <packaging>pom</packaging>
     <name>Apache Aries Semantic Versioning Checker</name>
     <version>0.1.0-SNAPSHOT</version>
@@ -34,74 +35,10 @@
       OSGi Semantic Versioning Checker
     </description>
 
-     <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/versioning/checker</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/versioning/checker</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/trunk/versioning/checker</url>
-     </scm>
 
+    <modules>
+        <module>versioning-checker</module>
+    </modules>
 
-    <properties>
-        <aries.osgi.symbolic.name>
-            ${project.artifactId};blueprint.graceperiod:=false
-        </aries.osgi.symbolic.name>
-        <aries.osgi.import>
-            org.objectweb.asm*;version=3.2;resolution:=optional,
-            org.osgi.framework;version="[1.5,2)",
-            org.slf4j;version="[1.5,2)",
-            *
-        </aries.osgi.import>
-        <aries.osgi.export.pkg>
-            org.apache.aries.versioning.check;
-        </aries.osgi.export.pkg>
-        <aries.osgi.private.pkg>
-            org.apache.aries.versioning.utils;
-        </aries.osgi.private.pkg>
-	</properties>
-
-	<dependencies>
-    
-            <!-- Dependency on other Aries module bundles -->
-        <dependency>
-             <groupId>org.apache.aries</groupId>
-             <artifactId>org.apache.aries.util</artifactId>
-             <version>0.4-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.aries.testsupport</groupId>
-            <artifactId>org.apache.aries.testsupport.unit</artifactId>
-            <scope>test</scope>
-            <version>0.3</version>
-        </dependency>
-
-
-        <!--External dependencies. Versions may be specified in default parent -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>asm</groupId>
-            <artifactId>asm-all</artifactId>
-            <optional>true</optional>
-            <version>3.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <scope>test</scope>
-        </dependency>
-  </dependencies>
 </project>
 

Modified: aries/trunk/versioning/versioning-checker/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/versioning/versioning-checker/pom.xml?rev=1235093&r1=1235092&r2=1235093&view=diff
==============================================================================
--- aries/trunk/versioning/versioning-checker/pom.xml (original)
+++ aries/trunk/versioning/versioning-checker/pom.xml Tue Jan 24 00:53:08 2012
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.aries</groupId>
       <artifactId>java5-parent</artifactId>
-      <version>0.4-SNAPSHOT</version>
+      <version>0.6-SNAPSHOT</version>
       <relativePath />
   </parent>
   <groupId>org.apache.aries.versioning</groupId>
@@ -64,7 +64,7 @@
         <dependency>
              <groupId>org.apache.aries</groupId>
              <artifactId>org.apache.aries.util</artifactId>
-             <version>0.4-SNAPSHOT</version>
+             <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>