Skip to content

Commit 7b9620d

Browse files
committed
Bumped to version 1.0, released for maven
1 parent 59eaddb commit 7b9620d

File tree

7 files changed

+44
-33
lines changed

7 files changed

+44
-33
lines changed

OCPP-J/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>all</artifactId>
77
<groupId>eu.chargetime.ocpp</groupId>
8-
<version>0.5-SNAPSHOT</version>
8+
<version>1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>OCPP-J</artifactId>
13-
<version>0.1-SNAPSHOT</version>
13+
<version>1.0</version>
1414

1515
<name>Java-OCA-OCPP OCPP-J</name>
1616
<description>Implementation of Open Charge-Point Protocols OCPP-J</description>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>eu.chargetime.ocpp</groupId>
5555
<artifactId>common</artifactId>
56-
<version>0.5-SNAPSHOT</version>
56+
<version>1.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.code.gson</groupId>

ocpp-common/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.5-SNAPSHOT</version>
9+
<version>1.0</version>
1010

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

ocpp-v1_6-test/pom.xml

Lines changed: 3 additions & 3 deletions
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>0.5-SNAPSHOT</version>
9+
<version>1.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>0.5-SNAPSHOT</version>
52+
<version>1.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>eu.chargetime.ocpp</groupId>
5656
<artifactId>v1_6</artifactId>
57-
<version>0.5-SNAPSHOT</version>
57+
<version>1.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>junit</groupId>

ocpp-v1_6/pom.xml

Lines changed: 28 additions & 17 deletions
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>0.5-SNAPSHOT</version>
9+
<version>1.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>0.5-SNAPSHOT</version>
53+
<version>1.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>eu.chargetime.ocpp</groupId>
5757
<artifactId>OCPP-J</artifactId>
58-
<version>0.1-SNAPSHOT</version>
58+
<version>1.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.java-websocket</groupId>
@@ -120,20 +120,31 @@
120120
</execution>
121121
</executions>
122122
</plugin>
123-
<!-- <plugin>
124-
<groupId>org.apache.maven.plugins</groupId>
125-
<artifactId>maven-gpg-plugin</artifactId>
126-
<version>1.5</version>
127-
<executions>
128-
<execution>
129-
<id>sign-artifacts</id>
130-
<phase>verify</phase>
131-
<goals>
132-
<goal>sign</goal>
133-
</goals>
134-
</execution>
135-
</executions>
136-
</plugin> -->
123+
<plugin>
124+
<groupId>org.apache.maven.plugins</groupId>
125+
<artifactId>maven-gpg-plugin</artifactId>
126+
<version>1.5</version>
127+
<executions>
128+
<execution>
129+
<id>sign-artifacts</id>
130+
<phase>verify</phase>
131+
<goals>
132+
<goal>sign</goal>
133+
</goals>
134+
</execution>
135+
</executions>
136+
</plugin>
137+
<plugin>
138+
<groupId>org.sonatype.plugins</groupId>
139+
<artifactId>nexus-staging-maven-plugin</artifactId>
140+
<version>1.6.7</version>
141+
<extensions>true</extensions>
142+
<configuration>
143+
<serverId>ossrh</serverId>
144+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
145+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
146+
</configuration>
147+
</plugin>
137148
</plugins>
138149
</build>
139150

ocpp-v2_0-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>all</artifactId>
77
<groupId>eu.chargetime.ocpp</groupId>
8-
<version>0.5-SNAPSHOT</version>
8+
<version>1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>v2_0-test</artifactId>
13-
<version>0.1-SNAPSHOT</version>
13+
<version>1.0</version>
1414

1515
<name>Java-OCA-OCPP v2.0 - Integration test</name>
1616
<description>Integration test of OCA OCPP version 2.0</description>
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>eu.chargetime.ocpp</groupId>
5555
<artifactId>common</artifactId>
56-
<version>0.5-SNAPSHOT</version>
56+
<version>1.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>eu.chargetime.ocpp</groupId>
6060
<artifactId>v2_0</artifactId>
61-
<version>0.1-SNAPSHOT</version>
61+
<version>1.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>junit</groupId>

ocpp-v2_0/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>all</artifactId>
77
<groupId>eu.chargetime.ocpp</groupId>
8-
<version>0.5-SNAPSHOT</version>
8+
<version>1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>v2_0</artifactId>
13-
<version>0.1-SNAPSHOT</version>
13+
<version>1.0</version>
1414

1515
<name>Java-OCA-OCPP v2.0</name>
1616
<description>Implementation of Open Charge-Point Protocol version 2.0.</description>
@@ -54,12 +54,12 @@
5454
<dependency>
5555
<groupId>eu.chargetime.ocpp</groupId>
5656
<artifactId>common</artifactId>
57-
<version>0.5-SNAPSHOT</version>
57+
<version>1.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>eu.chargetime.ocpp</groupId>
6161
<artifactId>OCPP-J</artifactId>
62-
<version>0.1-SNAPSHOT</version>
62+
<version>1.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.java-websocket</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
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>0.5-SNAPSHOT</version>
9+
<version>1.0</version>
1010
<packaging>pom</packaging>
1111

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

0 commit comments

Comments
 (0)