You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/09/30 13:55:37 UTC

svn commit: r1003024 - /tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml

Author: slaws
Date: Thu Sep 30 11:55:37 2010
New Revision: 1003024

URL: http://svn.apache.org/viewvc?rev=1003024&view=rev
Log:
Move up to Apache parent pom v7. Needed this to do SNAPSHOT deploy to Nexus. To keep the pom clean I've upgraded the OSGI version being used as 4.2 isn't available in central. 

Modified:
    tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml

Modified: tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml?rev=1003024&r1=1003023&r2=1003024&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml (original)
+++ tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml Thu Sep 30 11:55:37 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>4</version>
+        <version>7</version>
     </parent>
 
     <groupId>org.apache.tuscany.maven.plugins</groupId>
@@ -37,76 +37,6 @@
         <url>http://svn.apache.org/repos/asf/tuscany/</url>
     </scm>
 
-    <distributionManagement>
-        <repository>
-            <id>apache.releases</id>
-            <name>Apache Release Distribution Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache.snapshots</id>
-            <name>Apache Development Snapshot Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-    </distributionManagement>
-
-    <repositories>
-       <!-- Apache SNAPSHOT repository for unreleased artifacts -->
-       <repository>
-            <id>apache.snapshots</id>
-            <name>Apache SNAPSHOT Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-        <!-- Tuscany repository to hold artifacts that are not published in the public maven repos -->
-        <repository>
-            <id>tuscany.repo</id>
-            <name>Tuscany Maven 2.x Repository</name>
-            <url>http://svn.apache.org/repos/asf/tuscany/maven</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <!-- Apache repository for artifacts released by Apache TLP projects -->
-        <pluginRepository>
-            <id>apache</id>
-            <name>Apache Repository</name>
-            <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </pluginRepository>
-
-        <!-- Apache SNAPSHOT repository for unreleased artifacts -->
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <name>Apache SNAPSHOT Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </pluginRepository>
-
-    </pluginRepositories>
-
     <profiles>
         <profile>
             <id>release</id>
@@ -214,7 +144,7 @@
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>osgi</artifactId>
-            <version>3.4.0-v20080605-1900</version>
+            <version>3.5.0.v20090520</version>
             <scope>compile</scope>
         </dependency>