Skip to content

Commit 68540cf

Browse files
committed
Set version to 0.3
1 parent 514d25a commit 68540cf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.3-SNAPSHOT</version>
9+
<version>0.3</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: 3 additions & 3 deletions
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.3-SNAPSHOT</version>
9+
<version>0.3</version>
1010

1111
<name>Java-OCA-OCPP v1.6 - Integration test</name>
1212
<description>Integration test of OCA OCPP version 1.6</description>
@@ -38,12 +38,12 @@
3838
<dependency>
3939
<groupId>eu.chargetime.ocpp</groupId>
4040
<artifactId>common</artifactId>
41-
<version>0.3-SNAPSHOT</version>
41+
<version>0.3</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>eu.chargetime.ocpp</groupId>
4545
<artifactId>v1_6</artifactId>
46-
<version>0.3-SNAPSHOT</version>
46+
<version>0.3</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>junit</groupId>

ocpp-v1_6/pom.xml

Lines changed: 2 additions & 2 deletions
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.3-SNAPSHOT</version>
9+
<version>0.3</version>
1010

1111
<name>Java-OCA-OCPP v1.6</name>
1212
<description>Implementation of Open Charge-Point Protocol version 1.6.</description>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>eu.chargetime.ocpp</groupId>
4040
<artifactId>common</artifactId>
41-
<version>0.3-SNAPSHOT</version>
41+
<version>0.3</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.code.gson</groupId>

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.3-SNAPSHOT</version>
9+
<version>0.3</version>
1010
<packaging>pom</packaging>
1111

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

0 commit comments

Comments
 (0)