Skip to content

Commit df71015

Browse files
committedJun 9, 2023
Bump all versions and dependencies to 1.2[.0]
Bump the overall library version to 1.2, and all subproject versions and dependencies to 1.2.0.
1 parent c552d62 commit df71015

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed
 

‎OCPP-J/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>OCPP-J</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.2.0</version>
1010
<packaging>jar</packaging>
1111

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

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

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

2121
subprojects {

‎ocpp-common/pom.xml

+1-1
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.2</version>
9+
<version>1.2.0</version>
1010

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>eu.chargetime.ocpp</groupId>
4848
<artifactId>v1_6</artifactId>
49-
<version>1.0.1</version>
49+
<version>1.2.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>

‎ocpp-v1_6-example/json_server_example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>eu.chargetime.ocpp</groupId>
4848
<artifactId>v1_6</artifactId>
49-
<version>1.0.1</version>
49+
<version>1.2.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>

‎ocpp-v1_6-test/pom.xml

+3-3
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.1.0</version>
9+
<version>1.2.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.2</version>
52+
<version>1.2.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>eu.chargetime.ocpp</groupId>
5656
<artifactId>v1_6</artifactId>
57-
<version>1.1.0</version>
57+
<version>1.2.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>junit</groupId>

‎ocpp-v1_6/pom.xml

+3-3
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.1.0</version>
9+
<version>1.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP v1.6</name>
@@ -50,12 +50,12 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>common</artifactId>
53-
<version>1.0.2</version>
53+
<version>1.2.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</groupId>
5757
<artifactId>OCPP-J</artifactId>
58-
<version>1.0.2</version>
58+
<version>1.2.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.java-websocket</groupId>

‎ocpp-v2-test/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

1111
<name>Java-OCA-OCPP v2 - Integration test</name>
1212
<description>Integration test of OCA OCPP version 2.x</description>
@@ -49,27 +49,27 @@
4949
<dependency>
5050
<groupId>eu.chargetime.ocpp</groupId>
5151
<artifactId>common</artifactId>
52-
<version>1.0.2</version>
52+
<version>1.2.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>eu.chargetime.ocpp</groupId>
5656
<artifactId>OCPP-J</artifactId>
57-
<version>1.0.2</version>
57+
<version>1.2.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>eu.chargetime.ocpp</groupId>
6161
<artifactId>v1_6</artifactId>
62-
<version>1.1.0</version>
62+
<version>1.2.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>eu.chargetime.ocpp</groupId>
6666
<artifactId>v1_6-test</artifactId>
67-
<version>1.1.0</version>
67+
<version>1.2.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>eu.chargetime.ocpp</groupId>
7171
<artifactId>ocpp-v2</artifactId>
72-
<version>1.1.0</version>
72+
<version>1.2.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.google.code.findbugs</groupId>

‎ocpp-v2/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>ocpp-v2</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP v2</name>
@@ -50,17 +50,17 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>common</artifactId>
53-
<version>1.0.2</version>
53+
<version>1.2.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</groupId>
5757
<artifactId>OCPP-J</artifactId>
58-
<version>1.0.2</version>
58+
<version>1.2.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>eu.chargetime.ocpp</groupId>
6262
<artifactId>v1_6</artifactId>
63-
<version>1.1.0</version>
63+
<version>1.2.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.code.findbugs</groupId>

‎ocpp-v2_0-test/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>v2_0-test</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP v2.0 - Integration test</name>
@@ -50,12 +50,12 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>common</artifactId>
53-
<version>1.0.2</version>
53+
<version>1.2.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</groupId>
5757
<artifactId>v2_0</artifactId>
58-
<version>1.0.2</version>
58+
<version>1.2.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>junit</groupId>

‎ocpp-v2_0/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.chargetime.ocpp</groupId>
88
<artifactId>v2_0</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java-OCA-OCPP v2.0</name>
@@ -50,12 +50,12 @@
5050
<dependency>
5151
<groupId>eu.chargetime.ocpp</groupId>
5252
<artifactId>common</artifactId>
53-
<version>1.0.2</version>
53+
<version>1.2.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</groupId>
5757
<artifactId>OCPP-J</artifactId>
58-
<version>1.0.2</version>
58+
<version>1.2.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.java-websocket</groupId>

‎pom.xml

+1-1
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.1</version>
9+
<version>1.2</version>
1010
<packaging>pom</packaging>
1111

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

0 commit comments

Comments
 (0)
Please sign in to comment.