|
3 | 3 |
|
4 | 4 | <groupId>br.com.swconsultoria</groupId> |
5 | 5 | <artifactId>java-nfe</artifactId> |
6 | | - <version>4.00.40-SNAPSHOT</version> |
| 6 | + <version>4.00.40</version> |
7 | 7 | <name>Java_NFe</name> |
8 | 8 | <description>Api java para consumo do webService de nota fiscal eletronica</description> |
9 | 9 | <url>https://github.com/Samuel-Oliveira/Java_NFe</url> |
|
31 | 31 | <java.version>1.8</java.version> |
32 | 32 |
|
33 | 33 | <!-- Versions --> |
34 | | - <java-certificado.version>3.10</java-certificado.version> |
35 | | - <ini4j.version>0.5.4</ini4j.version> |
| 34 | + <java-certificado.version>3.12</java-certificado.version> |
36 | 35 | <httpcore.version>4.4.6</httpcore.version> |
37 | 36 | <jaxb-impl.version>2.3.1</jaxb-impl.version> |
38 | 37 | <jaxb-xjc.version>2.3.1</jaxb-xjc.version> |
39 | 38 | <jaxb-core.version>2.3.0.1</jaxb-core.version> |
40 | 39 | <axis2.version>1.7.5</axis2.version> |
41 | 40 | <axiom-api.version>1.2.20</axiom-api.version> |
42 | | - <jmockit.version>1.46</jmockit.version> |
43 | | - <junit-jupiter.version>5.4.0</junit-jupiter.version> |
44 | | - <lombok.version>1.18.30</lombok.version> |
45 | | - <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version> |
46 | | - <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
47 | | - <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
48 | | - <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
49 | | - <maven-release-plugin.version>3.0.0</maven-release-plugin.version> |
50 | | - <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
51 | | - <maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version> |
52 | | - <maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version> |
| 41 | + <jmockit.version>1.49</jmockit.version> |
| 42 | + <junit-jupiter.version>5.13.3</junit-jupiter.version> |
| 43 | + <lombok.version>1.18.38</lombok.version> |
| 44 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
| 45 | + <central-publishing-maven-plugin.version>0.8.0</central-publishing-maven-plugin.version> |
| 46 | + <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
| 47 | + <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version> |
| 48 | + <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
| 49 | + <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
| 50 | + <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
53 | 51 | </properties> |
54 | 52 |
|
55 | | - <distributionManagement> |
56 | | - <snapshotRepository> |
57 | | - <id>sonatype-nexus</id> |
58 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
59 | | - </snapshotRepository> |
60 | | - <repository> |
61 | | - <id>sonatype-nexus</id> |
62 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
63 | | - </repository> |
64 | | - </distributionManagement> |
65 | | - |
66 | 53 | <developers> |
67 | 54 | <developer> |
68 | 55 | <id>Samuel-Oliveira</id> |
|
198 | 185 | <target>1.8</target> |
199 | 186 | </configuration> |
200 | 187 | </plugin> |
201 | | - <plugin> |
202 | | - <groupId>org.sonatype.plugins</groupId> |
203 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
204 | | - <version>${nexus-staging-maven-plugin.version}</version> |
205 | | - <extensions>true</extensions> |
206 | | - <configuration> |
207 | | - <serverId>sonatype-nexus</serverId> |
208 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
209 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
210 | | - </configuration> |
211 | | - </plugin> |
212 | 188 | <plugin> |
213 | 189 | <groupId>org.apache.maven.plugins</groupId> |
214 | 190 | <artifactId>maven-gpg-plugin</artifactId> |
|
223 | 199 | </execution> |
224 | 200 | </executions> |
225 | 201 | </plugin> |
226 | | - <plugin> |
227 | | - <groupId>org.apache.maven.plugins</groupId> |
228 | | - <artifactId>maven-release-plugin</artifactId> |
229 | | - <version>${maven-release-plugin.version}</version> |
230 | | - <configuration> |
231 | | - <pushChanges>false</pushChanges> |
232 | | - <localCheckout>true</localCheckout> |
233 | | - </configuration> |
234 | | - </plugin> |
235 | 202 | <plugin> |
236 | 203 | <groupId>org.apache.maven.plugins</groupId> |
237 | 204 | <artifactId>maven-source-plugin</artifactId> |
|
269 | 236 | <argLine>-javaagent:src/test/resources/agent.jar</argLine> |
270 | 237 | </configuration> |
271 | 238 | </plugin> |
| 239 | + <plugin> |
| 240 | + <groupId>org.sonatype.central</groupId> |
| 241 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 242 | + <version>${central-publishing-maven-plugin.version}</version> |
| 243 | + <extensions>true</extensions> |
| 244 | + <configuration> |
| 245 | + <publishingServerId>central</publishingServerId> |
| 246 | + <autoPublish>true</autoPublish> |
| 247 | + </configuration> |
| 248 | + </plugin> |
272 | 249 | </plugins> |
273 | 250 | </build> |
274 | 251 | </project> |
0 commit comments