Просмотр исходного кода

Modified pom.xml files to reflect new version 1.2.4 of RISE V2G

Marc Mültin 6 лет назад
Родитель
Сommit
d3485324fe

+ 12 - 3
RISE-V2G-EVCC/pom.xml

@@ -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>

+ 2 - 2
RISE-V2G-PARENT/pom.xml

@@ -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>

+ 3 - 3
RISE-V2G-SECC/pom.xml

@@ -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>

+ 1 - 1
RISE-V2G-Shared/pom.xml

@@ -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>
 

+ 1 - 1
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