You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/22 13:06:40 UTC

git commit: fixed stratos agent version issue

Updated Branches:
  refs/heads/master 6fdeacea2 -> 599c2f66a


fixed stratos agent version issue


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

Branch: refs/heads/master
Commit: 599c2f66a9a5f80f13fe05d0207dfadec8651bf1
Parents: 6fdeace
Author: Lakmal Warusawithana <la...@wso2.com>
Authored: Mon Jul 22 16:36:21 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Mon Jul 22 16:36:21 2013 +0530

----------------------------------------------------------------------
 products/stratos_agent/modules/distribution/pom.xml | 2 +-
 products/stratos_agent/pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/599c2f66/products/stratos_agent/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos_agent/modules/distribution/pom.xml b/products/stratos_agent/modules/distribution/pom.xml
index 1d9d114..2ffa868 100755
--- a/products/stratos_agent/modules/distribution/pom.xml
+++ b/products/stratos_agent/modules/distribution/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-agent-parent</artifactId>
-        <version>1.0.1</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/599c2f66/products/stratos_agent/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos_agent/pom.xml b/products/stratos_agent/pom.xml
index bd78939..c501ad0 100755
--- a/products/stratos_agent/pom.xml
+++ b/products/stratos_agent/pom.xml
@@ -32,7 +32,7 @@
     <groupId>org.apache.stratos</groupId>
     <artifactId>stratos-agent-parent</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.1</version>
+    <version>3.0.0-SNAPSHOT</version>
     <name>Apache Stratos - Agent - Aggregator Module</name>
     <url>http://apache.org</url>
     <description>Apache Stratos Agent (S2agent)</description>