Skip to content

Commit 9781c1f

Browse files
committed
bumped versions
1 parent c324c5e commit 9781c1f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

OCPP-J/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>common</artifactId>
53-
<version>1.0.1</version>
53+
<version>1.0.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.code.gson</groupId>

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>1.0.1</version>
9+
<version>1.0.2</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>1.0.2</version>
9+
<version>1.1.0</version>
1010

1111
<name>Java-OCA-OCPP v1.6 - Integration test</name>
1212
<description>Integration test of OCA OCPP version 1.6</description>
@@ -49,12 +49,12 @@
4949
<dependency>
5050
<groupId>eu.chargetime.ocpp</groupId>
5151
<artifactId>common</artifactId>
52-
<version>1.0.1</version>
52+
<version>1.0.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>eu.chargetime.ocpp</groupId>
5656
<artifactId>v1_6</artifactId>
57-
<version>1.0.2</version>
57+
<version>1.1.0</version>
5858
</dependency>
5959
<dependency>
6060
<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>1.0.2</version>
9+
<version>1.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP v1.6</name>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>common</artifactId>
53-
<version>1.0.1</version>
53+
<version>1.0.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</groupId>

ocpp-v2_0-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>common</artifactId>
53-
<version>1.0.1</version>
53+
<version>1.0.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</groupId>

ocpp-v2_0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>common</artifactId>
53-
<version>1.0.1</version>
53+
<version>1.0.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</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>1.0</version>
9+
<version>1.1</version>
1010
<packaging>pom</packaging>
1111

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

0 commit comments

Comments
 (0)