You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/09/21 13:21:41 UTC

stratos git commit: Fixing artifact names in pom.xml files

Repository: stratos
Updated Branches:
  refs/heads/stratos-4.1.x 51d66d0cb -> 493214eb0


Fixing artifact names in pom.xml files


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

Branch: refs/heads/stratos-4.1.x
Commit: 493214eb024f8cab9c0c0c2ac76b437492ec5470
Parents: 51d66d0
Author: Imesh Gunaratne <im...@apache.org>
Authored: Mon Sep 21 16:51:29 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Mon Sep 21 16:51:29 2015 +0530

----------------------------------------------------------------------
 extensions/cep/modules/distribution/pom.xml                        | 2 +-
 .../python-cartridge-agent/modules/integration/test-common/pom.xml | 2 +-
 .../modules/integration/test-integration/pom.xml                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/493214eb/extensions/cep/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/modules/distribution/pom.xml b/extensions/cep/modules/distribution/pom.xml
index 18d836a..efc5be9 100644
--- a/extensions/cep/modules/distribution/pom.xml
+++ b/extensions/cep/modules/distribution/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>apache-stratos-cep-artifacts</artifactId>
     <packaging>pom</packaging>
-    <name>Apache Stratos CEP artifacts</name>
+    <name>Apache Stratos - CEP Artifacts</name>
     <description>Apache Stratos CEP artifacts</description>
 
     <profiles>

http://git-wip-us.apache.org/repos/asf/stratos/blob/493214eb/products/python-cartridge-agent/modules/integration/test-common/pom.xml
----------------------------------------------------------------------
diff --git a/products/python-cartridge-agent/modules/integration/test-common/pom.xml b/products/python-cartridge-agent/modules/integration/test-common/pom.xml
index e7d0f1e..c71c494 100755
--- a/products/python-cartridge-agent/modules/integration/test-common/pom.xml
+++ b/products/python-cartridge-agent/modules/integration/test-common/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.stratos.python.cartridge.agent.integration.common</artifactId>
     <packaging>jar</packaging>
-    <name>Python Cartridge Agent - Integration Common Module</name>
+    <name>Apache Stratos - PCA - Integration Common Module</name>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/stratos/blob/493214eb/products/python-cartridge-agent/modules/integration/test-integration/pom.xml
----------------------------------------------------------------------
diff --git a/products/python-cartridge-agent/modules/integration/test-integration/pom.xml b/products/python-cartridge-agent/modules/integration/test-integration/pom.xml
index 1ead2bc..8aaf5e4 100755
--- a/products/python-cartridge-agent/modules/integration/test-integration/pom.xml
+++ b/products/python-cartridge-agent/modules/integration/test-integration/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>python-agent-test-integration</artifactId>
     <packaging>jar</packaging>
-    <name>Python Cartridge Agent - Integration Tests</name>
+    <name>Apache Stratos - PCA - Integration Tests</name>
 
     <build>
         <resources>