diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-09-12 14:59:05 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2019-09-12 21:09:23 -0400 |
commit | 1326ed6dd7c2a42d7fd215d829862ae48a560e81 (patch) | |
tree | 5a89550a2fc90872576efbf17bb4eb72d401c5dd | |
parent | b288bbd791c03742ba857a270b0944b8e6ee1868 (diff) |
Self release portal-sdk 2.6.0
releasing 2.6.0 portal-sdk libs for El Alto release
Issue-ID: PORTAL-727
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: Ib99f6f55149873e373885e1efa9a39a894ef69e3
-rw-r--r-- | ecomp-sdk/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 6f718c59..fa95cd4d 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -282,24 +282,6 @@ </execution> </executions> </plugin> - - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <!-- defined in oparent <version>1.6.7</version> --> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.5.3</version> - </plugin> </plugins> </build> |