You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2015/08/07 22:39:04 UTC

stratos git commit: Remove SNAPSHOT versions in dependencies

Repository: stratos
Updated Branches:
  refs/heads/master ad3066abe -> 3a50768a8


Remove SNAPSHOT versions in dependencies


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/3a50768a
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/3a50768a
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/3a50768a

Branch: refs/heads/master
Commit: 3a50768a87ccf2668a4c08d36fde00b70260dd07
Parents: ad3066a
Author: Akila Perera <ra...@gmail.com>
Authored: Sat Aug 8 02:08:41 2015 +0530
Committer: Akila Perera <ra...@gmail.com>
Committed: Sat Aug 8 02:08:41 2015 +0530

----------------------------------------------------------------------
 dependencies/fabric8/kubernetes-api/pom.xml                      | 2 +-
 dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml              | 2 +-
 .../jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml         | 2 +-
 dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml           | 2 +-
 dependencies/jclouds/provider/aws-ec2/1.8.1-stratos/pom.xml      | 2 +-
 dependencies/org.wso2.carbon.ui/pom.xml                          | 2 +-
 pom.xml                                                          | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/3a50768a/dependencies/fabric8/kubernetes-api/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/fabric8/kubernetes-api/pom.xml b/dependencies/fabric8/kubernetes-api/pom.xml
index 4e837a6..bc967d0 100644
--- a/dependencies/fabric8/kubernetes-api/pom.xml
+++ b/dependencies/fabric8/kubernetes-api/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>kubernetes-api</artifactId>
-  <version>2.2.16-stratosv1-SNAPSHOT</version>
+  <version>2.2.16-stratosv1</version>
   <packaging>bundle</packaging>
 
   <name>Fabric8 :: Kubernetes API</name>

http://git-wip-us.apache.org/repos/asf/stratos/blob/3a50768a/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml b/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml
index 05af0a5..c1a7b9d 100644
--- a/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml
+++ b/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml
@@ -29,7 +29,7 @@
     <!-- TODO: when out of labs, switch to org.jclouds.provider -->
     <groupId>org.apache.stratos</groupId>
     <artifactId>gce</artifactId>
-    <version>1.8.1-stratosv1-SNAPSHOT</version>
+    <version>1.8.1-stratosv1</version>
     <name>jclouds Google Compute Engine provider</name>
     <description>jclouds components to access GoogleCompute</description>
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/stratos/blob/3a50768a/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml
index c65ab03..675323a 100644
--- a/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml
+++ b/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml
@@ -29,7 +29,7 @@
     <!-- TODO: when out of labs, switch to org.jclouds.api -->
     <groupId>org.apache.stratos</groupId>
     <artifactId>openstack-neutron</artifactId>
-    <version>1.8.1-stratosv1-SNAPSHOT</version>
+    <version>1.8.1-stratosv1</version>
     <name>jclouds openstack-neutron api</name>
     <description>jclouds components to access an implementation of OpenStack Neutron</description>
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/stratos/blob/3a50768a/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml
index b7ee83a..bc8951a 100644
--- a/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml
+++ b/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.stratos</groupId>
     <artifactId>vcloud</artifactId>
-    <version>1.8.1-stratosv1-SNAPSHOT</version>
+    <version>1.8.1-stratosv1</version>
     <name>jclouds vcloud api</name>
     <description>jclouds components to access an implementation of VMWare vCloud</description>
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/stratos/blob/3a50768a/dependencies/jclouds/provider/aws-ec2/1.8.1-stratos/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/provider/aws-ec2/1.8.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.8.1-stratos/pom.xml
index 6f1f859..d7f9ffe 100644
--- a/dependencies/jclouds/provider/aws-ec2/1.8.1-stratos/pom.xml
+++ b/dependencies/jclouds/provider/aws-ec2/1.8.1-stratos/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <groupId>org.apache.stratos</groupId>
   <artifactId>aws-ec2</artifactId>
-  <version>1.8.1-stratosv1-SNAPSHOT</version>
+  <version>1.8.1-stratosv1</version>
   <name>jclouds Amazon EC2 provider</name>
   <description>EC2 implementation targeted to Amazon Web Services</description>
   <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/stratos/blob/3a50768a/dependencies/org.wso2.carbon.ui/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml
index f4a64ba..09565b0 100644
--- a/dependencies/org.wso2.carbon.ui/pom.xml
+++ b/dependencies/org.wso2.carbon.ui/pom.xml
@@ -32,7 +32,7 @@
     <packaging>bundle</packaging>
     <name>WSO2 Carbon - UI</name>
     <description>org.wso2.carbon.ui patch version for apache stratos</description>
-    <version>4.2.0-stratosv1-SNAPSHOT</version>
+    <version>4.2.0-stratosv1</version>
     <url>http://wso2.org</url>
 
     <repositories>

http://git-wip-us.apache.org/repos/asf/stratos/blob/3a50768a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3808ca..3cc30ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -553,8 +553,8 @@
         <carbon.platform.package.export.version>4.2.0</carbon.platform.package.export.version>
         <axis2.osgi.version>1.6.1.wso2v10</axis2.osgi.version>
         <jclouds.version>1.8.1</jclouds.version>
-        <project.jclouds.stratos.version>1.8.1-stratosv1-SNAPSHOT</project.jclouds.stratos.version>
+        <project.jclouds.stratos.version>1.8.1-stratosv1</project.jclouds.stratos.version>
         <kubernetes.api.version>2.2.16</kubernetes.api.version>
-        <kubernetes.api.stratos.version>2.2.16-stratosv1-SNAPSHOT</kubernetes.api.stratos.version>
+        <kubernetes.api.stratos.version>2.2.16-stratosv1</kubernetes.api.stratos.version>
     </properties>
 </project>
\ No newline at end of file