|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
7 | 7 | <groupId>eu.chargetime.ocpp</groupId> |
8 | | - <artifactId>common</artifactId> |
9 | | - <version>1.2.0</version> |
| 8 | + <artifactId>ocpp-common</artifactId> |
| 9 | + <version>2.0.0</version> |
10 | 10 |
|
11 | | - <name>Java-OCA-OCPP common</name> |
12 | | - <description>Implementation of Open Charge-Point Protocol common library.</description> |
| 11 | + <name>Java-OCA-OCPP OCPP Common Package</name> |
| 12 | + <description>Java-OCA-OCPP common dependency package</description> |
13 | 13 | <url>https://github.com/ChargeTimeEU/Java-OCA-OCPP</url> |
14 | 14 |
|
15 | 15 | <licenses> |
|
51 | 51 | <artifactId>jaxb-api</artifactId> |
52 | 52 | <version>2.3.1</version> |
53 | 53 | </dependency> |
54 | | - <dependency> |
55 | | - <groupId>javax.xml.soap</groupId> |
56 | | - <artifactId>javax.xml.soap-api</artifactId> |
57 | | - <version>1.4.0</version> |
58 | | - </dependency> |
59 | 54 |
|
60 | 55 | <!-- Logging --> |
61 | 56 | <dependency> |
|
90 | 85 | <scope>test</scope> |
91 | 86 | </dependency> |
92 | 87 | </dependencies> |
| 88 | + |
93 | 89 | <build> |
94 | 90 | <plugins> |
95 | 91 | <plugin> |
|
129 | 125 | </executions> |
130 | 126 | </plugin> |
131 | 127 | <plugin> |
132 | | - <groupId>org.apache.maven.plugins</groupId> |
133 | | - <artifactId>maven-gpg-plugin</artifactId> |
134 | | - <version>3.2.8</version> |
135 | | - <executions> |
136 | | - <execution> |
137 | | - <id>sign-artifacts</id> |
138 | | - <phase>verify</phase> |
139 | | - <goals> |
140 | | - <goal>sign</goal> |
141 | | - </goals> |
142 | | - </execution> |
143 | | - </executions> |
| 128 | + <groupId>org.apache.maven.plugins</groupId> |
| 129 | + <artifactId>maven-gpg-plugin</artifactId> |
| 130 | + <version>3.2.8</version> |
| 131 | + <executions> |
| 132 | + <execution> |
| 133 | + <id>sign-artifacts</id> |
| 134 | + <phase>verify</phase> |
| 135 | + <goals> |
| 136 | + <goal>sign</goal> |
| 137 | + </goals> |
| 138 | + </execution> |
| 139 | + </executions> |
144 | 140 | </plugin> |
145 | 141 | <plugin> |
146 | | - <groupId>org.sonatype.plugins</groupId> |
147 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
148 | | - <version>1.7.0</version> |
149 | | - <extensions>true</extensions> |
150 | | - <configuration> |
151 | | - <serverId>ossrh</serverId> |
152 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
153 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
154 | | - </configuration> |
| 142 | + <groupId>org.sonatype.plugins</groupId> |
| 143 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 144 | + <version>1.7.0</version> |
| 145 | + <extensions>true</extensions> |
| 146 | + <configuration> |
| 147 | + <serverId>ossrh</serverId> |
| 148 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 149 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 150 | + </configuration> |
155 | 151 | </plugin> |
156 | 152 | </plugins> |
157 | 153 | </build> |
|
0 commit comments