From 54a60fe2993b07b2e9c42d2a992bd014259a3486 Mon Sep 17 00:00:00 2001 From: opencm Date: Fri, 15 Aug 2014 03:30:15 +0300 Subject: [PATCH] Build version advanced to 6300-1 --- CLI/pom.xml | 2 +- USM/pom.xml | 2 +- cloudify/build.properties | 8 ++++---- cloudify/pom.xml | 4 ++-- domain/pom.xml | 2 +- dsl-backwards/pom.xml | 2 +- dsl/pom.xml | 2 +- esc-commands/pom.xml | 2 +- esc-config/pom.xml | 2 +- esc/pom.xml | 2 +- management-space/pom.xml | 2 +- rest-client/pom.xml | 2 +- restful/pom.xml | 2 +- security-ldap/pom.xml | 2 +- security/pom.xml | 2 +- utility-domain/pom.xml | 2 +- version/pom.xml | 2 +- .../main/java/com/j_spaces/kernel/CloudifyVersion.java | 4 ++-- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/CLI/pom.xml b/CLI/pom.xml index d5070bbc5a..96a6852a29 100644 --- a/CLI/pom.xml +++ b/CLI/pom.xml @@ -8,7 +8,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/USM/pom.xml b/USM/pom.xml index 40327e0a80..b80a66e103 100644 --- a/USM/pom.xml +++ b/USM/pom.xml @@ -8,7 +8,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/cloudify/build.properties b/cloudify/build.properties index ee3757b483..cf531997a4 100644 --- a/cloudify/build.properties +++ b/cloudify/build.properties @@ -1,12 +1,12 @@ gs.version=9.7.1 -gs.build.number=10811-290 +gs.build.number=10811-292 gs.milestone=ga -s3.gs.publish.folder=9.7.1-10811-290-SNAPSHOT -s3.gs.packages.publish.folder=9.7.1-10800-RELEASE +s3.gs.publish.folder=9.7.1-10811-292-SNAPSHOT +s3.gs.packages.publish.folder=9.7.1-SNAPSHOT cloudify.version=2.7.1 -cloudify.build.number=6300 +cloudify.build.number=6300-1 cloudify.milestone=ga jclouds.version=1.6.2-incubating \ No newline at end of file diff --git a/cloudify/pom.xml b/cloudify/pom.xml index 842c677d2b..a34a39c707 100644 --- a/cloudify/pom.xml +++ b/cloudify/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT pom cloudify @@ -25,7 +25,7 @@ ../dsl-backwards - 9.7.1-10811-290-SNAPSHOT + 9.7.1-SNAPSHOT 4.8.2 UTF-8 ${project.version} diff --git a/domain/pom.xml b/domain/pom.xml index da2f497942..5fb40e0e2c 100644 --- a/domain/pom.xml +++ b/domain/pom.xml @@ -8,7 +8,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/dsl-backwards/pom.xml b/dsl-backwards/pom.xml index 3f1a9bfa52..4041cd9792 100644 --- a/dsl-backwards/pom.xml +++ b/dsl-backwards/pom.xml @@ -11,7 +11,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/dsl/pom.xml b/dsl/pom.xml index 654a20d303..846c322800 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -8,7 +8,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/esc-commands/pom.xml b/esc-commands/pom.xml index 7c3c041e1b..0a64c04326 100644 --- a/esc-commands/pom.xml +++ b/esc-commands/pom.xml @@ -7,7 +7,7 @@ cloudify org.cloudifysource - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/esc-config/pom.xml b/esc-config/pom.xml index a714bb0919..257d48dc0c 100644 --- a/esc-config/pom.xml +++ b/esc-config/pom.xml @@ -8,7 +8,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/esc/pom.xml b/esc/pom.xml index a85480181b..ad6d973c5a 100644 --- a/esc/pom.xml +++ b/esc/pom.xml @@ -8,7 +8,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/management-space/pom.xml b/management-space/pom.xml index 36a27504f6..991e9c6ae2 100644 --- a/management-space/pom.xml +++ b/management-space/pom.xml @@ -9,7 +9,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/rest-client/pom.xml b/rest-client/pom.xml index 51d35f1fb3..1a8989036a 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -4,7 +4,7 @@ cloudify org.cloudifysource - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/restful/pom.xml b/restful/pom.xml index e64cf1361d..9e36f4a9c1 100755 --- a/restful/pom.xml +++ b/restful/pom.xml @@ -8,7 +8,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/security-ldap/pom.xml b/security-ldap/pom.xml index da758677e0..357db6a5c6 100644 --- a/security-ldap/pom.xml +++ b/security-ldap/pom.xml @@ -7,7 +7,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/security/pom.xml b/security/pom.xml index 0528bec8bf..9e503da859 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -50,7 +50,7 @@ ../cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT cloudify org.cloudifysource diff --git a/utility-domain/pom.xml b/utility-domain/pom.xml index 97c37fc570..60312156fb 100644 --- a/utility-domain/pom.xml +++ b/utility-domain/pom.xml @@ -4,7 +4,7 @@ org.cloudifysource cloudify - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/version/pom.xml b/version/pom.xml index dcad05c793..4e6a6e85e5 100644 --- a/version/pom.xml +++ b/version/pom.xml @@ -4,7 +4,7 @@ cloudify org.cloudifysource - 2.7.1-6300-RELEASE + 2.7.1-SNAPSHOT ../cloudify diff --git a/version/src/main/java/com/j_spaces/kernel/CloudifyVersion.java b/version/src/main/java/com/j_spaces/kernel/CloudifyVersion.java index eea695241d..f3167d0176 100644 --- a/version/src/main/java/com/j_spaces/kernel/CloudifyVersion.java +++ b/version/src/main/java/com/j_spaces/kernel/CloudifyVersion.java @@ -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 = "6300"; + private final String BUILD_NUM = "6300-1"; private final String V_NAME = "GigaSpaces"; private final String PRODUCT_HELP_URL = "http://www.cloudifysource.org/guide"; - private final String BUILD_TIMESTAMP = "6300"; + private final String BUILD_TIMESTAMP = "6300-1"; /** default constructor for Class.forName() - see com.j_spaces.kernel.PlatformVersion */ public CloudifyVersion() {