Skip to content

Commit 443bae5

Browse files
committed
update versions
1 parent 21dad44 commit 443bae5

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

json-smart/pom.xml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<artifactId>minidev-parent</artifactId>
66
<version>2.4.3</version>
77
</parent>
8+
<version>2.4.4</version>
89
<!-- this POM is released under an Apache 2.0 license -->
910
<modelVersion>4.0.0</modelVersion>
1011
<artifactId>json-smart</artifactId>
@@ -124,8 +125,10 @@
124125
</plugin>
125126
<!-- Publish also javadocs when releasing - required by Sonatype -->
126127
<plugin>
128+
<!-- updated on 17/04/2021 -->
127129
<groupId>org.apache.maven.plugins</groupId>
128130
<artifactId>maven-javadoc-plugin</artifactId>
131+
<version>3.2.0</version>
129132
<executions>
130133
<execution>
131134
<id>attach-javadocs</id>
@@ -142,7 +145,7 @@
142145
<plugin>
143146
<groupId>org.apache.maven.plugins</groupId>
144147
<artifactId>maven-release-plugin</artifactId>
145-
<version>2.5.2</version>
148+
<version>2.5.3</version>
146149
<configuration>
147150
<mavenExecutorId>forked-path</mavenExecutorId>
148151
<arguments>-Psonatype-oss-release</arguments>
@@ -174,10 +177,10 @@
174177
<build>
175178
<plugins>
176179
<plugin>
177-
<!-- updated on 29/07/2015 -->
180+
<!-- updated on 17/04/2021 -->
178181
<groupId>org.apache.maven.plugins</groupId>
179182
<artifactId>maven-source-plugin</artifactId>
180-
<version>2.4</version>
183+
<version>3.2.1</version>
181184
<executions>
182185
<execution>
183186
<id>bind-sources</id>
@@ -188,10 +191,10 @@
188191
</executions>
189192
</plugin>
190193
<plugin>
191-
<!-- updated on 29/10/2015 -->
194+
<!-- updated on 17/04/2021 -->
192195
<groupId>org.apache.maven.plugins</groupId>
193196
<artifactId>maven-compiler-plugin</artifactId>
194-
<version>3.3</version>
197+
<version>3.8.1</version>
195198
<configuration>
196199
<encoding>UTF-8</encoding>
197200
<source>${maven.compiler.source}</source>
@@ -203,19 +206,19 @@
203206
</configuration>
204207
</plugin>
205208
<plugin>
206-
<!-- updated on 29/10/2015 -->
209+
<!-- updated on 17/04/2021 -->
207210
<groupId>org.apache.maven.plugins</groupId>
208211
<artifactId>maven-resources-plugin</artifactId>
209-
<version>2.7</version>
212+
<version>3.2.0</version>
210213
<configuration>
211214
<encoding>UTF-8</encoding>
212215
</configuration>
213216
</plugin>
214217
<plugin>
215-
<!-- updated on 29/10/2015 -->
218+
<!-- updated on 17/04/2021 -->
216219
<groupId>org.apache.maven.plugins</groupId>
217220
<artifactId>maven-jar-plugin</artifactId>
218-
<version>2.6</version>
221+
<version>3.2.0</version>
219222
<configuration>
220223
<excludes>
221224
<exclude>**/.svn/*</exclude>
@@ -224,10 +227,10 @@
224227
</configuration>
225228
</plugin>
226229
<plugin>
227-
<!-- updated on 29/07/2015 -->
230+
<!-- updated on 17/04/2021 -->
228231
<groupId>org.apache.maven.plugins</groupId>
229232
<artifactId>maven-javadoc-plugin</artifactId>
230-
<version>2.10.4</version>
233+
<version>3.2.0</version>
231234
<!-- ONLY NEEDED With jdk 1.7+ -->
232235
<configuration>
233236
<failOnError>false</failOnError>
@@ -243,9 +246,10 @@
243246
</executions>
244247
</plugin>
245248
<plugin>
249+
<!-- updated on 17/04/2021 -->
246250
<groupId>org.apache.felix</groupId>
247251
<artifactId>maven-bundle-plugin</artifactId>
248-
<version>3.5.1</version> <!-- 3.0.0 need java 7+ -->
252+
<version>5.1.2</version> <!-- 3.0.0 need java 7+ -->
249253
<extensions>true</extensions>
250254
<configuration>
251255
<instructions>

0 commit comments

Comments
 (0)