From 900cf9ced8d9f74a41b778a99b53993acc0fa6fc Mon Sep 17 00:00:00 2001 From: Zdenek Svoboda Date: Mon, 3 Dec 2012 18:31:39 +0100 Subject: [PATCH] 1.2.65 final --- backend/pom.xml | 2 +- .../java/com/gooddata/integration/rest/GdcRESTApiWrapper.java | 2 +- cli-distro/pom.xml | 2 +- cli/pom.xml | 2 +- .../java/com/gooddata/processor/CreateZendeskV3Projects.java | 2 +- cli/src/main/java/com/gooddata/processor/GdcDI.java | 2 +- common/pom.xml | 2 +- connector/pom.xml | 2 +- .../src/main/java/com/gooddata/chargify/ChargifyWrapper.java | 2 +- notification-distro/pom.xml | 2 +- notification/pom.xml | 2 +- .../src/main/java/com/gooddata/processor/GdcNotification.java | 2 +- pom.xml | 2 +- sfdc/pom.xml | 2 +- web/pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index fafe16ce..4403fa29 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -28,7 +28,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-cl-backend diff --git a/backend/src/main/java/com/gooddata/integration/rest/GdcRESTApiWrapper.java b/backend/src/main/java/com/gooddata/integration/rest/GdcRESTApiWrapper.java index 46070a9f..95b19f7b 100644 --- a/backend/src/main/java/com/gooddata/integration/rest/GdcRESTApiWrapper.java +++ b/backend/src/main/java/com/gooddata/integration/rest/GdcRESTApiWrapper.java @@ -3065,7 +3065,7 @@ private static T configureHttpMethod(T request) { request.setRequestHeader("Content-Type", "application/json; charset=utf-8"); request.setRequestHeader("Accept", "application/json"); request.setRequestHeader("Accept-Charset", "utf-u"); - request.setRequestHeader("User-Agent", "GoodData CL/1.2.65-SNAPSHOT"); + request.setRequestHeader("User-Agent", "GoodData CL/1.2.65"); return request; } diff --git a/cli-distro/pom.xml b/cli-distro/pom.xml index 8d0f45f2..b401fd09 100755 --- a/cli-distro/pom.xml +++ b/cli-distro/pom.xml @@ -29,7 +29,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-cli diff --git a/cli/pom.xml b/cli/pom.xml index d97fd8bb..87c72179 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -27,7 +27,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-cl-cli diff --git a/cli/src/main/java/com/gooddata/processor/CreateZendeskV3Projects.java b/cli/src/main/java/com/gooddata/processor/CreateZendeskV3Projects.java index 2ade532f..89812899 100644 --- a/cli/src/main/java/com/gooddata/processor/CreateZendeskV3Projects.java +++ b/cli/src/main/java/com/gooddata/processor/CreateZendeskV3Projects.java @@ -267,7 +267,7 @@ protected CliParams parse(CommandLine ln) throws InvalidArgumentException { CliParams cp = new CliParams(); if (cp.containsKey(CLI_PARAM_VERSION[0])) { - l.info("GoodData CL version 1.2.65-SNAPSHOT"); + l.info("GoodData CL version 1.2.65"); System.exit(0); } diff --git a/cli/src/main/java/com/gooddata/processor/GdcDI.java b/cli/src/main/java/com/gooddata/processor/GdcDI.java index ce78f1b1..a29db4f8 100644 --- a/cli/src/main/java/com/gooddata/processor/GdcDI.java +++ b/cli/src/main/java/com/gooddata/processor/GdcDI.java @@ -386,7 +386,7 @@ protected CliParams parse(CommandLine ln, Properties defaults) throws InvalidArg if (cp.containsKey(CLI_PARAM_VERSION[0])) { - l.info("GoodData CL version 1.2.65-SNAPSHOT" + + l.info("GoodData CL version 1.2.65" + ((BUILD_NUMBER.length() > 0) ? ", build " + BUILD_NUMBER : ".")); System.exit(0); diff --git a/common/pom.xml b/common/pom.xml index 642d4da4..3f624cc5 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -29,7 +29,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-cl-common diff --git a/connector/pom.xml b/connector/pom.xml index b3a27349..c31a0afe 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -28,7 +28,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-cl-connector diff --git a/connector/src/main/java/com/gooddata/chargify/ChargifyWrapper.java b/connector/src/main/java/com/gooddata/chargify/ChargifyWrapper.java index d14db3dc..037fd7cf 100644 --- a/connector/src/main/java/com/gooddata/chargify/ChargifyWrapper.java +++ b/connector/src/main/java/com/gooddata/chargify/ChargifyWrapper.java @@ -241,7 +241,7 @@ private static DeleteMethod createDeleteMethod(String path) { private static T configureHttpMethod(T request) { request.setRequestHeader("Content-Type", "text/xml"); request.setRequestHeader("Accept", "text/xml"); - request.setRequestHeader("User-Agent", "GoodData CL/1.2.65-SNAPSHOT"); + request.setRequestHeader("User-Agent", "GoodData CL/1.2.65"); return request; } diff --git a/notification-distro/pom.xml b/notification-distro/pom.xml index 64f89044..d33287f5 100755 --- a/notification-distro/pom.xml +++ b/notification-distro/pom.xml @@ -29,7 +29,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-alert diff --git a/notification/pom.xml b/notification/pom.xml index 11b9dcf9..55704c2e 100644 --- a/notification/pom.xml +++ b/notification/pom.xml @@ -29,7 +29,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-notification diff --git a/notification/src/main/java/com/gooddata/processor/GdcNotification.java b/notification/src/main/java/com/gooddata/processor/GdcNotification.java index 07165189..289a0348 100644 --- a/notification/src/main/java/com/gooddata/processor/GdcNotification.java +++ b/notification/src/main/java/com/gooddata/processor/GdcNotification.java @@ -371,7 +371,7 @@ else if (defaults.getProperty(name) != null) { } if (cp.containsKey(CLI_PARAM_VERSION[0])) { - l.info("GoodData Notification Tool version 1.2.65-SNAPSHOT" + + l.info("GoodData Notification Tool version 1.2.65" + ((BUILD_NUMBER.length() > 0) ? ", build " + BUILD_NUMBER : ".")); System.exit(0); diff --git a/pom.xml b/pom.xml index 030d0b9d..0f5c979c 100755 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-cl GoodData CL command line tool and Java API framework. http://developer.gooddata.com diff --git a/sfdc/pom.xml b/sfdc/pom.xml index 46167fbd..44581ca5 100644 --- a/sfdc/pom.xml +++ b/sfdc/pom.xml @@ -29,7 +29,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-sfdc-lib diff --git a/web/pom.xml b/web/pom.xml index 8291b8d2..597ebc2c 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -29,7 +29,7 @@ com.gooddata.cl gooddata-cl - 1.2.65-SNAPSHOT + 1.2.65 gooddata-cl-web