|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 2 | <modelVersion>4.0.0</modelVersion> |
4 | 3 | <groupId>br.com.swconsultoria</groupId> |
5 | 4 | <artifactId>java-nfe</artifactId> |
6 | | - <version>4.00.35-${versao}-SNAPSHOT</version> |
| 5 | + <version>4.00.38-${versao}-SNAPSHOT</version> |
7 | 6 | <name>Java_NFe</name> |
8 | 7 | <description>Api java para consumo do webService de nota fiscal eletronica</description> |
9 | 8 | <url>https://github.com/Samuel-Oliveira/Java_NFe</url> |
|
83 | 82 | <dependency> |
84 | 83 | <groupId>br.com.swconsultoria</groupId> |
85 | 84 | <artifactId>java_certificado</artifactId> |
86 | | - <version>3.6</version> |
| 85 | + <version>3.9</version> |
87 | 86 | </dependency> |
88 | 87 | <!-- Ini4J --> |
89 | 88 | <dependency> |
|
203 | 202 | <autoReleaseAfterClose>true</autoReleaseAfterClose> |
204 | 203 | </configuration> |
205 | 204 | </plugin> |
| 205 | + <plugin> |
| 206 | + <groupId>org.apache.maven.plugins</groupId> |
| 207 | + <artifactId>maven-gpg-plugin</artifactId> |
| 208 | + <version>1.6</version> |
| 209 | + <executions> |
| 210 | + <execution> |
| 211 | + <id>sign-artifacts</id> |
| 212 | + <phase>verify</phase> |
| 213 | + <goals> |
| 214 | + <goal>sign</goal> |
| 215 | + </goals> |
| 216 | + </execution> |
| 217 | + </executions> |
| 218 | + </plugin> |
206 | 219 | <plugin> |
207 | 220 | <groupId>org.apache.maven.plugins</groupId> |
208 | 221 | <artifactId>maven-release-plugin</artifactId> |
|
226 | 239 | </executions> |
227 | 240 | </plugin> |
228 | 241 | <plugin> |
| 242 | + <groupId>org.apache.maven.plugins</groupId> |
| 243 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 244 | + <version>3.5.0</version> |
| 245 | + <executions> |
| 246 | + <execution> |
| 247 | + <id>attach-javadocs</id> |
| 248 | + <goals> |
| 249 | + <goal>jar</goal> |
| 250 | + </goals> |
| 251 | + </execution> |
| 252 | + </executions> |
| 253 | + <configuration> |
| 254 | + <failOnError>false</failOnError> |
| 255 | + </configuration> |
| 256 | + </plugin> |
| 257 | + <plugin> |
| 258 | + <groupId>org.apache.maven.plugins</groupId> |
229 | 259 | <artifactId>maven-surefire-plugin</artifactId> |
230 | 260 | <version>3.0.0</version> |
231 | 261 | <configuration> |
|
0 commit comments