aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-27 17:21:34 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-27 17:26:05 -0400
commit2a970a1e00d49aca2f8c74705275d552e12794b9 (patch)
tree1130ebf86dac50a88e904768519e7fde55b5cef4
parentd537d1e32b6d9a2e551b216f4c42d2dd9508b0b7 (diff)
Prepare event-client for global-jjb
Issue-ID: AAI-2480 Change-Id: I9af21ca790105cbd7537f1dd0fbdb2d22951f0f7 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--event-client-api/pom.xml2
-rw-r--r--event-client-dmaap/pom.xml2
-rw-r--r--event-client-kafka/pom.xml2
-rw-r--r--event-client-rabbitmq/pom.xml2
-rw-r--r--pom.xml18
-rw-r--r--version.properties2
6 files changed, 11 insertions, 17 deletions
diff --git a/event-client-api/pom.xml b/event-client-api/pom.xml
index 81f03cb..c7825d9 100644
--- a/event-client-api/pom.xml
+++ b/event-client-api/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>event-client-api</artifactId>
diff --git a/event-client-dmaap/pom.xml b/event-client-dmaap/pom.xml
index f416a8d..1c87cfa 100644
--- a/event-client-dmaap/pom.xml
+++ b/event-client-dmaap/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>event-client-dmaap</artifactId>
diff --git a/event-client-kafka/pom.xml b/event-client-kafka/pom.xml
index e4f42de..93fe97a 100644
--- a/event-client-kafka/pom.xml
+++ b/event-client-kafka/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>event-client-kafka</artifactId>
diff --git a/event-client-rabbitmq/pom.xml b/event-client-rabbitmq/pom.xml
index 8d52b99..4f21cd8 100644
--- a/event-client-rabbitmq/pom.xml
+++ b/event-client-rabbitmq/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<artifactId>event-client-rabbitmq</artifactId>
diff --git a/pom.xml b/pom.xml
index b3a2949..0c6b0ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,12 +29,12 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.1</version>
+ <version>2.0.0</version>
</parent>
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<name>aai-event-client</name>
<packaging>pom</packaging>
@@ -118,16 +118,10 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${onap.nexus.url}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
diff --git a/version.properties b/version.properties
index 99af342..f78f30b 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}