Skip to content

Commit dc838d6

Browse files
committed
upgrade agents to 1.8
1 parent d175083 commit dc838d6

49 files changed

Lines changed: 53 additions & 53 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zstack</artifactId>
66
<groupId>org.zstack</groupId>
7-
<version>1.7.0</version>
7+
<version>1.8.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>build</artifactId>

compute/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zstack</artifactId>
66
<groupId>org.zstack</groupId>
7-
<version>1.7.0</version>
7+
<version>1.8.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>compute</artifactId>

configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>zstack</artifactId>
55
<groupId>org.zstack</groupId>
6-
<version>1.7.0</version>
6+
<version>1.8.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>configuration</artifactId>

console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>zstack</artifactId>
77
<groupId>org.zstack</groupId>
8-
<version>1.7.0</version>
8+
<version>1.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

console/src/main/java/org/zstack/console/ConsoleGlobalProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
*/
88
@GlobalPropertyDefinition
99
public class ConsoleGlobalProperty {
10-
@GlobalProperty(name="ConsoleProxy.agentPackageName", defaultValue = "consoleproxy-1.7.tar.gz")
10+
@GlobalProperty(name="ConsoleProxy.agentPackageName", defaultValue = "consoleproxy-1.8.tar.gz")
1111
public static String AGENT_PACKAGE_NAME;
1212
}

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.zstack</groupId>
6-
<version>1.7.0</version>
6+
<version>1.8.0</version>
77
<relativePath>..</relativePath>
88
<artifactId>zstack</artifactId>
99
</parent>

core/src/main/java/org/zstack/core/ansible/AnsibleGlobalProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class AnsibleGlobalProperty {
1010
@GlobalProperty(name = "Ansible.executable", defaultValue = "python")
1111
public static String EXECUTABLE;
12-
@GlobalProperty(name = "Ansible.zstacklibPackageName", defaultValue = "zstacklib-1.7.tar.gz")
12+
@GlobalProperty(name = "Ansible.zstacklibPackageName", defaultValue = "zstacklib-1.8.tar.gz")
1313
public static String ZSTACKLIB_PACKAGE_NAME;
1414
@GlobalProperty(name = "Ansible.zstackRoot", defaultValue = "/var/lib/zstack/")
1515
public static String ZSTACK_ROOT;

header/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zstack</artifactId>
66
<groupId>org.zstack</groupId>
7-
<version>1.7.0</version>
7+
<version>1.8.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>header</artifactId>

identity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zstack</artifactId>
66
<groupId>org.zstack</groupId>
7-
<version>1.7.0</version>
7+
<version>1.8.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>identity</artifactId>

image/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>zstack</artifactId>
55
<groupId>org.zstack</groupId>
6-
<version>1.7.0</version>
6+
<version>1.8.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>image</artifactId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.zstack</groupId>
4444
<artifactId>compute</artifactId>
45-
<version>1.7.0</version>
45+
<version>1.8.0</version>
4646
</dependency>
4747
</dependencies>
4848

0 commit comments

Comments
 (0)