summaryrefslogtreecommitdiffstats
path: root/components/bbs-event-processor
diff options
context:
space:
mode:
authorGerard Hickey <gerard.hickey@ericsson.com>2019-07-11 15:54:54 +0100
committerGerard Hickey <gerard.hickey@ericsson.com>2019-07-16 08:49:35 +0100
commit82a1eb148e957ac2252eac2dc55b8e77b3032256 (patch)
tree5b7ac760cde0991ff63f148940c28979993a7397 /components/bbs-event-processor
parent5c2e5e51e6d15d5878b2c93ecf3dbe99abbd2649 (diff)
JJB alignment across DCAE components - DCAE services
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: If6a25d2ea01e5cac84dba95504ffa09cf4796f7a
Diffstat (limited to 'components/bbs-event-processor')
-rw-r--r--components/bbs-event-processor/pom.xml14
-rw-r--r--components/bbs-event-processor/version.properties2
2 files changed, 8 insertions, 8 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>
diff --git a/components/bbs-event-processor/version.properties b/components/bbs-event-processor/version.properties
index 2ddebb39..7b8b963a 100644
--- a/components/bbs-event-processor/version.properties
+++ b/components/bbs-event-processor/version.properties
@@ -1,5 +1,5 @@
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}