aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGurjeet Bedi <gurjeetb@amdocs.com>2018-06-05 13:13:54 -0400
committerGurjeet Bedi <gurjeetb@amdocs.com>2018-06-07 10:02:28 -0400
commita19b69d1809955293390c8abd868d0eaff318e5b (patch)
tree78376699ef24570dc8413075ecf5842127e55c2a /pom.xml
parent1101277e3bf85ffae75b5a44c9149dd95b30c9b6 (diff)
Event Client library support for RabbitMQ
Update version in RabbitMQ Event Client lib License header update Issue-ID: AAI-1205 Change-Id: I838c184a0b81d89d5d276fbeee373cf5c390fb22 Signed-off-by: Gurjeet Bedi <gurjeetb@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5b5b6e1..fdf9f9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>aai-event-client</name>
<packaging>pom</packaging>
@@ -47,6 +47,7 @@
<module>event-client-api</module>
<module>event-client-dmaap</module>
<module>event-client-kafka</module>
+ <module>event-client-rabbitmq</module>
</modules>
<dependencies>