summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-os/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-os/pom.xml')
-rw-r--r--dcae_dmaapbc_webapp/dbca-os/pom.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-os/pom.xml b/dcae_dmaapbc_webapp/dbca-os/pom.xml
index 22c96f0..a13d293 100644
--- a/dcae_dmaapbc_webapp/dbca-os/pom.xml
+++ b/dcae_dmaapbc_webapp/dbca-os/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.openecomp.ui.dmaapbc</groupId>
<artifactId>dmaap-bc-app-os</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<packaging>war</packaging>
<name>DCAE DMaaP Bus Controller Webapp for ONAP</name>
<description>DMaaP Bus Controller Web Application for open-source release</description>
@@ -16,12 +16,11 @@
<skiptests>true</skiptests>
<springframework.version>4.2.0.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
- <epsdk.version>1.1.0-SNAPSHOT</epsdk.version>
+ <epsdk.version>1.1.0</epsdk.version>
<dbca.version>1.1.0-SNAPSHOT</dbca.version>
<sonar.exclusions>**.js</sonar.exclusions>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
- <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<sitePath>/content/sites/site/org/openecomp/ui/dmaapbc/${project.version}</sitePath>
</properties>
@@ -33,11 +32,6 @@
<url>${nexusproxy}/${snapshotNexusPath}</url>
</repository>
<repository>
- <!-- Staging repository has ECOMP staging artifacts -->
- <id>ecomp-staging</id>
- <url>${nexusproxy}/${stagingNexusPath}</url>
- </repository>
- <repository>
<!-- Releases repository has ECOMP release artifacts -->
<id>ecomp-releases</id>
<url>${nexusproxy}/${releaseNexusPath}</url>
@@ -45,6 +39,8 @@
</repositories>
<build>
+ <!-- The war file name carries no version number -->
+ <finalName>${project.artifactId}</finalName>
<plugins>
<!-- Compile to Java 1.8 class output format -->