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

Commit

Permalink
Build version advanced to 6207-161
Browse files Browse the repository at this point in the history
  • Loading branch information
limor-gs committed Jul 3, 2014
1 parent 963e27a commit b2fdce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cloudify/build.properties
@@ -1,12 +1,12 @@
<!-- XAP related -->
gs.version=9.7.1
gs.build.number=10811-190
gs.build.number=10811-193
gs.milestone=ga
s3.gs.publish.folder=9.7.1-10811-190-SNAPSHOT
s3.gs.publish.folder=9.7.1-10811-193-SNAPSHOT
s3.gs.packages.publish.folder=9.7.1-SNAPSHOT

<!--CLOUDIFY related -->
cloudify.version=2.7.1
cloudify.build.number=6207-159
cloudify.build.number=6207-161
cloudify.milestone=m6
jclouds.version=1.6.2-incubating
Expand Up @@ -34,10 +34,10 @@ public class CloudifyVersion implements ProductVersion {
// !!!IMPORTANT, read below
// Must be of either "int-int-string", "int-int" or "int" format otherwise
// PlatformLogicalVersion will fail parsing!!!
private final String BUILD_NUM = "6207-159";
private final String BUILD_NUM = "6207-161";
private final String V_NAME = "GigaSpaces";
private final String PRODUCT_HELP_URL = "http://www.cloudifysource.org/guide";
private final String BUILD_TIMESTAMP = "6207-159";
private final String BUILD_TIMESTAMP = "6207-161";

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

0 comments on commit b2fdce9

Please sign in to comment.