Skip to content

Commit

Permalink
OCPP-J
Browse files Browse the repository at this point in the history
  • Loading branch information
bantu committed Feb 4, 2024
1 parent 13f5e02 commit ad2639f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OCPP-J/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>eu.chargetime.ocpp</groupId>
<artifactId>OCPP-J</artifactId>
<artifactId>OCPP.J</artifactId>
<version>1.2.0</version>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion ocpp-v1_6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>eu.chargetime.ocpp</groupId>
<artifactId>OCPP-J</artifactId>
<artifactId>OCPP.J</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ocpp-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>eu.chargetime.ocpp</groupId>
<artifactId>OCPP-J</artifactId>
<artifactId>OCPP.J</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ocpp-v2_0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>eu.chargetime.ocpp</groupId>
<artifactId>OCPP-J</artifactId>
<artifactId>OCPP.J</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
Expand Down

0 comments on commit ad2639f

Please sign in to comment.