Skip to content

Commit

Permalink
Set version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TVolden committed May 8, 2017
1 parent 514d25a commit 68540cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ocpp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.chargetime.ocpp</groupId>
<artifactId>common</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>

<name>Java-OCA-OCPP common</name>
<description>Implementation of Open Charge-Point Protocol common library.</description>
Expand Down
6 changes: 3 additions & 3 deletions ocpp-v1_6-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.chargetime.ocpp</groupId>
<artifactId>v1_6-test</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>

<name>Java-OCA-OCPP v1.6 - Integration test</name>
<description>Integration test of OCA OCPP version 1.6</description>
Expand Down Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>eu.chargetime.ocpp</groupId>
<artifactId>common</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>eu.chargetime.ocpp</groupId>
<artifactId>v1_6</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ocpp-v1_6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.chargetime.ocpp</groupId>
<artifactId>v1_6</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>

<name>Java-OCA-OCPP v1.6</name>
<description>Implementation of Open Charge-Point Protocol version 1.6.</description>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>eu.chargetime.ocpp</groupId>
<artifactId>common</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.chargetime.ocpp</groupId>
<artifactId>all</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<name>Java-OCA-OCPP</name>
Expand Down

0 comments on commit 68540cf

Please sign in to comment.