File tree Expand file tree Collapse file tree 12 files changed +27
-27
lines changed
json-client-implementation Expand file tree Collapse file tree 12 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515
1616allprojects {
1717 group = ' eu.chargetime.ocpp'
18- version = ' 1.2 '
18+ version = ' 2.0 '
1919}
2020
2121subprojects {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments