You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/06 07:01:08 UTC

[1/2] git commit: Aligning azurecompute POM parent with other labs projects

Repository: jclouds-labs
Updated Branches:
  refs/heads/master de0a615ff -> f38cf0ee8


Aligning azurecompute POM parent with other labs projects


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/89a31b07
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/89a31b07
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/89a31b07

Branch: refs/heads/master
Commit: 89a31b07219b053775b4177ed58caed6fc1e5f63
Parents: de0a615
Author: Andrew Phillips <an...@apache.org>
Authored: Sun Oct 5 22:59:53 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Oct 6 01:00:44 2014 -0400

----------------------------------------------------------------------
 azurecompute/pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/89a31b07/azurecompute/pom.xml
----------------------------------------------------------------------
diff --git a/azurecompute/pom.xml b/azurecompute/pom.xml
index f83ed52..9127081 100644
--- a/azurecompute/pom.xml
+++ b/azurecompute/pom.xml
@@ -20,16 +20,13 @@
 <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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-project</artifactId>
+    <groupId>org.apache.jclouds.labs</groupId>
+    <artifactId>jclouds-labs</artifactId>
     <version>2.0.0-SNAPSHOT</version>
-    <relativePath />
   </parent>
 
   <!-- TODO: when out of labs, switch to org.jclouds.provider -->
-  <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>azurecompute</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
   <name>Apache jclouds :: Azure :: Compute API</name>
   <description>jclouds components to access an implementation of Azure's Compute Service</description>
   <packaging>bundle</packaging>


[2/2] git commit: Revert "Fix poms so that modernizer doesn't fail on snapshot."

Posted by an...@apache.org.
Revert "Fix poms so that modernizer doesn't fail on snapshot."

This reverts commit 0cbcf181c505af0eb8da705724c71dcceec8d721. The
snapshot repository has now been added to the jclouds-project POM.
See commit 79d4b48 to jclouds/jclouds.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/f38cf0ee
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/f38cf0ee
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/f38cf0ee

Branch: refs/heads/master
Commit: f38cf0ee8258d92afb3ccd58d39578c9b9fa773b
Parents: 89a31b0
Author: Andrew Phillips <an...@apache.org>
Authored: Sun Oct 5 18:52:09 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Oct 6 01:00:54 2014 -0400

----------------------------------------------------------------------
 azurecompute/pom.xml | 14 --------------
 pom.xml              | 14 --------------
 2 files changed, 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/f38cf0ee/azurecompute/pom.xml
----------------------------------------------------------------------
diff --git a/azurecompute/pom.xml b/azurecompute/pom.xml
index 9127081..bd4a90f 100644
--- a/azurecompute/pom.xml
+++ b/azurecompute/pom.xml
@@ -56,20 +56,6 @@
     </repository>
   </repositories>
 
-  <!-- For modernizer, which depends on jclouds-resources snapshot. -->
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache-snapshots</id>
-      <url>https://repository.apache.org/content/repositories/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-
   <dependencies>
     <dependency>
       <groupId>com.jamesmurty.utils</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/f38cf0ee/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 37c43ec..9140562 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,20 +64,6 @@
     </repository>
   </repositories>
 
-  <!-- For modernizer, which depends on jclouds-resources snapshot. -->
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache-snapshots</id>
-      <url>https://repository.apache.org/content/repositories/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-
   <modules>
     <module>azurecompute</module>
     <module>docker</module>