diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-08-08 14:58:52 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-08-08 14:59:05 -0700 |
commit | 972397fd9860d9c19a5d2c66d082e431d827c7a6 (patch) | |
tree | 81bcb90903d65228695692f093ab329af88b874d /pom.xml | |
parent | 11bfecabaf6115d5264bc9dc487474127565e533 (diff) |
Change parent poms
Changing the parent pom of appc-dispatcher and
appc-directed-graph so that they no longer point
to the root appc pom, instead they point to the
org.onap.appc.parent pom files.
Change-Id: I116bd06471482e19715a3c5ada506f9d700e5576
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -543,19 +543,6 @@ limitations under the License. <artifactId>sonar-maven-plugin</artifactId> <version>3.2</version> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <skipStaging>true</skipStaging> - <skip>true</skip> - <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> </plugins> </pluginManagement> <plugins> @@ -618,19 +605,6 @@ limitations under the License. </execution> </executions> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <skipStaging>true</skipStaging> - <skip>true</skip> - <nexusUrl>https://nexus.onap.org</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> </plugins> </build> |