JCLOUDS-19. Fixing parent POM.

Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/commit/75fbac01
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/75fbac01
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/75fbac01

Branch: refs/heads/1.6.x
Commit: 75fbac01e8ce6de972bd7f75b4209cfd3a8f5c91
Parents: d19d9dc
Author: Andrew Bayer <[email protected]>
Authored: Mon May 13 12:24:14 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Mon May 13 12:24:59 2013 -0700

----------------------------------------------------------------------
 pom.xml |   27 +++++++--------------------
 1 files changed, 7 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/75fbac01/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ceac484..2164e41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,9 +19,9 @@
   <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.cli</groupId>
@@ -187,16 +187,15 @@
 
   <repositories>
     <repository>
-      <id>jclouds-staging</id>
-      <url>https://oss.sonatype.org/content/repositories/orgjclouds-354</url>
+      <id>apache-snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
       <releases>
-        <enabled>true</enabled>
+        <enabled>false</enabled>
       </releases>
       <snapshots>
-        <enabled>false</enabled>
+        <enabled>true</enabled>
       </snapshots>
     </repository>
-
     <repository>
       <id>sonatype</id>
       <url>https://oss.sonatype.org/content/repositories/releases/</url>
@@ -233,16 +232,4 @@
     </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