mirror of https://github.com/apache/cloudstack.git
Fix version to 4.5.2-SNAPSHOT throughout the source
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
0963432268
commit
8b18ab3ff2
|
|
@ -30,7 +30,7 @@ RUN (/usr/bin/mysqld_safe &); \
|
|||
sleep 3; \
|
||||
mvn -Pdeveloper -pl developer -Ddeploydb; \
|
||||
mvn -Pdeveloper -pl developer -Ddeploydb-simulator; \
|
||||
pip install tools/marvin/dist/Marvin-4.5.1-SNAPSHOT.tar.gz
|
||||
pip install tools/marvin/dist/Marvin-4.5.2-SNAPSHOT.tar.gz
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ MSMNTDIR=/mnt
|
|||
COMPONENTS-SPEC=components.xml
|
||||
AWSAPILOG=awsapi.log
|
||||
REMOTEHOST=localhost
|
||||
COMMONLIBDIR=client/target/cloud-client-ui-4.5.1-SNAPSHOT/WEB-INF/lib/
|
||||
COMMONLIBDIR=client/target/cloud-client-ui-4.5.2-SNAPSHOT/WEB-INF/lib/
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloudstack-service-console-proxy</artifactId>
|
||||
<version>4.5.1-SNAPSHOT</version>
|
||||
<version>4.5.2-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloudstack-service-iam</artifactId>
|
||||
<version>4.5.1-SNAPSHOT</version>
|
||||
<version>4.5.2-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloudstack-services</artifactId>
|
||||
<version>4.5.1-SNAPSHOT</version>
|
||||
<version>4.5.2-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<build>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloudstack-service-iam</artifactId>
|
||||
<version>4.5.1-SNAPSHOT</version>
|
||||
<version>4.5.2-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ class ShellColor(object):
|
|||
END = '\033[0m'
|
||||
ITALICS = '\x1B[3m'
|
||||
|
||||
#VERSION = "4.5.1-SNAPSHOT"
|
||||
#VERSION = "4.5.2-SNAPSHOT"
|
||||
|
||||
|
||||
class MarvinCli(cmd.Cmd, object):
|
||||
|
|
|
|||
Loading…
Reference in New Issue