|
1 |
| -<!-- Copyright (c) 2017, 2020, Oracle Corporation and/or its affiliates. |
| 1 | +<!-- Copyright (c) 2017, 2021, Oracle and/or its affiliates. |
2 | 2 | Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
|
3 | 3 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
271 | 271 | <author>false</author>
|
272 | 272 | <notimestamp>true</notimestamp>
|
273 | 273 | <bottom>
|
274 |
| - <![CDATA[<p>Copyright (c) 2018, {currentYear}, <a href="http://www.oracle.com">Oracle Corporation</a> and/or its affiliates. <br />Licensed under the Universal Permissive License v 1.0 as shown at <a href="https://oss.oracle.com/licenses/upl">https://oss.oracle.com/licenses/upl</a>.<p>]]></bottom> |
| 274 | + <![CDATA[<p>Copyright (c) 2018, {currentYear}, <a href="http://www.oracle.com">Oracle</a> and/or its affiliates. <br />Licensed under the Universal Permissive License v 1.0 as shown at <a href="https://oss.oracle.com/licenses/upl">https://oss.oracle.com/licenses/upl</a>.<p>]]></bottom> |
275 | 275 | <doctitle>Oracle WebLogic Server Kubernetes Operator API</doctitle>
|
276 | 276 | </configuration>
|
277 | 277 | </execution>
|
|
672 | 672 | <maven-dependency-plugin-version>3.1.2</maven-dependency-plugin-version>
|
673 | 673 | <exec-maven-plugin-version>3.0.0</exec-maven-plugin-version>
|
674 | 674 | <spotbugs-maven-plugin-version>4.1.4</spotbugs-maven-plugin-version>
|
675 |
| - <spotbugs-version>4.1.4</spotbugs-version> |
676 |
| - <checkstyle-version>8.36.2</checkstyle-version> |
| 675 | + <spotbugs-version>4.2.0</spotbugs-version> |
| 676 | + <checkstyle-version>8.38</checkstyle-version> |
677 | 677 | <pmd-java-version>6.21.0</pmd-java-version>
|
678 | 678 | <directory-maven-version>0.1</directory-maven-version>
|
679 | 679 | <maven-jxr-plugin-version>3.0.0</maven-jxr-plugin-version>
|
|
710 | 710 | <src-generated-swagger>${root-generated-swagger}/main/java</src-generated-swagger>
|
711 | 711 | <domain-swagger-file>${project.basedir}/swagger/domain.json</domain-swagger-file>
|
712 | 712 | <skip.unit.tests>false</skip.unit.tests>
|
713 |
| - <jacoco.version>0.8.5</jacoco.version> |
| 713 | + <jacoco.version>0.8.6</jacoco.version> |
| 714 | + <git-commit-id-plugin-version>4.0.0</git-commit-id-plugin-version> |
714 | 715 | <aggregate.report.dir>buildtime-reports/target/site/jacoco-aggregate/jacoco.xml</aggregate.report.dir>
|
715 | 716 | <checkstyle.config.location>${root.basedir}/build-tools/checkstyle/customized_google_checks.xml</checkstyle.config.location>
|
716 | 717 | </properties>
|
|
0 commit comments