Skip to content

Commit 37ec4e4

Browse files
committed
Update build plugins and dependencies; add developer info
1 parent c6df46a commit 37ec4e4

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

pom.xml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
<distribution>repo</distribution>
1616
</license>
1717
</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+
<email>[email protected]</email>
27+
<organization>CodeLibs Inc.</organization>
28+
<organizationUrl>https://codelibs.co</organizationUrl>
29+
</developer>
30+
</developers>
1831
<scm>
1932
<connection>scm:git:[email protected]:codelibs/jcifs.git</connection>
2033
<developerConnection>scm:git:[email protected]:codelibs/jcifs.git</developerConnection>
@@ -31,7 +44,7 @@
3144
<plugins>
3245
<plugin>
3346
<artifactId>maven-compiler-plugin</artifactId>
34-
<version>3.13.0</version>
47+
<version>3.14.0</version>
3548
<configuration>
3649
<source>1.8</source>
3750
<target>1.8</target>
@@ -40,7 +53,7 @@
4053
</plugin>
4154
<plugin>
4255
<artifactId>maven-source-plugin</artifactId>
43-
<version>3.2.1</version>
56+
<version>3.3.1</version>
4457
<executions>
4558
<execution>
4659
<id>source-jar</id>
@@ -53,7 +66,7 @@
5366
</plugin>
5467
<plugin>
5568
<artifactId>maven-javadoc-plugin</artifactId>
56-
<version>3.7.0</version>
69+
<version>3.11.2</version>
5770
<configuration>
5871
<encoding>UTF-8</encoding>
5972
<docencoding>UTF-8</docencoding>
@@ -76,7 +89,7 @@
7689
<plugin>
7790
<groupId>org.apache.felix</groupId>
7891
<artifactId>maven-bundle-plugin</artifactId>
79-
<version>5.1.9</version>
92+
<version>6.0.0</version>
8093
<extensions>true</extensions>
8194

8295
<configuration>
@@ -156,7 +169,7 @@
156169
<plugin>
157170
<groupId>org.apache.maven.plugins</groupId>
158171
<artifactId>maven-surefire-plugin</artifactId>
159-
<version>3.3.0</version>
172+
<version>3.5.0</version>
160173
<configuration>
161174
<includes>
162175
<include>**/**Test.java</include>
@@ -177,7 +190,7 @@
177190
<plugin>
178191
<groupId>org.jacoco</groupId>
179192
<artifactId>jacoco-maven-plugin</artifactId>
180-
<version>0.8.12</version>
193+
<version>0.8.13</version>
181194
<executions>
182195
<execution>
183196
<goals>
@@ -196,7 +209,7 @@
196209
<plugin>
197210
<groupId>org.apache.rat</groupId>
198211
<artifactId>apache-rat-plugin</artifactId>
199-
<version>0.14</version>
212+
<version>0.16.1</version>
200213
<executions>
201214
<execution>
202215
<phase>verify</phase>
@@ -295,7 +308,7 @@
295308
<dependency>
296309
<groupId>org.bouncycastle</groupId>
297310
<artifactId>bcprov-jdk18on</artifactId>
298-
<version>1.78.1</version>
311+
<version>1.80</version>
299312
</dependency>
300313
<dependency>
301314
<groupId>junit</groupId>

0 commit comments

Comments
 (0)