Fix packaging type for Python agent component

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

Branch: refs/heads/stratos-4.1.x
Commit: b7f74a99fb24bfcd54c2702dca7fe3c461735b44
Parents: 3b76e34
Author: Akila Perera <[email protected]>
Authored: Wed Oct 7 11:38:49 2015 +0530
Committer: Akila Perera <[email protected]>
Committed: Wed Oct 7 11:38:49 2015 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.python.cartridge.agent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b7f74a99/components/org.apache.stratos.python.cartridge.agent/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.python.cartridge.agent/pom.xml 
b/components/org.apache.stratos.python.cartridge.agent/pom.xml
index 921ddac..a3a9817 100644
--- a/components/org.apache.stratos.python.cartridge.agent/pom.xml
+++ b/components/org.apache.stratos.python.cartridge.agent/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.stratos.python.cartridge.agent</artifactId>
-    <packaging>jar</packaging>
+    <packaging>pom</packaging>
     <name>Apache Stratos - Python Cartridge Agent</name>
 
     <profiles>
@@ -115,4 +115,4 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Reply via email to