From 9781c1fc6ef2d5d85db5899c83f34faac3fd0eb1 Mon Sep 17 00:00:00 2001 From: Thomas Volden Date: Mon, 11 Jul 2022 13:36:18 +0200 Subject: [PATCH] bumped versions --- OCPP-J/pom.xml | 2 +- ocpp-common/pom.xml | 2 +- ocpp-v1_6-test/pom.xml | 6 +++--- ocpp-v1_6/pom.xml | 4 ++-- ocpp-v2_0-test/pom.xml | 2 +- ocpp-v2_0/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/OCPP-J/pom.xml b/OCPP-J/pom.xml index 80004a076..43288e1ae 100644 --- a/OCPP-J/pom.xml +++ b/OCPP-J/pom.xml @@ -50,7 +50,7 @@ eu.chargetime.ocpp common - 1.0.1 + 1.0.2 com.google.code.gson diff --git a/ocpp-common/pom.xml b/ocpp-common/pom.xml index 01bfaee62..0ec3f58ae 100644 --- a/ocpp-common/pom.xml +++ b/ocpp-common/pom.xml @@ -6,7 +6,7 @@ eu.chargetime.ocpp common - 1.0.1 + 1.0.2 Java-OCA-OCPP common Implementation of Open Charge-Point Protocol common library. diff --git a/ocpp-v1_6-test/pom.xml b/ocpp-v1_6-test/pom.xml index 0d45915ad..bb850f97b 100644 --- a/ocpp-v1_6-test/pom.xml +++ b/ocpp-v1_6-test/pom.xml @@ -6,7 +6,7 @@ eu.chargetime.ocpp v1_6-test - 1.0.2 + 1.1.0 Java-OCA-OCPP v1.6 - Integration test Integration test of OCA OCPP version 1.6 @@ -49,12 +49,12 @@ eu.chargetime.ocpp common - 1.0.1 + 1.0.2 eu.chargetime.ocpp v1_6 - 1.0.2 + 1.1.0 junit diff --git a/ocpp-v1_6/pom.xml b/ocpp-v1_6/pom.xml index 70a25a3c8..a97c5e08f 100644 --- a/ocpp-v1_6/pom.xml +++ b/ocpp-v1_6/pom.xml @@ -6,7 +6,7 @@ eu.chargetime.ocpp v1_6 - 1.0.2 + 1.1.0 jar Java-OCA-OCPP v1.6 @@ -50,7 +50,7 @@ eu.chargetime.ocpp common - 1.0.1 + 1.0.2 eu.chargetime.ocpp diff --git a/ocpp-v2_0-test/pom.xml b/ocpp-v2_0-test/pom.xml index 331f443e3..82a829d4d 100644 --- a/ocpp-v2_0-test/pom.xml +++ b/ocpp-v2_0-test/pom.xml @@ -50,7 +50,7 @@ eu.chargetime.ocpp common - 1.0.1 + 1.0.2 eu.chargetime.ocpp diff --git a/ocpp-v2_0/pom.xml b/ocpp-v2_0/pom.xml index cb1c3aa4d..8e94c3f11 100644 --- a/ocpp-v2_0/pom.xml +++ b/ocpp-v2_0/pom.xml @@ -50,7 +50,7 @@ eu.chargetime.ocpp common - 1.0.1 + 1.0.2 eu.chargetime.ocpp diff --git a/pom.xml b/pom.xml index 5930bd322..0413d4941 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.chargetime.ocpp all - 1.0 + 1.1 pom Java-OCA-OCPP