Merge branch 'GA-4.5.1' into 4.5

This commit is contained in:
Rohit Yadav 2015-05-07 15:27:45 +02:00
commit 11b7b0a3c3
122 changed files with 130 additions and 127 deletions

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<dependencies>
<dependency>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<dependencies>
<dependency>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<dependencies>
<dependency>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<dependencies>
<dependency>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<dependencies>
<dependency>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cloudstack (4.5.1) unstable; urgency=low
* Update the version to 4.5.1
-- the Apache CloudStack project <dev@cloudstack.apache.org> Mon, 04 May 2015 12:17:03 +0200
cloudstack (4.5.1-snapshot) unstable; urgency=low
* Update the version to 4.5.1.snapshot

6
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: cloudstack
Section: libs
Priority: extra
Maintainer: Wido den Hollander <wido@widodh.nl>
Build-Depends: debhelper (>= 7), openjdk-7-jdk, genisoimage,
Build-Depends: debhelper (>= 7), openjdk-7-jdk | openjdk-8-jdk, genisoimage,
python-mysqldb, maven3 | maven (>= 3), python (>= 2.6.6-3~)
Standards-Version: 3.8.1
Homepage: http://www.cloudstack.org/
@ -22,7 +22,7 @@ Description: CloudStack server library
Package: cloudstack-agent
Architecture: all
Depends: openjdk-7-jre, cloudstack-common (= ${source:Version}), lsb-base (>= 3.2), libcommons-daemon-java, openssh-client, libvirt0, sysvinit-utils, qemu-system-x86 | qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, perl-base, perl-modules, ebtables, vlan, wget, jsvc, ipset, python-libvirt, ethtool, iptables
Depends: openjdk-7-jre | openjdk-8-jre, cloudstack-common (= ${source:Version}), lsb-base (>= 3.2), libcommons-daemon-java, openssh-client, libvirt0, sysvinit-utils, qemu-system-x86 | qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, perl-base, perl-modules, ebtables, vlan, wget, jsvc, ipset, python-libvirt, ethtool, iptables
Conflicts: cloud-agent, cloud-agent-libs, cloud-agent-deps, cloud-agent-scripts
Description: CloudStack agent
The CloudStack agent is in charge of managing shared computing resources in
@ -31,7 +31,7 @@ Description: CloudStack agent
Package: cloudstack-usage
Architecture: all
Depends: openjdk-7-jre, cloudstack-common (= ${source:Version}), jsvc, libmysql-java
Depends: openjdk-7-jre | openjdk-8-jre, cloudstack-common (= ${source:Version}), jsvc, libmysql-java
Description: CloudStack usage monitor
The CloudStack usage monitor provides usage accounting across the entire cloud for
cloud operators to charge based on usage parameters.

2
debian/rules vendored
View File

@ -12,7 +12,7 @@
DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//')
MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo -SNAPSHOT; fi )
MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo ; fi )
PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1)
SYSCONFDIR = "/etc"
DESTDIR = "debian/tmp"

View File

@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<dependencies>
<dependency>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<artifactId>cloud-engine-service</artifactId>
<packaging>war</packaging>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-maven-standard</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../maven-standard/pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<build>
<defaultGoal>install</defaultGoal>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cloud-framework-rest</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-maven-standard</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../maven-standard/pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-maven-standard</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../maven-standard/pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>

View File

@ -63,7 +63,6 @@ intelligent IaaS cloud implementation.
Summary: CloudStack management server UI
Requires: %{_tomcatversion}
Requires: %{_javaversion}
Conflicts: java-1.8.0-openjdk
Requires: python
Requires: bash
Requires: bzip2
@ -118,7 +117,6 @@ The Apache CloudStack files shared between agent and management server
Summary: CloudStack Agent for KVM hypervisors
Requires: openssh-clients
Requires: %{_javaversion}
Conflicts: java-1.8.0-openjdk
Requires: %{name}-common = %{_ver}
Requires: libvirt
Requires: bridge-utils
@ -158,7 +156,6 @@ The CloudStack baremetal agent
%package usage
Summary: CloudStack Usage calculation server
Requires: %{_javaversion}
Conflicts: java-1.8.0-openjdk
Requires: jsvc
Requires: jakarta-commons-daemon
Requires: jakarta-commons-daemon-jsvc

View File

@ -16,7 +16,7 @@
# under the License.
%define _pythonparamiko %{nil}
%define _javaversion java-1.7.0-openjdk
%define _javaversion java => 1.7.0
%define _tomcatversion tomcat => 7.0
%define _vlanconfigtool iproute
%define _tomcatpathname tomcat
@ -26,4 +26,4 @@
%define _iptablesservice Requires: iptables-services
%define _serverxmlname server7
%define _cloudstackmanagementconf install -D packaging/centos63/%{_os}/%{name}-management.conf ${RPM_BUILD_ROOT}%{_tmpfilesdir}/%{name}-management.conf
%define _cloudstackmanagementconfattr %attr(0755,root,root) %{_tmpfilesdir}/%{name}-management.conf
%define _cloudstackmanagementconfattr %attr(0755,root,root) %{_tmpfilesdir}/%{name}-management.conf

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>cloudstack-plugins</artifactId>
<groupId>org.apache.cloudstack</groupId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>cloudstack-plugins</artifactId>
<groupId>org.apache.cloudstack</groupId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cloud-plugin-hypervisor-baremetal</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cloud-plugin-hypervisor-simulator</artifactId>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cloud-plugin-hypervisor-ucs</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cloud-plugin-example-dns-notifier</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<repositories>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<repositories>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<build>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-plugins</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
</project>

Some files were not shown because too many files have changed in this diff Show More