File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Version History
441.6.1-SNAPSHOT (tentative)
55-----
66- Updated various test dependencies
7+ - Updated Maven build plugins
78
891.6.0
910-----
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments