Removed repository and snapshotRepository sections 20/41220/1
authorHideyuki Tai <Hideyuki.Tai@necam.com>
Fri, 1 Jul 2016 11:52:42 +0000 (04:52 -0700)
committerHideyuki Tai <Hideyuki.Tai@necam.com>
Fri, 1 Jul 2016 12:03:37 +0000 (05:03 -0700)
Some POM files defined the repository and snapshotRepository information
in their distributionManagement section. However, they inherits these
information from their ancestor POM, odlparent-lite, so they do not need
to have those sections. This patch removed those unnecessary sections.

Change-Id: I0038028917f570f2fa3a6aaf570a77798a3d3563
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
neutron-logger/pom.xml
neutron-spi/pom.xml
northbound-api/pom.xml

index 33645c30af9cd88e0dd7cfbc7b3f51887d7d91f4..a5e4b7cdd0c61e498ad9463776efe239b06cb89c 100644 (file)
     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
   </scm>
   <distributionManagement>
-    <!-- OpenDayLight Released artifact -->
-    <repository>
-      <id>opendaylight-release</id>
-      <url>${nexusproxy}/repositories/${nexus.repository.release}/</url>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <snapshotRepository>
-      <id>opendaylight-snapshot</id>
-      <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
-    </snapshotRepository>
     <!-- Site deployment -->
     <site>
       <id>opendaylight-site</id>
index e0d7e47add80995e10b58926ae3e34e10a77747b..f8f41a47e1645ef794a10ec2724a44870fe57f59 100644 (file)
     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
   </scm>
   <distributionManagement>
-    <!-- OpenDayLight Released artifact -->
-    <repository>
-      <id>opendaylight-release</id>
-      <url>${nexusproxy}/repositories/${nexus.repository.release}/</url>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <snapshotRepository>
-      <id>opendaylight-snapshot</id>
-      <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
-    </snapshotRepository>
     <!-- Site deployment -->
     <site>
       <id>opendaylight-site</id>
index 3ba98d9af1e74467f2e6eddfd71c6f27d4f1d273..b5e7d69e4d29a6288d235c12aaeac6de25918734 100644 (file)
   </scm>
 
   <distributionManagement>
-    <!-- OpenDayLight Released artifact -->
-    <repository>
-      <id>opendaylight-release</id>
-      <url>${nexusproxy}/repositories/${nexus.repository.release}/</url>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <snapshotRepository>
-      <id>opendaylight-snapshot</id>
-      <url>${nexusproxy}/repositories/${nexus.repository.snapshot}/</url>
-    </snapshotRepository>
     <!-- Site deployment -->
     <site>
       <id>opendaylight-site</id>