Skip to content

Commit 8f18997

Browse files
committed
Updated Maven build plugins
1 parent b4ce73e commit 8f18997

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Version History
44
1.6.1-SNAPSHOT (tentative)
55
-----
66
- Updated various test dependencies
7+
- Updated Maven build plugins
78

89
1.6.0
910
-----

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-jar-plugin</artifactId>
114-
<version>3.4.2</version>
114+
<version>3.5.0</version>
115115
<configuration>
116116
<archive>
117117
<manifestEntries>
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.sonatype.central</groupId>
127127
<artifactId>central-publishing-maven-plugin</artifactId>
128-
<version>0.8.0</version>
128+
<version>0.10.0</version>
129129
<extensions>true</extensions>
130130
<configuration>
131131
<publishingServerId>central</publishingServerId>
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-surefire-plugin</artifactId>
137-
<version>3.5.3</version>
137+
<version>3.5.5</version>
138138
</plugin>
139139
</plugins>
140140
</build>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-source-plugin</artifactId>
150-
<version>3.3.1</version>
150+
<version>3.4.0</version>
151151
<executions>
152152
<execution>
153153
<id>attach-sources</id>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-javadoc-plugin</artifactId>
163-
<version>3.11.2</version>
163+
<version>3.12.0</version>
164164
<executions>
165165
<execution>
166166
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)