Remove projectinfo property 76/88576/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Mar 2020 10:27:27 +0000 (11:27 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Mar 2020 10:27:27 +0000 (11:27 +0100)
We are already declaring Project Info Reports plugin in
pluginManagement at a newer version, hence this property is useless
and its sole user is being eliminated.

Change-Id: Ib04804f0808a8ebd88fed5e8eb3a15a719afd404
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent/pom.xml

index 4372debc90775c61d03e2c2113482065c5f04d45..44f16dae0a15cc3bbc4b603aeccc25b1587ef82f 100644 (file)
@@ -45,8 +45,6 @@
 
     <!-- Used in controller, genius, infrautils, netconf, netvirt, ovsdb, serviceutils -->
     <karaf.version>4.2.8</karaf.version>
-    <!-- Used in bgpcep, lispflowmapping -->
-    <projectinfo>2.8.1</projectinfo>
 
     <!-- Supporting Libraries -->
     <!-- Only used internally -->
       <!-- FIXME: activate this
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${projectinfo}</version>
       </plugin-->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>