aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-07-15 13:39:36 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-15 13:39:36 +0000
commit00be6997121e38e2b91a00203bc49119b11e58a4 (patch)
treec4b6d7eb6bbf02b28395972665a74a4df5cfa163 /UniversalVesAdapter
parent8b56cdb1c739a9ed9a0ea6e4adc2c75d8aa60f3c (diff)
parentbd99a66b6416e19f2710da81a3e98b7e48d64476 (diff)
Merge "JJB alignment across DCAE components - DCAE mapper"
Diffstat (limited to 'UniversalVesAdapter')
-rw-r--r--UniversalVesAdapter/pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index 8ef49c7..335bc13 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<!--
* ============LICENSE_START=======================================================
* ONAP : DCAEGEN2
* ================================================================================
@@ -25,13 +25,13 @@
<groupId>org.onap.dcaegen2.services.mapper.vesadapter</groupId>
<artifactId>UniversalVesAdapter</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.dcaegen2.services.mapper</groupId>
<artifactId>mapper</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<properties>
@@ -248,7 +248,7 @@
<version>${httpclient.version}</version>
<scope>compile</scope>
</dependency>
- <!-- <dependency> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-dmaap</artifactId>
+ <!-- <dependency> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-dmaap</artifactId>
<version>1.2.0</version> </dependency> -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -281,9 +281,9 @@
<forkCount>1</forkCount>
</configuration>
</plugin> -->
-
-
-
+
+
+
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
@@ -422,9 +422,9 @@
</sources>
</configuration>
</execution>
- <!-- <execution> <id>regex-property</id> <goals> <goal>regex-property</goal>
- </goals> <configuration> <name>docker.version</name> <value>${project.version}</value>
- <regex>(^[0-9]+.[0-9]+.[0-9]+$)</regex> <replacement>$1-STAGING</replacement>
+ <!-- <execution> <id>regex-property</id> <goals> <goal>regex-property</goal>
+ </goals> <configuration> <name>docker.version</name> <value>${project.version}</value>
+ <regex>(^[0-9]+.[0-9]+.[0-9]+$)</regex> <replacement>$1-STAGING</replacement>
<failIfNoMatch>false</failIfNoMatch> </configuration> </execution> -->
</executions>
</plugin>