|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved. |
| 4 | + Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved. |
5 | 5 |
|
6 | 6 | This program and the accompanying materials are made available under the
|
7 | 7 | terms of the Eclipse Public License v. 2.0, which is available at
|
|
30 | 30 | <groupId>jakarta.json</groupId>
|
31 | 31 | <artifactId>jakarta.json-api</artifactId>
|
32 | 32 |
|
33 |
| - <version>2.0.0-SNAPSHOT</version> |
| 33 | + <version>2.0.1-SNAPSHOT</version> |
34 | 34 | <name>Jakarta JSON Processing API</name>
|
35 | 35 | <description>Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.</description>
|
36 | 36 | <url>https://github.com/eclipse-ee4j/jsonp</url>
|
|
83 | 83 | <copyright.update>false</copyright.update>
|
84 | 84 | <spotbugs.skip>false</spotbugs.skip>
|
85 | 85 | <spotbugs.threshold>Low</spotbugs.threshold>
|
86 |
| - <spotbugs.version>4.0.4</spotbugs.version> |
| 86 | + <spotbugs.version>4.2.2</spotbugs.version> |
87 | 87 |
|
88 | 88 | <non.final>false</non.final>
|
89 | 89 | <extension.name>jakarta.json</extension.name>
|
|
114 | 114 | <plugin>
|
115 | 115 | <groupId>org.glassfish.copyright</groupId>
|
116 | 116 | <artifactId>glassfish-copyright-maven-plugin</artifactId>
|
117 |
| - <version>2.3</version> |
| 117 | + <version>2.4</version> |
118 | 118 | </plugin>
|
119 | 119 | <plugin>
|
120 | 120 | <groupId>org.apache.maven.plugins</groupId>
|
|
213 | 213 | <scmOnly>${copyright.scmonly}</scmOnly>
|
214 | 214 | <update>${copyright.update}</update>
|
215 | 215 | <ignoreYear>${copyright.ignoreyear}</ignoreYear>
|
| 216 | + <quiet>false</quiet> |
216 | 217 | </configuration>
|
217 | 218 | <executions>
|
218 | 219 | <execution>
|
|
264 | 265 | </resources>
|
265 | 266 | </configuration>
|
266 | 267 | </execution>
|
| 268 | + <execution> |
| 269 | + <id>currentyear-property</id> |
| 270 | + <goals> |
| 271 | + <goal>timestamp-property</goal> |
| 272 | + </goals> |
| 273 | + <phase>validate</phase> |
| 274 | + <configuration> |
| 275 | + <name>current.year</name> |
| 276 | + <locale>en,US</locale> |
| 277 | + <pattern>yyyy</pattern> |
| 278 | + </configuration> |
| 279 | + </execution> |
267 | 280 | </executions>
|
268 | 281 | </plugin>
|
269 | 282 | <plugin>
|
|
382 | 395 | <header><![CDATA[<br>JSON Processing API v${project.version}]]></header>
|
383 | 396 | <bottom><![CDATA[
|
384 | 397 | Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br>
|
385 |
| -Copyright © 2019, 2020 Eclipse Foundation. All rights reserved.<br> |
| 398 | +Copyright © 2019, ${current.year} Eclipse Foundation. All rights reserved.<br> |
386 | 399 | Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
|
387 | 400 | </bottom>
|
388 | 401 | </configuration>
|
|
0 commit comments