Modified pom.xml files to reflect new version 1.2.4 of RISE V2G
This commit is contained in:
parent
df3838b3f6
commit
d3485324fe
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>com.v2gclarity.risev2g</groupId>
|
||||
<artifactId>rise-v2g-parent</artifactId>
|
||||
<version>1.2.4-SNAPSHOT</version>
|
||||
<version>1.2.4</version>
|
||||
<relativePath>../RISE-V2G-PARENT</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
|||
<dependency>
|
||||
<groupId>com.v2gclarity.risev2g</groupId>
|
||||
<artifactId>rise-v2g-shared</artifactId>
|
||||
<version>1.1.4-SNAPSHOT</version>
|
||||
<version>1.2.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.version>1.1.4-SNAPSHOT</project.version>
|
||||
<project.version>1.2.4</project.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
@ -83,4 +83,13 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.v2gclarity.risev2g</groupId>
|
||||
<artifactId>rise-v2g-shared</artifactId>
|
||||
<version>1.2.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
|
@ -7,7 +7,7 @@
|
|||
<groupId>com.v2gclarity.risev2g</groupId>
|
||||
<artifactId>rise-v2g-parent</artifactId>
|
||||
<name>rise-v2g-parent</name>
|
||||
<version>1.2.4-SNAPSHOT</version>
|
||||
<version>1.2.4</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.version>1.2.4-SNAPSHOT</project.version>
|
||||
<project.version>1.2.4</project.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>com.v2gclarity.risev2g</groupId>
|
||||
<artifactId>rise-v2g-parent</artifactId>
|
||||
<version>1.2.4-SNAPSHOT</version>
|
||||
<version>1.2.4</version>
|
||||
<relativePath>../RISE-V2G-PARENT</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
|||
<dependency>
|
||||
<groupId>com.v2gclarity.risev2g</groupId>
|
||||
<artifactId>rise-v2g-shared</artifactId>
|
||||
<version>1.1.4-SNAPSHOT</version>
|
||||
<version>1.2.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.version>1.1.4-SNAPSHOT</project.version>
|
||||
<project.version>1.2.4</project.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>com.v2gclarity.risev2g</groupId>
|
||||
<artifactId>rise-v2g-parent</artifactId>
|
||||
<version>1.2.4-SNAPSHOT</version>
|
||||
<version>1.2.4</version>
|
||||
<relativePath>../RISE-V2G-PARENT</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue