diff options
Diffstat (limited to 'components/bbs-event-processor/pom.xml')
-rw-r--r-- | components/bbs-event-processor/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml index 630d2e8b..6e8bbae7 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> @@ -352,7 +352,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 +365,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 +378,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> |