diff --git a/RISE-V2G-EVCC/pom.xml b/RISE-V2G-EVCC/pom.xml index a99f52a..984cb95 100644 --- a/RISE-V2G-EVCC/pom.xml +++ b/RISE-V2G-EVCC/pom.xml @@ -4,7 +4,7 @@ com.v2gclarity.risev2g rise-v2g-parent - 1.2.4-SNAPSHOT + 1.2.4 ../RISE-V2G-PARENT @@ -16,13 +16,13 @@ com.v2gclarity.risev2g rise-v2g-shared - 1.1.4-SNAPSHOT + 1.2.4 UTF-8 - 1.1.4-SNAPSHOT + 1.2.4 @@ -83,4 +83,13 @@ + + + + com.v2gclarity.risev2g + rise-v2g-shared + 1.2.4 + + + \ No newline at end of file diff --git a/RISE-V2G-PARENT/pom.xml b/RISE-V2G-PARENT/pom.xml index 37ba2ff..78c1cab 100644 --- a/RISE-V2G-PARENT/pom.xml +++ b/RISE-V2G-PARENT/pom.xml @@ -7,7 +7,7 @@ com.v2gclarity.risev2g rise-v2g-parent rise-v2g-parent - 1.2.4-SNAPSHOT + 1.2.4 pom @@ -46,7 +46,7 @@ UTF-8 - 1.2.4-SNAPSHOT + 1.2.4 diff --git a/RISE-V2G-SECC/pom.xml b/RISE-V2G-SECC/pom.xml index e159b61..4b4fb09 100644 --- a/RISE-V2G-SECC/pom.xml +++ b/RISE-V2G-SECC/pom.xml @@ -4,7 +4,7 @@ com.v2gclarity.risev2g rise-v2g-parent - 1.2.4-SNAPSHOT + 1.2.4 ../RISE-V2G-PARENT @@ -16,13 +16,13 @@ com.v2gclarity.risev2g rise-v2g-shared - 1.1.4-SNAPSHOT + 1.2.4 UTF-8 - 1.1.4-SNAPSHOT + 1.2.4 diff --git a/RISE-V2G-Shared/pom.xml b/RISE-V2G-Shared/pom.xml index 4d0c94f..df94bd2 100644 --- a/RISE-V2G-Shared/pom.xml +++ b/RISE-V2G-Shared/pom.xml @@ -4,7 +4,7 @@ com.v2gclarity.risev2g rise-v2g-parent - 1.2.4-SNAPSHOT + 1.2.4 ../RISE-V2G-PARENT diff --git a/RISE-V2G-Shared/src/main/java/com/v2gclarity/risev2g/shared/misc/V2GImplementationFactory.java b/RISE-V2G-Shared/src/main/java/com/v2gclarity/risev2g/shared/misc/V2GImplementationFactory.java index c2135e4..b0922f4 100644 --- a/RISE-V2G-Shared/src/main/java/com/v2gclarity/risev2g/shared/misc/V2GImplementationFactory.java +++ b/RISE-V2G-Shared/src/main/java/com/v2gclarity/risev2g/shared/misc/V2GImplementationFactory.java @@ -31,7 +31,7 @@ import com.v2gclarity.risev2g.shared.utils.MiscUtils; * It will look up and instantiate a class based on a * configuration property */ -abstract public class V2GImplementationFactory { +public abstract class V2GImplementationFactory { /** * Builds an object instance from the configuration properties