Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit 339f15f

Browse files
committed
Build version advanced to 6300-4
1 parent 204d346 commit 339f15f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cloudify/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!-- XAP related -->
22
gs.version=9.7.1
3-
gs.build.number=10811-293
3+
gs.build.number=10811-295
44
gs.milestone=ga
5-
s3.gs.publish.folder=9.7.1-10811-293-SNAPSHOT
5+
s3.gs.publish.folder=9.7.1-10811-295-SNAPSHOT
66
s3.gs.packages.publish.folder=9.7.1-SNAPSHOT
77

88
<!--CLOUDIFY related -->
99
cloudify.version=2.7.1
10-
cloudify.build.number=6300-2
10+
cloudify.build.number=6300-4
1111
cloudify.milestone=ga
1212
jclouds.version=1.6.2-incubating

version/src/main/java/com/j_spaces/kernel/CloudifyVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ public class CloudifyVersion implements ProductVersion {
3434
// !!!IMPORTANT, read below
3535
// Must be of either "int-int-string", "int-int" or "int" format otherwise
3636
// PlatformLogicalVersion will fail parsing!!!
37-
private final String BUILD_NUM = "6300-2";
37+
private final String BUILD_NUM = "6300-4";
3838
private final String V_NAME = "GigaSpaces";
3939
private final String PRODUCT_HELP_URL = "http://www.cloudifysource.org/guide";
40-
private final String BUILD_TIMESTAMP = "6300-2";
40+
private final String BUILD_TIMESTAMP = "6300-4";
4141

4242
/** default constructor for Class.forName() - see com.j_spaces.kernel.PlatformVersion */
4343
public CloudifyVersion() {

0 commit comments

Comments
 (0)