Skip to content

Commit 7c60692

Browse files
committed
Bump library version to 2.0
1 parent 634af5c commit 7c60692

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
allprojects {
1717
group = 'eu.chargetime.ocpp'
18-
version = '1.2'
18+
version = '2.0'
1919
}
2020

2121
subprojects {

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>ocpp-common</artifactId>
9-
<version>1.2.0</version>
9+
<version>2.0.0</version>
1010

1111
<name>Java-OCA-OCPP OCPP Common Package</name>
1212
<description>Java-OCA-OCPP common dependency package</description>

ocpp-json/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>ocpp-json</artifactId>
9-
<version>1.2.0</version>
9+
<version>2.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP OCPP JSON Transport</name>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>ocpp-common</artifactId>
53-
<version>1.2.0</version>
53+
<version>2.0.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.code.gson</groupId>

ocpp-v1_6-example/json-client-implementation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>eu.chargetime.ocpp</groupId>
1212
<artifactId>ocpp16-json-client-example</artifactId>
13-
<version>1.2.0</version>
13+
<version>2.0.0</version>
1414
<name>Example OCPP 1.6 JSON Client Implementation</name>
1515
<description>Demo project for an OCPP 1.6 JSON client application, written in form of tests</description>
1616
<properties>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>eu.chargetime.ocpp</groupId>
3838
<artifactId>ocpp16j</artifactId>
39-
<version>1.2.0</version>
39+
<version>2.0.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

ocpp-v1_6-example/json_server_example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>eu.chargetime.ocpp</groupId>
1212
<artifactId>ocpp16-json-server-example</artifactId>
13-
<version>1.2.0</version>
13+
<version>2.0.0</version>
1414
<name>Example OCPP 1.6 JSON Server Implementation</name>
1515
<description>Example Spring Application of an OCPP 1.6 JSON Server</description>
1616
<properties>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>eu.chargetime.ocpp</groupId>
3636
<artifactId>ocpp16j</artifactId>
37-
<version>1.2.0</version>
37+
<version>2.0.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>junit</groupId>

ocpp-v1_6-json/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>ocpp16j</artifactId>
9-
<version>1.2.0</version>
9+
<version>2.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP OCPP 1.6J</name>
@@ -50,12 +50,12 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>ocpp16</artifactId>
53-
<version>1.2.0</version>
53+
<version>2.0.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</groupId>
5757
<artifactId>ocpp-json</artifactId>
58-
<version>1.2.0</version>
58+
<version>2.0.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>junit</groupId>

ocpp-v1_6-soap/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>ocpp16s</artifactId>
9-
<version>1.2.0</version>
9+
<version>2.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP OCPP 1.6S</name>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>ocpp16</artifactId>
53-
<version>1.2.0</version>
53+
<version>2.0.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>javax.xml.bind</groupId>

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>ocpp16-test</artifactId>
9-
<version>1.2.0</version>
9+
<version>2.0.0</version>
1010

1111
<name>Java-OCA-OCPP OCPP 1.6 Integration Tests</name>
1212
<description>OCPP 1.6 integration tests</description>
@@ -49,12 +49,12 @@
4949
<dependency>
5050
<groupId>eu.chargetime.ocpp</groupId>
5151
<artifactId>ocpp16j</artifactId>
52-
<version>1.2.0</version>
52+
<version>2.0.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>eu.chargetime.ocpp</groupId>
5656
<artifactId>ocpp16s</artifactId>
57-
<version>1.2.0</version>
57+
<version>2.0.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>ocpp16</artifactId>
9-
<version>1.2.0</version>
9+
<version>2.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP OCPP 1.6 (no transport)</name>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>ocpp-common</artifactId>
53-
<version>1.2.0</version>
53+
<version>2.0.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>junit</groupId>

ocpp-v2-test/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>ocpp2-test</artifactId>
9-
<version>1.2.0</version>
9+
<version>2.0.0</version>
1010

1111
<name>Java-OCA-OCPP OCPP 2.x Integration Tests</name>
1212
<description>OCPP 1.6 and 2.0.1 integration tests</description>
@@ -49,22 +49,22 @@
4949
<dependency>
5050
<groupId>eu.chargetime.ocpp</groupId>
5151
<artifactId>ocpp16j</artifactId>
52-
<version>1.2.0</version>
52+
<version>2.0.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>eu.chargetime.ocpp</groupId>
5656
<artifactId>ocpp16s</artifactId>
57-
<version>1.2.0</version>
57+
<version>2.0.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>eu.chargetime.ocpp</groupId>
6161
<artifactId>ocpp16-test</artifactId>
62-
<version>1.2.0</version>
62+
<version>2.0.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>eu.chargetime.ocpp</groupId>
6666
<artifactId>ocpp2</artifactId>
67-
<version>1.2.0</version>
67+
<version>2.0.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)