Author: jwross Date: Sun Sep 2 22:16:35 2012 New Revision: 1380068 URL: http://svn.apache.org/viewvc?rev=1380068&view=rev Log: ARIES-910: Updated some remaining dependencies to 1.0.0. Updated subsystems versions to 1.0.0-SNAPSHOT.
Modified: aries/trunk/subsystem/subsystem-api/pom.xml aries/trunk/subsystem/subsystem-core/pom.xml aries/trunk/subsystem/subsystem-itests-api-bundle/pom.xml aries/trunk/subsystem/subsystem-itests/pom.xml Modified: aries/trunk/subsystem/subsystem-api/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-api/pom.xml?rev=1380068&r1=1380067&r2=1380068&view=diff ============================================================================== --- aries/trunk/subsystem/subsystem-api/pom.xml (original) +++ aries/trunk/subsystem/subsystem-api/pom.xml Sun Sep 2 22:16:35 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.aries</groupId> <artifactId>java6-parent</artifactId> - <version>0.4</version> + <version>1.0.0</version> <relativePath /> </parent> @@ -30,7 +30,7 @@ <artifactId>org.apache.aries.subsystem.api</artifactId> <packaging>bundle</packaging> <name>Apache Aries Subsystem API</name> - <version>0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <description>Subsystems API.</description> <scm> Modified: aries/trunk/subsystem/subsystem-core/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-core/pom.xml?rev=1380068&r1=1380067&r2=1380068&view=diff ============================================================================== --- aries/trunk/subsystem/subsystem-core/pom.xml (original) +++ aries/trunk/subsystem/subsystem-core/pom.xml Sun Sep 2 22:16:35 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.aries</groupId> <artifactId>java6-parent</artifactId> - <version>0.4</version> + <version>1.0.0</version> <relativePath /> </parent> @@ -30,7 +30,7 @@ <artifactId>org.apache.aries.subsystem.core</artifactId> <packaging>bundle</packaging> <name>Apache Aries Subsystem Core</name> - <version>0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <description>Subsystems Core.</description> <scm> @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.aries.subsystem</groupId> <artifactId>org.apache.aries.subsystem.api</artifactId> - <version>0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.osgi</groupId> Modified: aries/trunk/subsystem/subsystem-itests-api-bundle/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests-api-bundle/pom.xml?rev=1380068&r1=1380067&r2=1380068&view=diff ============================================================================== --- aries/trunk/subsystem/subsystem-itests-api-bundle/pom.xml (original) +++ aries/trunk/subsystem/subsystem-itests-api-bundle/pom.xml Sun Sep 2 22:16:35 2012 @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.aries</groupId> <artifactId>java6-parent</artifactId> - <version>0.4</version> + <version>1.0.0</version> <relativePath /> </parent> @@ -22,7 +22,7 @@ <artifactId>org.apache.aries.subsystem.itest.interfaces</artifactId> <packaging>bundle</packaging> <name>Apache Aries Subsystem iTests interfaces bundle</name> - <version>0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <description> Application interfaces used in subsystem itests </description> Modified: aries/trunk/subsystem/subsystem-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests/pom.xml?rev=1380068&r1=1380067&r2=1380068&view=diff ============================================================================== --- aries/trunk/subsystem/subsystem-itests/pom.xml (original) +++ aries/trunk/subsystem/subsystem-itests/pom.xml Sun Sep 2 22:16:35 2012 @@ -14,13 +14,13 @@ <parent> <groupId>org.apache.aries</groupId> <artifactId>java6-parent</artifactId> - <version>0.4</version> + <version>1.0.0</version> <relativePath /> </parent> <groupId>org.apache.aries.subsystem</groupId> <artifactId>org.apache.aries.subsystem.itests</artifactId> - <version>0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <name>Apache Aries Subsystem iTests</name> <description> Integration tests using the subsystem api, core for the implementation @@ -73,7 +73,7 @@ <groupId>org.apache.aries.subsystem</groupId> <artifactId>org.apache.aries.subsystem.api</artifactId> <scope>test</scope> - <version>0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.osgi</groupId> @@ -85,7 +85,7 @@ <groupId>org.apache.aries.subsystem</groupId> <artifactId>org.apache.aries.subsystem.core</artifactId> <scope>test</scope> - <version>0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.osgi</groupId> @@ -246,7 +246,7 @@ <dependency> <groupId>org.apache.aries.subsystem</groupId> <artifactId>org.apache.aries.subsystem.itest.interfaces</artifactId> - <version>0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency>