|
84 | 84 | <dependency> |
85 | 85 | <groupId>br.com.swconsultoria</groupId> |
86 | 86 | <artifactId>java_certificado</artifactId> |
87 | | - <version>2.9</version> |
| 87 | + <version>2.10</version> |
88 | 88 | </dependency> |
89 | 89 | <!-- Ini4J --> |
90 | 90 | <dependency> |
|
196 | 196 | <plugin> |
197 | 197 | <groupId>org.sonatype.plugins</groupId> |
198 | 198 | <artifactId>nexus-staging-maven-plugin</artifactId> |
199 | | - <version>1.6.8</version> |
| 199 | + <version>1.6.13</version> |
200 | 200 | <extensions>true</extensions> |
201 | 201 | <configuration> |
202 | 202 | <serverId>sonatype-nexus</serverId> |
|
221 | 221 | <plugin> |
222 | 222 | <groupId>org.apache.maven.plugins</groupId> |
223 | 223 | <artifactId>maven-release-plugin</artifactId> |
224 | | - <version>2.5.3</version> |
| 224 | + <version>3.0.0</version> |
225 | 225 | <configuration> |
226 | 226 | <pushChanges>false</pushChanges> |
227 | 227 | <localCheckout>true</localCheckout> |
228 | 228 | </configuration> |
229 | 229 | </plugin> |
230 | 230 | <plugin> |
| 231 | + <groupId>org.apache.maven.plugins</groupId> |
| 232 | + <artifactId>maven-source-plugin</artifactId> |
| 233 | + <version>3.2.1</version> |
| 234 | + <executions> |
| 235 | + <execution> |
| 236 | + <id>attach-sources</id> |
| 237 | + <goals> |
| 238 | + <goal>jar</goal> |
| 239 | + </goals> |
| 240 | + </execution> |
| 241 | + </executions> |
| 242 | + </plugin> |
| 243 | + <plugin> |
| 244 | + <groupId>org.apache.maven.plugins</groupId> |
| 245 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 246 | + <version>3.5.0</version> |
| 247 | + <executions> |
| 248 | + <execution> |
| 249 | + <id>attach-javadocs</id> |
| 250 | + <goals> |
| 251 | + <goal>jar</goal> |
| 252 | + </goals> |
| 253 | + </execution> |
| 254 | + </executions> |
| 255 | + <configuration> |
| 256 | + <failOnError>false</failOnError> |
| 257 | + </configuration> |
| 258 | + </plugin> |
| 259 | + <plugin> |
| 260 | + <groupId>org.apache.maven.plugins</groupId> |
231 | 261 | <artifactId>maven-surefire-plugin</artifactId> |
232 | | - <version>2.22.2</version> |
| 262 | + <version>3.0.0</version> |
233 | 263 | <configuration> |
234 | 264 | <argLine> |
235 | 265 | -javaagent:src/test/resources/agent.jar |
|
0 commit comments