|
5 | 5 | <artifactId>minidev-parent</artifactId> |
6 | 6 | <version>2.4.3</version> |
7 | 7 | </parent> |
| 8 | + <version>2.4.4</version> |
8 | 9 | <!-- this POM is released under an Apache 2.0 license --> |
9 | 10 | <modelVersion>4.0.0</modelVersion> |
10 | 11 | <artifactId>json-smart</artifactId> |
|
124 | 125 | </plugin> |
125 | 126 | <!-- Publish also javadocs when releasing - required by Sonatype --> |
126 | 127 | <plugin> |
| 128 | + <!-- updated on 17/04/2021 --> |
127 | 129 | <groupId>org.apache.maven.plugins</groupId> |
128 | 130 | <artifactId>maven-javadoc-plugin</artifactId> |
| 131 | + <version>3.2.0</version> |
129 | 132 | <executions> |
130 | 133 | <execution> |
131 | 134 | <id>attach-javadocs</id> |
|
142 | 145 | <plugin> |
143 | 146 | <groupId>org.apache.maven.plugins</groupId> |
144 | 147 | <artifactId>maven-release-plugin</artifactId> |
145 | | - <version>2.5.2</version> |
| 148 | + <version>2.5.3</version> |
146 | 149 | <configuration> |
147 | 150 | <mavenExecutorId>forked-path</mavenExecutorId> |
148 | 151 | <arguments>-Psonatype-oss-release</arguments> |
|
174 | 177 | <build> |
175 | 178 | <plugins> |
176 | 179 | <plugin> |
177 | | - <!-- updated on 29/07/2015 --> |
| 180 | + <!-- updated on 17/04/2021 --> |
178 | 181 | <groupId>org.apache.maven.plugins</groupId> |
179 | 182 | <artifactId>maven-source-plugin</artifactId> |
180 | | - <version>2.4</version> |
| 183 | + <version>3.2.1</version> |
181 | 184 | <executions> |
182 | 185 | <execution> |
183 | 186 | <id>bind-sources</id> |
|
188 | 191 | </executions> |
189 | 192 | </plugin> |
190 | 193 | <plugin> |
191 | | - <!-- updated on 29/10/2015 --> |
| 194 | + <!-- updated on 17/04/2021 --> |
192 | 195 | <groupId>org.apache.maven.plugins</groupId> |
193 | 196 | <artifactId>maven-compiler-plugin</artifactId> |
194 | | - <version>3.3</version> |
| 197 | + <version>3.8.1</version> |
195 | 198 | <configuration> |
196 | 199 | <encoding>UTF-8</encoding> |
197 | 200 | <source>${maven.compiler.source}</source> |
|
203 | 206 | </configuration> |
204 | 207 | </plugin> |
205 | 208 | <plugin> |
206 | | - <!-- updated on 29/10/2015 --> |
| 209 | + <!-- updated on 17/04/2021 --> |
207 | 210 | <groupId>org.apache.maven.plugins</groupId> |
208 | 211 | <artifactId>maven-resources-plugin</artifactId> |
209 | | - <version>2.7</version> |
| 212 | + <version>3.2.0</version> |
210 | 213 | <configuration> |
211 | 214 | <encoding>UTF-8</encoding> |
212 | 215 | </configuration> |
213 | 216 | </plugin> |
214 | 217 | <plugin> |
215 | | - <!-- updated on 29/10/2015 --> |
| 218 | + <!-- updated on 17/04/2021 --> |
216 | 219 | <groupId>org.apache.maven.plugins</groupId> |
217 | 220 | <artifactId>maven-jar-plugin</artifactId> |
218 | | - <version>2.6</version> |
| 221 | + <version>3.2.0</version> |
219 | 222 | <configuration> |
220 | 223 | <excludes> |
221 | 224 | <exclude>**/.svn/*</exclude> |
|
224 | 227 | </configuration> |
225 | 228 | </plugin> |
226 | 229 | <plugin> |
227 | | - <!-- updated on 29/07/2015 --> |
| 230 | + <!-- updated on 17/04/2021 --> |
228 | 231 | <groupId>org.apache.maven.plugins</groupId> |
229 | 232 | <artifactId>maven-javadoc-plugin</artifactId> |
230 | | - <version>2.10.4</version> |
| 233 | + <version>3.2.0</version> |
231 | 234 | <!-- ONLY NEEDED With jdk 1.7+ --> |
232 | 235 | <configuration> |
233 | 236 | <failOnError>false</failOnError> |
|
243 | 246 | </executions> |
244 | 247 | </plugin> |
245 | 248 | <plugin> |
| 249 | + <!-- updated on 17/04/2021 --> |
246 | 250 | <groupId>org.apache.felix</groupId> |
247 | 251 | <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+ --> |
249 | 253 | <extensions>true</extensions> |
250 | 254 | <configuration> |
251 | 255 | <instructions> |
|
0 commit comments