From 7079bc273fc0caec4063b3ff9a5b43d63f118822 Mon Sep 17 00:00:00 2001 From: Murali Reddy Date: Wed, 30 Jan 2013 11:17:49 +0530 Subject: [PATCH] fix pom's for framework/pom.xml and framework/events/pom.xml --- framework/events/pom.xml | 6 +++--- framework/pom.xml | 35 +++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 3 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 framework/pom.xml diff --git a/framework/events/pom.xml b/framework/events/pom.xml index b75a3dc1cc5..ef812e5a014 100644 --- a/framework/events/pom.xml +++ b/framework/events/pom.xml @@ -23,16 +23,16 @@ Apache CloudStack Event Notification Framework org.apache.cloudstack - cloudstack + cloudstack-framework 4.1.0-SNAPSHOT - ../../pom.xml + ../pom.xml org.apache.cloudstack cloud-utils ${project.version} - + com.google.code.gson gson diff --git a/framework/pom.xml b/framework/pom.xml new file mode 100644 index 00000000000..81e091605b9 --- /dev/null +++ b/framework/pom.xml @@ -0,0 +1,35 @@ + + + 4.0.0 + cloudstack-framework + Apache CloudStack framework POM + pom + + org.apache.cloudstack + cloudstack + 4.1.0-SNAPSHOT + + + install + + + events + + diff --git a/pom.xml b/pom.xml index 98a4c307f88..59feef5b2f4 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ patches client test - framework/events + framework