summaryrefslogtreecommitdiffstats
path: root/components/bbs-event-processor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/bbs-event-processor/pom.xml')
-rw-r--r--components/bbs-event-processor/pom.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml
index 630d2e8b..5e89971a 100644
--- a/components/bbs-event-processor/pom.xml
+++ b/components/bbs-event-processor/pom.xml
@@ -3,17 +3,17 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.3</version>
+ <version>2.0.0</version>
</parent>
<groupId>org.onap.dcaegen2.services.components</groupId>
<artifactId>bbs-event-processor</artifactId>
- <version>1.1.0</version>
-
+ <version>1.1.0-SNAPSHOT</version>
+
<name>dcaegen2-services-bbs-event-processor</name>
<description>BBS Re-Registration and CPE Authentication Handler</description>
<packaging>jar</packaging>
@@ -220,9 +220,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
@@ -352,7 +349,7 @@
<configuration>
<repository>${onap.nexus.dockerregistry.daily}/${docker.image.name}</repository>
<tag>latest</tag>
- <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
+ <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
</configuration>
</execution>
<execution>
@@ -365,7 +362,7 @@
<configuration>
<repository>${onap.nexus.dockerregistry.daily}/${docker.image.name}</repository>
<tag>${project.version}</tag>
- <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
+ <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
</configuration>
</execution>
<execution>
@@ -378,7 +375,7 @@
<configuration>
<repository>${onap.nexus.dockerregistry.daily}/${docker.image.name}</repository>
<tag>${project.version}-${maven.build.timestamp}Z</tag>
- <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
+ <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
</configuration>
</execution>
</executions>