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

Commit

Permalink
1/2/55
Browse files Browse the repository at this point in the history
  • Loading branch information
zsvoboda committed Jul 17, 2012
1 parent 9118404 commit 7a09db7
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 17 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.54</version>
<version>1.2.55</version>
</parent>

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

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

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

l.info("GoodData CL version 1.2.54" +
l.info("GoodData CL version 1.2.55" +
((BUILD_NUMBER.length() > 0) ? ", build " + BUILD_NUMBER : "."));
System.exit(0);

Expand Down Expand Up @@ -1217,6 +1217,7 @@ private void generateManifests(Command c, CliParams p, ProcessingContext ctx) th
File sf = new File(schema);
if (sf.exists()) {
SourceSchema srcSchema = SourceSchema.createSchema(sf);
AbstractConnector.expandDates(srcSchema);
String ssn = srcSchema.getName();
List<Column> columns = AbstractConnector.populateColumnsFromSchema(srcSchema);
SLI sli = ctx.getRestApi(p).getSLIById("dataset." + ssn, pid);
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.54</version>
<version>1.2.55</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.54</version>
<version>1.2.55</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.54");
request.setRequestHeader("User-Agent", "GoodData CL/1.2.55");
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.54</version>
<version>1.2.55</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.54</version>
<version>1.2.55</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.54</version>
<version>1.2.55</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.54" +
l.info("GoodData Notification Tool version 1.2.55" +
((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.54</version>
<version>1.2.55</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.54</version>
<version>1.2.55</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.54</version>
<version>1.2.55</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.54</version>
<version>1.2.55</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.54</version>
<version>1.2.55</version>
</parent>

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

0 comments on commit 7a09db7

Please sign in to comment.