Release odlparent
[odlparent.git] / odlparent-lite / pom.xml
index 3b370114879caf5803821763823a3e01409c4e1b..f9693c869b1b34fd1c2ee7e4546e28d3d345abab 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>odlparent-lite</artifactId>
-  <version>11.0.2-SNAPSHOT</version>
+  <version>13.0.9</version>
   <packaging>pom</packaging>
   <name>ODL :: odlparent :: ${project.artifactId}</name>
 
@@ -81,7 +81,7 @@
     <!-- This version property instead of just direct version in pluginManagement is the exception that confirms the rule
          and is required so that downstream users of the archetype-packaging extension can use this (and get the same version
          as the maven-archetype-plugin), because there is no "extensionManagement" in Maven -->
-    <maven.archetype.plugin.version>3.2.0</maven.archetype.plugin.version>
+    <maven.archetype.plugin.version>3.2.1</maven.archetype.plugin.version>
 
     <!-- This property allows deployments to be skipped in child modules -->
     <maven.deploy.skip>false</maven.deploy.skip>
     <odlparent.spotbugs.skip>false</odlparent.spotbugs.skip>
 
     <!-- Used in neutron, ovsdb -->
-    <jacoco.version>0.8.8</jacoco.version>
+    <jacoco.version>0.8.11</jacoco.version>
   </properties>
 
   <build>
         </plugin>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.4.2</version>
+          <version>3.6.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.2</version>
         </plugin>
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.1</version>
+          <version>3.11.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.6.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-deploy-plugin</artifactId>
         </plugin>
         <plugin>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.4.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-help-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.4.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-install-plugin</artifactId>
         </plugin>
         <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.6.3</version>
           <configuration combine.children="append">
             <!-- Keep things quiet except for warnings/errors -->
             <quiet>true</quiet>
         </plugin>
         <plugin>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.5.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>3.0.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.12.0</version>
+          <version>3.12.1</version>
           <configuration>
             <asciidoc>
               <attributes>
             <dependency>
               <groupId>org.asciidoctor</groupId>
               <artifactId>asciidoctor-maven-plugin</artifactId>
-              <version>2.2.2</version>
+              <version>2.2.4</version>
             </dependency>
             <dependency>
               <groupId>org.asciidoctor</groupId>
               <artifactId>asciidoctorj-diagram</artifactId>
-              <version>2.2.1</version>
+              <version>2.2.13</version>
             </dependency>
           </dependencies>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.5.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.1</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.8.1</version>
+          <version>2.16.2</version>
         </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
         <plugin>
         <plugin>
           <groupId>org.cyclonedx</groupId>
           <artifactId>cyclonedx-maven-plugin</artifactId>
-          <version>2.7.1</version>
+          <version>2.7.10</version>
         </plugin>
       </plugins>
     </pluginManagement>
       <plugin>
         <groupId>io.github.git-commit-id</groupId>
         <artifactId>git-commit-id-maven-plugin</artifactId>
-        <version>5.0.0</version>
+        <version>7.0.0</version>
         <executions>
           <execution>
             <id>get-git-infos</id>
         <artifactId>cyclonedx-maven-plugin</artifactId>
         <executions>
           <execution>
-            <phase>package</phase>
+            <!--
+              Run after 'package' but before 'verify' phases.
+
+              FIXME: We really want to say 'run as last package-phase execution.
+            -->
+            <phase>post-integration-test</phase>
             <goals>
               <goal>makeBom</goal>
             </goals>
             <artifactId>maven-javadoc-plugin</artifactId>
             <configuration combine.children="append">
               <links>
-                <link>https://junit.org/junit4/javadoc/4.13.2/</link>
+                <link>https://junit.org/junit5/docs/5.10.1/api/</link>
                 <link>http://hamcrest.org/JavaHamcrest/javadoc/2.2/</link>
                 <link>http://www.slf4j.org/apidocs/</link>
                 <link>https://xerces.apache.org/xerces2-j/javadocs/api/</link>
-                <link>https://google.github.io/guava/releases/31.1-jre/api/docs/</link>
+                <link>https://guava.dev/releases/32.1.1-jre/api/docs/</link>
                 <link>http://netty.io/4.1/api/</link>
-                <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
                 <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
               </links>
             </configuration>
       </build>
     </profile>
 
-    <profile>
-      <!-- On JDK9-and-later specify html4 javadoc, if requested-->
-      <id>jdk9-javadoc</id>
-      <activation>
-        <jdk>[9,)</jdk>
-        <file>
-          <exists>odl-javadoc-html5-optout</exists>
-        </file>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration combine.children="append">
-              <additionalOptions>
-                <additionalOption>-html4</additionalOption>
-              </additionalOptions>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
     <profile>
       <!-- Disable plugins which are not useful for sonar -->
       <id>sonar-only</id>