This repository was archived by the owner on Jan 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
version/src/main/java/com/j_spaces/kernel Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<!-- XAP related -->
22gs.version =9.7.1
3- gs.build.number =10811-293
3+ gs.build.number =10811-295
44gs.milestone =ga
5- s3.gs.publish.folder =9.7.1-10811-293 -SNAPSHOT
5+ s3.gs.publish.folder =9.7.1-10811-295 -SNAPSHOT
66s3.gs.packages.publish.folder =9.7.1-SNAPSHOT
77
88<!--CLOUDIFY related -->
99cloudify.version =2.7.1
10- cloudify.build.number =6300-2
10+ cloudify.build.number =6300-4
1111cloudify.milestone =ga
1212jclouds.version =1.6.2-incubating
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments