Sfoglia il codice sorgente

Updated pom.xml files to reflect the new version 1.2.4

Marc Mültin 6 anni fa
parent
commit
df3838b3f6
4 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 1 1
      RISE-V2G-EVCC/pom.xml
  2. 3 3
      RISE-V2G-PARENT/pom.xml
  3. 1 1
      RISE-V2G-SECC/pom.xml
  4. 1 1
      RISE-V2G-Shared/pom.xml

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

@@ -4,7 +4,7 @@
 	<parent>
 	<parent>
 		<groupId>com.v2gclarity.risev2g</groupId>
 		<groupId>com.v2gclarity.risev2g</groupId>
 		<artifactId>rise-v2g-parent</artifactId>
 		<artifactId>rise-v2g-parent</artifactId>
-		<version>1.1.4-SNAPSHOT</version>
+		<version>1.2.4-SNAPSHOT</version>
 		<relativePath>../RISE-V2G-PARENT</relativePath>
 		<relativePath>../RISE-V2G-PARENT</relativePath>
 	</parent>
 	</parent>
 	
 	

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

@@ -7,7 +7,7 @@
 	<groupId>com.v2gclarity.risev2g</groupId>
 	<groupId>com.v2gclarity.risev2g</groupId>
 	<artifactId>rise-v2g-parent</artifactId>
 	<artifactId>rise-v2g-parent</artifactId>
 	<name>rise-v2g-parent</name>
 	<name>rise-v2g-parent</name>
-	<version>1.1.4-SNAPSHOT</version>
+	<version>1.2.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<packaging>pom</packaging>
 	
 	
 	<modules>
 	<modules>
@@ -16,7 +16,7 @@
 		<module>../RISE-V2G-Shared</module>
 		<module>../RISE-V2G-Shared</module>
 	</modules>
 	</modules>
 	
 	
-	<url>https://www.v2g-clarity.com/en/risev2g/</url>
+	<url>https://v2g-clarity.com/rise-v2g/</url>
 	<description>RISE V2G is a complete reference implementation of ISO 15118-2, both implementing the EV (EVCC) and charging station (SECC) side. Messages are provided for AC as well as DC charging. Both identification modes, EIM (External Identification Means) as well as Plug and Charge are supported, including all the security relevant features such as TLS, X.509 certificates and digital signatures.</description>
 	<description>RISE V2G is a complete reference implementation of ISO 15118-2, both implementing the EV (EVCC) and charging station (SECC) side. Messages are provided for AC as well as DC charging. Both identification modes, EIM (External Identification Means) as well as Plug and Charge are supported, including all the security relevant features such as TLS, X.509 certificates and digital signatures.</description>
 	
 	
 	<organization>
 	<organization>
@@ -46,7 +46,7 @@
 	
 	
 	<properties>
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<project.version>1.1.4-SNAPSHOT</project.version>
+		<project.version>1.2.4-SNAPSHOT</project.version>
 	</properties>
 	</properties>
 	
 	
 	<build>
 	<build>

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

@@ -4,7 +4,7 @@
 	<parent>
 	<parent>
 		<groupId>com.v2gclarity.risev2g</groupId>
 		<groupId>com.v2gclarity.risev2g</groupId>
 		<artifactId>rise-v2g-parent</artifactId>
 		<artifactId>rise-v2g-parent</artifactId>
-		<version>1.1.4-SNAPSHOT</version>
+		<version>1.2.4-SNAPSHOT</version>
 		<relativePath>../RISE-V2G-PARENT</relativePath>
 		<relativePath>../RISE-V2G-PARENT</relativePath>
 	</parent>
 	</parent>
 	
 	

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

@@ -4,7 +4,7 @@
 	<parent>
 	<parent>
 		<groupId>com.v2gclarity.risev2g</groupId>
 		<groupId>com.v2gclarity.risev2g</groupId>
 		<artifactId>rise-v2g-parent</artifactId>
 		<artifactId>rise-v2g-parent</artifactId>
-		<version>1.1.4-SNAPSHOT</version>
+		<version>1.2.4-SNAPSHOT</version>
 		<relativePath>../RISE-V2G-PARENT</relativePath>
 		<relativePath>../RISE-V2G-PARENT</relativePath>
 	</parent>
 	</parent>