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

Commit

Permalink
1.2.35-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdenek Svoboda committed Jul 14, 2011
1 parent 51b9816 commit 58c0763
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 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.34-BETA</version>
<version>1.2.35-BETA</version>
</parent>

<artifactId>gooddata-cl-backend</artifactId>
Expand Down
Expand Up @@ -2934,7 +2934,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.34-BETA");
request.setRequestHeader("User-Agent", "GoodData CL/1.2.35-BETA");
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.34-BETA</version>
<version>1.2.35-BETA</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.34-BETA</version>
<version>1.2.35-BETA</version>
</parent>

<artifactId>gooddata-cl-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main/java/com/gooddata/processor/GdcDI.java
Expand Up @@ -325,7 +325,7 @@ protected CliParams parse(CommandLine ln, Properties defaults) throws InvalidArg

if(cp.containsKey(CLI_PARAM_VERSION[0])) {

l.info("GoodData CL version 1.2.34-BETA" +
l.info("GoodData CL version 1.2.35-BETA" +
((BUILD_NUMBER.length()>0) ? ", build "+BUILD_NUMBER : "."));
System.exit(0);

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

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

<artifactId>gooddata-cl-connector</artifactId>
Expand Down
Expand Up @@ -248,7 +248,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.34-BETA");
request.setRequestHeader("User-Agent", "GoodData CL/1.2.35-BETA");
return request;
}

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

<artifactId>gooddata-cl-snaplogic</artifactId>
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.34-BETA</version>
<version>1.2.35-BETA</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.34-BETA</version>
<version>1.2.35-BETA</version>
</parent>

<artifactId>gooddata-notification</artifactId>
Expand Down
Expand Up @@ -386,7 +386,7 @@ else if (defaults.getProperty(name) != null) {
}

if(cp.containsKey(CLI_PARAM_VERSION[0])) {
l.info("GoodData Notification Tool version 1.2.34-BETA" +
l.info("GoodData Notification Tool version 1.2.35-BETA" +
((BUILD_NUMBER.length()>0) ? ", build "+BUILD_NUMBER : "."));
System.exit(0);

Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
<name>gooddata-cl</name>
<description>GoodData CL command line tool and Java API framework.</description>
<url>http://developer.gooddata.com</url>
Expand Down Expand Up @@ -75,42 +75,42 @@
<dependency>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-cli</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>
<dependency>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-web</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>
<dependency>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-backend</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>
<dependency>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-connector</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>
<dependency>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-snaplogic</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>
<dependency>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-common</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>
<dependency>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-snaplogic-lib</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>
<dependency>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-sfdc-lib</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>
<dependency>
<groupId>org.snaplogic</groupId>
Expand All @@ -135,7 +135,7 @@
<dependency>
<artifactId>gooddata-notification</artifactId>
<groupId>com.gooddata.cl</groupId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</dependency>


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.34-BETA</version>
<version>1.2.35-BETA</version>
</parent>

<artifactId>gooddata-sfdc-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion snap-distro/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</parent>

<artifactId>gooddata-cl-snap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion snaplogic/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.34-BETA</version>
<version>1.2.35-BETA</version>
</parent>

<artifactId>gooddata-cl-snaplogic-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.34-BETA</version>
<version>1.2.35-BETA</version>
</parent>

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

0 comments on commit 58c0763

Please sign in to comment.