From a2baa56d75f16ba41f7df7c111752a980be0d543 Mon Sep 17 00:00:00 2001 From: Sven Boeckelmann Date: Wed, 11 Jan 2023 14:47:01 +0100 Subject: [PATCH] increment version to 0.9.2-SNAPSHOT for Quarkus 2.15.x support --- cli/pom.xml | 2 +- core/pom.xml | 3 +-- pom.xml | 3 ++- rest-api/pom.xml | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index c8b07ee..cf5f54c 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -23,7 +23,7 @@ io.openepcis openepcis-bom - 0.9.1-SNAPSHOT + 0.9.2-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index c4cb412..eea90e0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,11 +23,10 @@ io.openepcis openepcis-bom - 0.9.1-SNAPSHOT + 0.9.2-SNAPSHOT - 0.9.2-SNAPSHOT openepcis-event-hash-generator openepcis-event-hash-generator openEPCIS EPC GS1 Digital Link Translation Tools diff --git a/pom.xml b/pom.xml index 1658103..fdac3c3 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,9 @@ io.openepcis openepcis-bom - 0.9.1-SNAPSHOT + 0.9.2-SNAPSHOT + openepcis-event-hash-generator-build pom openepcis-event-hash-generator-build diff --git a/rest-api/pom.xml b/rest-api/pom.xml index a6c8def..c7093a0 100644 --- a/rest-api/pom.xml +++ b/rest-api/pom.xml @@ -22,8 +22,9 @@ io.openepcis openepcis-bom - 0.9.1-SNAPSHOT + 0.9.2-SNAPSHOT + openepcis-event-hash-generator-rest-api openepcis-event-hash-generator-rest-api REST API Application to generate Hash-Ids based on XML/JSON EPCIS document provided by user.