55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >eu.chargetime.ocpp</groupId >
8- <artifactId >OCPP-J </artifactId >
8+ <artifactId >ocpp-json </artifactId >
99 <version >1.2.0</version >
1010 <packaging >jar</packaging >
1111
12- <name >Java-OCA-OCPP OCPP-J </name >
13- <description >Implementation of Open Charge-Point Protocols OCPP-J </description >
12+ <name >Java-OCA-OCPP OCPP JSON Transport </name >
13+ <description >JSON transport dependency package </description >
1414 <url >https://github.com/ChargeTimeEU/Java-OCA-OCPP</url >
1515
1616 <licenses >
17- <license >
18- <name >MIT License</name >
19- <url >http://www.opensource.org/licenses/mit-license.php</url >
20- </license >
17+ <license >
18+ <name >MIT License</name >
19+ <url >http://www.opensource.org/licenses/mit-license.php</url >
20+ </license >
2121 </licenses >
2222
2323 <developers >
24- <developer >
25- <name >Thomas Volden</name >
26- 27- <organization >chargetime.eu</organization >
28- <organizationUrl >http://www.chargetime.eu</organizationUrl >
29- </developer >
30- </developers >
24+ <developer >
25+ <name >Thomas Volden</name >
26+ 27+ <organization >chargetime.eu</organization >
28+ <organizationUrl >http://www.chargetime.eu</organizationUrl >
29+ </developer >
30+ </developers >
3131
32- <scm >
33- <connection >scm:git:git://github.com/ChargeTimeEU/Java-OCA-OCPP.git</connection >
34- <developerConnection >scm:git:ssh://github.com:ChargeTimeEU/Java-OCA-OCPP.git</developerConnection >
35- <url >https://github.com/ChargeTimeEU/Java-OCA-OCPP.git</url >
36- </scm >
32+ <scm >
33+ <connection >scm:git:git://github.com/ChargeTimeEU/Java-OCA-OCPP.git</connection >
34+ <developerConnection >scm:git:ssh://github.com:ChargeTimeEU/Java-OCA-OCPP.git</developerConnection >
35+ <url >https://github.com/ChargeTimeEU/Java-OCA-OCPP.git</url >
36+ </scm >
3737
3838 <distributionManagement >
3939 <snapshotRepository >
4949 <dependencies >
5050 <dependency >
5151 <groupId >eu.chargetime.ocpp</groupId >
52- <artifactId >common</artifactId >
52+ <artifactId >ocpp- common</artifactId >
5353 <version >1.2.0</version >
5454 </dependency >
5555 <dependency >
8181 <version >3.0</version >
8282 <scope >test</scope >
8383 </dependency >
84- <dependency >
85- <groupId >ch.qos.logback</groupId >
86- <artifactId >logback-classic</artifactId >
87- <version >1.3.16</version >
88- <scope >test</scope >
89- </dependency >
9084 </dependencies >
9185
9286 <build >
9387 <plugins >
94- <plugin >
95- <groupId >org.apache.maven.plugins</groupId >
96- <artifactId >maven-compiler-plugin</artifactId >
97- <configuration >
98- <source >1.8</source >
99- <target >1.8</target >
100- </configuration >
101- <version >3.14.1</version >
102- </plugin >
103- <plugin >
88+ <plugin >
89+ <groupId >org.apache.maven.plugins</groupId >
90+ <artifactId >maven-compiler-plugin</artifactId >
91+ <configuration >
92+ <source >1.8</source >
93+ <target >1.8</target >
94+ </configuration >
95+ <version >3.14.1</version >
96+ </plugin >
97+ <plugin >
10498 <groupId >org.apache.maven.plugins</groupId >
10599 <artifactId >maven-source-plugin</artifactId >
106100 <version >3.4.0</version >
107101 <executions >
108- <execution >
109- <id >attach-sources</id >
110- <phase >verify</phase >
111- <goals >
112- <goal >jar-no-fork</goal >
113- </goals >
114- </execution >
102+ <execution >
103+ <id >attach-sources</id >
104+ <phase >verify</phase >
105+ <goals >
106+ <goal >jar-no-fork</goal >
107+ </goals >
108+ </execution >
115109 </executions >
116- </plugin >
110+ </plugin >
117111 <plugin >
118- <groupId >org.apache.maven.plugins</groupId >
119- <artifactId >maven-javadoc-plugin</artifactId >
120- <version >3.12.0</version >
121- <executions >
122- <execution >
123- <id >attach-javadocs</id >
124- <goals >
125- <goal >jar</goal >
126- </goals >
127- </execution >
128- </executions >
112+ <groupId >org.apache.maven.plugins</groupId >
113+ <artifactId >maven-javadoc-plugin</artifactId >
114+ <version >3.12.0</version >
115+ <executions >
116+ <execution >
117+ <id >attach-javadocs</id >
118+ <goals >
119+ <goal >jar</goal >
120+ </goals >
121+ </execution >
122+ </executions >
129123 </plugin >
130124 <plugin >
131- <groupId >org.apache.maven.plugins</groupId >
132- <artifactId >maven-gpg-plugin</artifactId >
133- <version >3.2.8</version >
134- <executions >
135- <execution >
136- <id >sign-artifacts</id >
137- <phase >verify</phase >
138- <goals >
139- <goal >sign</goal >
140- </goals >
141- </execution >
142- </executions >
125+ <groupId >org.apache.maven.plugins</groupId >
126+ <artifactId >maven-gpg-plugin</artifactId >
127+ <version >3.2.8</version >
128+ <executions >
129+ <execution >
130+ <id >sign-artifacts</id >
131+ <phase >verify</phase >
132+ <goals >
133+ <goal >sign</goal >
134+ </goals >
135+ </execution >
136+ </executions >
143137 </plugin >
144138 <plugin >
145- <groupId >org.sonatype.plugins</groupId >
146- <artifactId >nexus-staging-maven-plugin</artifactId >
147- <version >1.7.0</version >
148- <extensions >true</extensions >
149- <configuration >
150- <serverId >ossrh</serverId >
151- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
152- <autoReleaseAfterClose >true</autoReleaseAfterClose >
153- </configuration >
139+ <groupId >org.sonatype.plugins</groupId >
140+ <artifactId >nexus-staging-maven-plugin</artifactId >
141+ <version >1.7.0</version >
142+ <extensions >true</extensions >
143+ <configuration >
144+ <serverId >ossrh</serverId >
145+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
146+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
147+ </configuration >
154148 </plugin >
155149 </plugins >
156150 </build >
157151
158- </project >
152+ </project >
0 commit comments