|
15 | 15 | <distribution>repo</distribution>
|
16 | 16 | </license>
|
17 | 17 | </licenses>
|
| 18 | + <organization> |
| 19 | + <name>CodeLibs Project</name> |
| 20 | + <url>https://www.codelibs.org/</url> |
| 21 | + </organization> |
| 22 | + <developers> |
| 23 | + <developer> |
| 24 | + <id>shinsuke</id> |
| 25 | + <name>Shinsuke Sugaya</name> |
| 26 | + |
| 27 | + <organization>CodeLibs Inc.</organization> |
| 28 | + <organizationUrl>https://codelibs.co</organizationUrl> |
| 29 | + </developer> |
| 30 | + </developers> |
18 | 31 | <scm>
|
19 | 32 | < connection>scm:git: [email protected]:codelibs/jcifs.git</ connection>
|
20 | 33 | < developerConnection>scm:git: [email protected]:codelibs/jcifs.git</ developerConnection>
|
|
31 | 44 | <plugins>
|
32 | 45 | <plugin>
|
33 | 46 | <artifactId>maven-compiler-plugin</artifactId>
|
34 |
| - <version>3.13.0</version> |
| 47 | + <version>3.14.0</version> |
35 | 48 | <configuration>
|
36 | 49 | <source>1.8</source>
|
37 | 50 | <target>1.8</target>
|
|
40 | 53 | </plugin>
|
41 | 54 | <plugin>
|
42 | 55 | <artifactId>maven-source-plugin</artifactId>
|
43 |
| - <version>3.2.1</version> |
| 56 | + <version>3.3.1</version> |
44 | 57 | <executions>
|
45 | 58 | <execution>
|
46 | 59 | <id>source-jar</id>
|
|
53 | 66 | </plugin>
|
54 | 67 | <plugin>
|
55 | 68 | <artifactId>maven-javadoc-plugin</artifactId>
|
56 |
| - <version>3.7.0</version> |
| 69 | + <version>3.11.2</version> |
57 | 70 | <configuration>
|
58 | 71 | <encoding>UTF-8</encoding>
|
59 | 72 | <docencoding>UTF-8</docencoding>
|
|
76 | 89 | <plugin>
|
77 | 90 | <groupId>org.apache.felix</groupId>
|
78 | 91 | <artifactId>maven-bundle-plugin</artifactId>
|
79 |
| - <version>5.1.9</version> |
| 92 | + <version>6.0.0</version> |
80 | 93 | <extensions>true</extensions>
|
81 | 94 |
|
82 | 95 | <configuration>
|
|
156 | 169 | <plugin>
|
157 | 170 | <groupId>org.apache.maven.plugins</groupId>
|
158 | 171 | <artifactId>maven-surefire-plugin</artifactId>
|
159 |
| - <version>3.3.0</version> |
| 172 | + <version>3.5.0</version> |
160 | 173 | <configuration>
|
161 | 174 | <includes>
|
162 | 175 | <include>**/**Test.java</include>
|
|
177 | 190 | <plugin>
|
178 | 191 | <groupId>org.jacoco</groupId>
|
179 | 192 | <artifactId>jacoco-maven-plugin</artifactId>
|
180 |
| - <version>0.8.12</version> |
| 193 | + <version>0.8.13</version> |
181 | 194 | <executions>
|
182 | 195 | <execution>
|
183 | 196 | <goals>
|
|
196 | 209 | <plugin>
|
197 | 210 | <groupId>org.apache.rat</groupId>
|
198 | 211 | <artifactId>apache-rat-plugin</artifactId>
|
199 |
| - <version>0.14</version> |
| 212 | + <version>0.16.1</version> |
200 | 213 | <executions>
|
201 | 214 | <execution>
|
202 | 215 | <phase>verify</phase>
|
|
295 | 308 | <dependency>
|
296 | 309 | <groupId>org.bouncycastle</groupId>
|
297 | 310 | <artifactId>bcprov-jdk18on</artifactId>
|
298 |
| - <version>1.78.1</version> |
| 311 | + <version>1.80</version> |
299 | 312 | </dependency>
|
300 | 313 | <dependency>
|
301 | 314 | <groupId>junit</groupId>
|
|
0 commit comments