Bump upstreams to 2022.09 Chlorine
[serviceutils.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index adf3b403336b681ed3026cc23eeab45f9f03f924..020b18bc8f67da1ca6c0fa1b8865dac8795a1371 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>10.0.2</version>
+    <version>11.0.0</version>
     <relativePath/>
   </parent>
 
@@ -39,6 +39,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>upgrade</module>
   </modules>
 
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+    <maven.install.skip>true</maven.install.skip>
+  </properties>
+
   <profiles>
     <profile>
       <id>karaf</id>
@@ -54,21 +59,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <!-- https://issues.apache.org/jira/browse/MJAVADOC-649 -->
+          <version>3.1.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 </project>