Skip to content

Commit cc04e84

Browse files
committed
Updated version
1 parent a7ed677 commit cc04e84

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ocpp-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>common</artifactId>
9-
<version>0.1-alpha</version>
9+
<version>0.2-alpha-SNAPSHOT</version>
1010

1111
<name>Java-OCA-OCPP common</name>
1212
<description>Implementation of Open Charge-Point Protocol common library.</description>

ocpp-v1_6-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>v1_6-test</artifactId>
9-
<version>0.1-alpha</version>
9+
<version>0.2-alpha-SNAPSHOT</version>
1010

1111
<name>Java-OCA-OCPP v1.6 - Integration test</name>
1212
<description>Integration test of OCA OCPP version 1.6</description>

ocpp-v1_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>v1_6</artifactId>
9-
<version>0.1-alpha</version>
9+
<version>0.2-alpha-SNAPSHOT</version>
1010

1111
<name>Java-OCA-OCPP v1.6</name>
1212
<description>Implementation of Open Charge-Point Protocol version 1.6.</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>all</artifactId>
9-
<version>0.1-alpha</version>
9+
<version>0.2-alpha-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Java-OCA-OCPP</name>

0 commit comments

Comments
 (0)