Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
1.2.65 final
Browse files Browse the repository at this point in the history
  • Loading branch information
zsvoboda committed Dec 3, 2012
1 parent 87fd995 commit 900cf9c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-cl-backend</artifactId>
Expand Down
Expand Up @@ -3065,7 +3065,7 @@ private static <T extends HttpMethod> 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;
}

Expand Down
2 changes: 1 addition & 1 deletion cli-distro/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-cl-cli</artifactId>
Expand Down
Expand Up @@ -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);
}

Expand Down
2 changes: 1 addition & 1 deletion cli/src/main/java/com/gooddata/processor/GdcDI.java
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-cl-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connector/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-cl-connector</artifactId>
Expand Down
Expand Up @@ -241,7 +241,7 @@ private static DeleteMethod createDeleteMethod(String path) {
private static <T extends HttpMethod> 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;
}

Expand Down
2 changes: 1 addition & 1 deletion notification-distro/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-alert</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion notification/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-notification</artifactId>
Expand Down
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
<name>gooddata-cl</name>
<description>GoodData CL command line tool and Java API framework.</description>
<url>http://developer.gooddata.com</url>
Expand Down
2 changes: 1 addition & 1 deletion sfdc/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-sfdc-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.65-SNAPSHOT</version>
<version>1.2.65</version>
</parent>

<artifactId>gooddata-cl-web</artifactId>
Expand Down

0 comments on commit 900cf9c

Please sign in to comment.