Skip to content

Commit

Permalink
Remove the beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lkundrak committed Nov 29, 2011
1 parent 2ec9156 commit 1a8142d
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-cl-backend</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,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.44-BETA");
request.setRequestHeader("User-Agent", "GoodData CL/1.2.45");
return request;
}

Expand Down
2 changes: 1 addition & 1 deletion cli-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-cl-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-cl-connector</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,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.44-BETA");
request.setRequestHeader("User-Agent", "GoodData CL/1.2.45");
return request;
}

Expand Down
2 changes: 1 addition & 1 deletion gooddata-snaplogic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-cl-snaplogic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion notification-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-alert</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-notification</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ else if (defaults.getProperty(name) != null) {
}

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-sfdc-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion snap-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-cl-snap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion snaplogic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

<artifactId>gooddata-cl-snaplogic-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId>
<version>1.2.44-BETA</version>
<version>1.2.45</version>
</parent>

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

0 comments on commit 1a8142d

Please sign in to comment.