From a235f8a28a7723447931d084ce906e13be294d20 Mon Sep 17 00:00:00 2001 From: Rob Moffat Date: Thu, 10 Sep 2020 14:33:37 +0100 Subject: [PATCH] Fixing #50 and bumping version number --- bindings/pom.xml | 4 ++-- demos/demo-app/pom.xml | 4 ++-- demos/demo-bot/pom.xml | 4 ++-- entity-json/pom.xml | 4 ++-- identity/pom.xml | 4 ++-- pom.xml | 2 +- quickfix-json/pom.xml | 4 ++-- shared-stream/pom.xml | 10 +++++----- symphony-api-spring-boot-starter/pom.xml | 6 +++--- symphony-app-spring-boot-starter/pom.xml | 4 ++-- symphony-maven-build-reporter/pom.xml | 6 +++--- .../symphonyp/maven/SymphonyBuildReporter.java | 5 +++-- 12 files changed, 29 insertions(+), 28 deletions(-) diff --git a/bindings/pom.xml b/bindings/pom.xml index 072fc4550..a233d2178 100644 --- a/bindings/pom.xml +++ b/bindings/pom.xml @@ -5,12 +5,12 @@ symphony-java-client-bindings jar Symphony Java Client Bindings - 4.59.3 + 4.59.4 com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 diff --git a/demos/demo-app/pom.xml b/demos/demo-app/pom.xml index 0a12a44b4..a91a95ee9 100644 --- a/demos/demo-app/pom.xml +++ b/demos/demo-app/pom.xml @@ -19,7 +19,7 @@ com.github.deutschebank.symphony demo-app - 4.59.3 + 4.59.4 Symphony Demo App Demo App Using Spring Boot Starter @@ -51,7 +51,7 @@ com.github.deutschebank.symphony symphony-app-spring-boot-starter compile - 4.59.3 + 4.59.4 diff --git a/demos/demo-bot/pom.xml b/demos/demo-bot/pom.xml index c596adf93..d0a9b2d7a 100644 --- a/demos/demo-bot/pom.xml +++ b/demos/demo-bot/pom.xml @@ -11,7 +11,7 @@ com.github.deutschebank.symphony demo-bot - 4.59.3 + 4.59.4 Symphony Demo Bot Demo Bot Using Spring Boot Starter @@ -27,7 +27,7 @@ com.github.deutschebank.symphony symphony-api-spring-boot-starter - 4.59.3 + 4.59.4 compile diff --git a/entity-json/pom.xml b/entity-json/pom.xml index a16b36597..51a4ec33d 100644 --- a/entity-json/pom.xml +++ b/entity-json/pom.xml @@ -5,12 +5,12 @@ symphony-java-client-entity-json jar Symphony Java Client Entity Json - 4.59.3 + 4.59.4 com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 diff --git a/identity/pom.xml b/identity/pom.xml index 2406e1c96..acf4ff5f3 100644 --- a/identity/pom.xml +++ b/identity/pom.xml @@ -5,12 +5,12 @@ symphony-java-client-identity jar Symphony Java Client Identity - 4.59.3 + 4.59.4 com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 diff --git a/pom.xml b/pom.xml index e5488ba1b..b4b94af51 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 pom Symphony Java Client Parent diff --git a/quickfix-json/pom.xml b/quickfix-json/pom.xml index 1a1202475..42c34da02 100644 --- a/quickfix-json/pom.xml +++ b/quickfix-json/pom.xml @@ -7,12 +7,12 @@ jackson-quickfix-module jar Jackson QuickFix Module - 4.59.3 + 4.59.4 com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 diff --git a/shared-stream/pom.xml b/shared-stream/pom.xml index 7956b431c..e53bd1aca 100644 --- a/shared-stream/pom.xml +++ b/shared-stream/pom.xml @@ -10,7 +10,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 @@ -31,19 +31,19 @@ com.github.deutschebank.symphony symphony-java-client-bindings - 4.59.3 + 4.59.4 compile com.github.deutschebank.symphony symphony-java-client-identity - 4.59.3 + 4.59.4 compile com.github.deutschebank.symphony symphony-java-client-entity-json - 4.59.3 + 4.59.4 compile @@ -57,7 +57,7 @@ com.github.deutschebank.symphony symphony-api-spring-boot-starter - 4.59.3 + 4.59.4 provided diff --git a/symphony-api-spring-boot-starter/pom.xml b/symphony-api-spring-boot-starter/pom.xml index 38b551bde..63e8537bd 100644 --- a/symphony-api-spring-boot-starter/pom.xml +++ b/symphony-api-spring-boot-starter/pom.xml @@ -10,7 +10,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 @@ -32,13 +32,13 @@ com.github.deutschebank.symphony symphony-java-client-bindings - 4.59.3 + 4.59.4 compile com.github.deutschebank.symphony symphony-java-client-identity - 4.59.3 + 4.59.4 compile diff --git a/symphony-app-spring-boot-starter/pom.xml b/symphony-app-spring-boot-starter/pom.xml index 97e33068d..4248edc0a 100644 --- a/symphony-app-spring-boot-starter/pom.xml +++ b/symphony-app-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 @@ -36,7 +36,7 @@ com.github.deutschebank.symphony symphony-api-spring-boot-starter - 4.59.3 + 4.59.4 diff --git a/symphony-maven-build-reporter/pom.xml b/symphony-maven-build-reporter/pom.xml index 23b89b801..ec477aa71 100644 --- a/symphony-maven-build-reporter/pom.xml +++ b/symphony-maven-build-reporter/pom.xml @@ -11,7 +11,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.3 + 4.59.4 @@ -33,13 +33,13 @@ com.github.deutschebank.symphony symphony-java-client-bindings - 4.59.3 + 4.59.4 compile com.github.deutschebank.symphony symphony-java-client-identity - 4.59.3 + 4.59.4 compile diff --git a/symphony-maven-build-reporter/src/main/java/com/github/deutschebank/symphonyp/maven/SymphonyBuildReporter.java b/symphony-maven-build-reporter/src/main/java/com/github/deutschebank/symphonyp/maven/SymphonyBuildReporter.java index 3bf584c63..23ce68e6d 100644 --- a/symphony-maven-build-reporter/src/main/java/com/github/deutschebank/symphonyp/maven/SymphonyBuildReporter.java +++ b/symphony-maven-build-reporter/src/main/java/com/github/deutschebank/symphonyp/maven/SymphonyBuildReporter.java @@ -211,9 +211,10 @@ private Map 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 formatExceptions(MavenExecutionResult done) {