Skip to content

Commit f9513d2

Browse files
authored
Updated maven dependencies
1 parent 0c10707 commit f9513d2

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

pom-central.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.10.0</version>
45+
<version>3.11.0</version>
4646
<configuration>
4747
<source>11</source>
4848
<target>11</target>
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.0.0-M5</version>
55+
<version>3.0.0</version>
5656
<dependencies>
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
@@ -68,7 +68,6 @@
6868
<configuration>
6969
<archive>
7070
<manifestEntries>
71-
<Automatic-Module-Name>com.github.underscore</Automatic-Module-Name>
7271
<Main-Class>com.github.underscore.Underscore</Main-Class>
7372
</manifestEntries>
7473
</archive>
@@ -77,7 +76,7 @@
7776
<plugin>
7877
<groupId>org.apache.maven.plugins</groupId>
7978
<artifactId>maven-source-plugin</artifactId>
80-
<version>3.0.1</version>
79+
<version>3.2.0</version>
8180
<executions>
8281
<execution>
8382
<id>attach-sources</id>
@@ -91,7 +90,7 @@
9190
<plugin>
9291
<groupId>org.apache.maven.plugins</groupId>
9392
<artifactId>maven-javadoc-plugin</artifactId>
94-
<version>3.1.0</version>
93+
<version>3.4.1</version>
9594
<executions>
9695
<execution>
9796
<id>attach-sources</id>

pom-pack.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.10.0</version>
46+
<version>3.11.0</version>
4747
<configuration>
4848
<source>11</source>
4949
<target>11</target>
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-surefire-plugin</artifactId>
56-
<version>3.0.0-M5</version>
56+
<version>3.0.0</version>
5757
<dependencies>
5858
<dependency>
5959
<groupId>org.junit.jupiter</groupId>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-jar-plugin</artifactId>
68-
<version>2.4</version>
68+
<version>3.2.2</version>
6969
<configuration>
7070
<archive>
7171
<manifest>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-source-plugin</artifactId>
196-
<version>3.0.1</version>
196+
<version>3.2.0</version>
197197
<executions>
198198
<execution>
199199
<id>attach-sources</id>
@@ -207,7 +207,7 @@
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-javadoc-plugin</artifactId>
210-
<version>3.1.0</version>
210+
<version>3.4.1</version>
211211
<executions>
212212
<execution>
213213
<id>attach-sources</id>

0 commit comments

Comments
 (0)