Skip to content

Commit a199cdf

Browse files
committed
Fixed dependencies.
1 parent bd0d44d commit a199cdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ocpp-v1_6-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
<dependency>
3939
<groupId>eu.chargetime.ocpp</groupId>
4040
<artifactId>common</artifactId>
41-
<version>0.1-alpha</version>
41+
<version>0.2-alpha-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>eu.chargetime.ocpp</groupId>
4545
<artifactId>v1_6</artifactId>
46-
<version>0.1-alpha</version>
46+
<version>0.2-alpha-SNAPSHOT</version>
4747
</dependency>
4848
<!--<dependency>
4949
<groupId>org.json</groupId>

ocpp-v1_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>eu.chargetime.ocpp</groupId>
4040
<artifactId>common</artifactId>
41-
<version>0.1-alpha</version>
41+
<version>0.2-alpha-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)