File tree Expand file tree Collapse file tree 7 files changed +44
-33
lines changed Expand file tree Collapse file tree 7 files changed +44
-33
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments