You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2015/04/15 21:41:08 UTC

[03/39] jclouds git commit: JCLOUDS-23. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.

JCLOUDS-23. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.


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

Branch: refs/heads/master
Commit: 048e6384aa3eabfedf9cbd46c3fe1e32d7ecdf7a
Parents: 4da1ba8
Author: Andrew Bayer <an...@gmail.com>
Authored: Fri May 10 16:30:27 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Mon May 13 10:44:56 2013 -0700

----------------------------------------------------------------------
 apis/oauth/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/048e6384/apis/oauth/pom.xml
----------------------------------------------------------------------
diff --git a/apis/oauth/pom.xml b/apis/oauth/pom.xml
index aa2cb25..74503fc 100644
--- a/apis/oauth/pom.xml
+++ b/apis/oauth/pom.xml
@@ -22,13 +22,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.jclouds.labs</groupId>
+        <groupId>org.apache.jclouds.labs</groupId>
         <artifactId>jclouds-labs-google</artifactId>
         <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <!-- TODO: when out of labs, switch to org.jclouds.api -->
-    <groupId>org.jclouds.labs</groupId>
+    <groupId>org.apache.jclouds.labs</groupId>
     <artifactId>oauth</artifactId>
     <name>jclouds OAuth core</name>
     <description>jclouds components to access OAuth</description>
@@ -46,19 +46,19 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.jclouds</groupId>
+            <groupId>org.apache.jclouds</groupId>
             <artifactId>jclouds-core</artifactId>
             <version>${jclouds.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.jclouds</groupId>
+            <groupId>org.apache.jclouds</groupId>
             <artifactId>jclouds-core</artifactId>
             <version>${jclouds.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.jclouds.driver</groupId>
+            <groupId>org.apache.jclouds.driver</groupId>
             <artifactId>jclouds-slf4j</artifactId>
             <version>${jclouds.version}</version>
             <scope>test</scope>