Skip to content

Commit

Permalink
Fixing #50 and bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Sep 10, 2020
1 parent 44411be commit a235f8a
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 28 deletions.
4 changes: 2 additions & 2 deletions bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<artifactId>symphony-java-client-bindings</artifactId>
<packaging>jar</packaging>
<name>Symphony Java Client Bindings</name>
<version>4.59.3</version>
<version>4.59.4</version>

<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</parent>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions demos/demo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>demo-app</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<name>Symphony Demo App</name>
<description>Demo App Using Spring Boot Starter</description>

Expand Down Expand Up @@ -51,7 +51,7 @@
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-app-spring-boot-starter</artifactId>
<scope>compile</scope>
<version>4.59.3</version>
<version>4.59.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions demos/demo-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>demo-bot</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<name>Symphony Demo Bot</name>
<description>Demo Bot Using Spring Boot Starter</description>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions entity-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<artifactId>symphony-java-client-entity-json</artifactId>
<packaging>jar</packaging>
<name>Symphony Java Client Entity Json</name>
<version>4.59.3</version>
<version>4.59.4</version>

<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</parent>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<artifactId>symphony-java-client-identity</artifactId>
<packaging>jar</packaging>
<name>Symphony Java Client Identity</name>
<version>4.59.3</version>
<version>4.59.4</version>

<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</parent>


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

<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<packaging>pom</packaging>

<name>Symphony Java Client Parent</name>
Expand Down
4 changes: 2 additions & 2 deletions quickfix-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<artifactId>jackson-quickfix-module</artifactId>
<packaging>jar</packaging>
<name>Jackson QuickFix Module</name>
<version>4.59.3</version>
<version>4.59.4</version>

<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</parent>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions shared-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</parent>

<developers>
Expand All @@ -31,19 +31,19 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-bindings</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-identity</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-entity-json</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>compile</scope>
</dependency>

Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions symphony-api-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</parent>

<build>
Expand All @@ -32,13 +32,13 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-bindings</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-identity</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions symphony-app-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</parent>

<dependencies>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</dependency>


Expand Down
6 changes: 3 additions & 3 deletions symphony-maven-build-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
</parent>

<dependencies>
Expand All @@ -33,13 +33,13 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-bindings</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-identity</artifactId>
<version>4.59.3</version>
<version>4.59.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,10 @@ private Map<String, Object> getProjectDetails(MavenProject mp, MavenExecutionRes

}

private Object getTime(MavenExecutionResult done, MavenProject mp) {
private long getTime(MavenExecutionResult done, MavenProject mp) {
BuildSummary bs = done.getBuildSummary(mp);
return bs == null ? null : bs.getTime();
long out = bs == null ? 0 : bs.getTime();
return out;
}

private List<String> formatExceptions(MavenExecutionResult done) {
Expand Down

0 comments on commit a235f8a

Please sign in to comment.