JCLOUDS-18. Fixing parent POM.

Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/4f159b32
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/4f159b32
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/4f159b32

Branch: refs/heads/1.6.x
Commit: 4f159b326012e3af33ad67c6d47271ae9c0520f3
Parents: 06207bd
Author: Andrew Bayer <[email protected]>
Authored: Mon May 13 12:23:33 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Mon May 13 12:23:33 2013 -0700

----------------------------------------------------------------------
 pom.xml |   28 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/4f159b32/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6666aad..0b150df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,9 +21,9 @@ under the License.
 <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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.sonatype.oss</groupId>
-    <artifactId>oss-parent</artifactId>
-    <version>4</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>13</version>
   </parent>
 
   <groupId>org.apache.jclouds</groupId>
@@ -569,6 +569,16 @@ under the License.
 
   <repositories>
     <repository>
+      <id>apache-snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
       <id>sonatype</id>
       <url>https://oss.sonatype.org/content/repositories/releases/</url>
     </repository>
@@ -604,16 +614,4 @@ under the License.
     </profile>
   </profiles>
 
-  <distributionManagement>
-    <repository>
-      <id>sonatype-nexus-staging</id>
-      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
-      <uniqueVersion>false</uniqueVersion>
-    </repository>
-    <snapshotRepository>
-      <id>sonatype-nexus-snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-    </snapshotRepository>
-  </distributionManagement>
-
 </project>

Reply via email to