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

[1/2] git commit: JCLOUDS-387: Removing DISCLAIMER file and assembly references now that jclouds has graduated

Updated Branches:
  refs/heads/1.6.x 8c79afc14 -> 778f7993a


JCLOUDS-387: Removing DISCLAIMER file and assembly references now that jclouds has graduated


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

Branch: refs/heads/1.6.x
Commit: e769c5b7bea5a109c0d5dbb17adfea277d946992
Parents: 8c79afc
Author: Andrew Phillips <an...@apache.org>
Authored: Thu Nov 21 13:07:08 2013 -0500
Committer: Andrew Gaul <ga...@apache.org>
Committed: Thu Nov 21 13:03:34 2013 -0800

----------------------------------------------------------------------
 DISCLAIMER                          | 16 ----------------
 assembly/src/main/assembly/unix.xml |  7 -------
 assembly/src/main/assembly/win.xml  |  7 -------
 3 files changed, 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/e769c5b7/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 930418e..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,16 +0,0 @@
-Apache jclouds is an effort undergoing incubation at the Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness
-or stability of the code, it does indicate that the project has yet to be
-fully endorsed by the ASF.
-
-For more information about the incubation status of the Apache jclouds project you
-can go to the following page:
-
-http://incubator.apache.org/projects/jclouds.html
-http://jclouds.incubator.apache.org

http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/e769c5b7/assembly/src/main/assembly/unix.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/unix.xml b/assembly/src/main/assembly/unix.xml
index 2b3da8f..0c00ed6 100644
--- a/assembly/src/main/assembly/unix.xml
+++ b/assembly/src/main/assembly/unix.xml
@@ -125,13 +125,6 @@
             <fileMode>0755</fileMode>
             <lineEnding>unix</lineEnding>
         </file>
-        <file>
-            <source>${basedir}/../DISCLAIMER</source>
-            <outputDirectory>/</outputDirectory>
-            <destName>DISCLAIMER</destName>
-            <lineEnding>dos</lineEnding>
-            <fileMode>0644</fileMode>
-        </file>
     </files>
 
     <dependencySets>

http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/e769c5b7/assembly/src/main/assembly/win.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/win.xml b/assembly/src/main/assembly/win.xml
index d5b27b5..df3d11b 100644
--- a/assembly/src/main/assembly/win.xml
+++ b/assembly/src/main/assembly/win.xml
@@ -123,13 +123,6 @@
             <lineEnding>dos</lineEnding>
             <fileMode>0644</fileMode>
         </file>
-        <file>
-            <source>${basedir}/../DISCLAIMER</source>
-            <outputDirectory>/</outputDirectory>
-            <destName>DISCLAIMER</destName>
-            <lineEnding>dos</lineEnding>
-            <fileMode>0644</fileMode>
-        </file>
     </files>
 
     <dependencySets>


[2/2] git commit: Remove more incubator references

Posted by ga...@apache.org.
Remove more incubator references

Fixes JCLOUDS-388.


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

Branch: refs/heads/1.6.x
Commit: 778f7993a5de16ace072b192a33e6152225bce60
Parents: e769c5b
Author: Andrew Gaul <ga...@apache.org>
Authored: Thu Nov 21 13:02:54 2013 -0800
Committer: Andrew Gaul <ga...@apache.org>
Committed: Thu Nov 21 13:04:27 2013 -0800

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/778f7993/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 995b313..e063c16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <name>Apache jclouds :: cli</name>
   <version>1.6.3-SNAPSHOT</version>
 
-  <url>http://jclouds.incubator.apache.org</url>
+  <url>http://jclouds.apache.org</url>
   <licenses>
     <license>
       <name>The Apache Software License, Version 2.0</name>
@@ -42,9 +42,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-cli.git</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git</url>
     <tag>HEAD</tag>
   </scm>