aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-03-20 15:57:40 -0400
committerJimmy Forsyth <jf2512@att.com>2020-03-20 15:57:42 -0400
commit72f4a83f0c6e14fd7ef0fe35cafd3337d56ca3d3 (patch)
treef2ebfabc7f719b17ae1c999311f43a4de5fb6ffc
parentd937570dbc783ba6e0e5a845be619ca011023dc3 (diff)
Updated to use event-client:1.6.4
Issue-ID: AAI-2834 Change-Id: I56770c515324c97c30645d3006ac95cc02203f74 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index fc7fc09..e0ff239 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,12 +30,12 @@ limitations under the License.
<groupId>org.onap.aai.router-core</groupId>
<artifactId>router-core</artifactId>
<packaging>bundle</packaging>
- <version>1.6.4-SNAPSHOT</version>
+ <version>1.6.5-SNAPSHOT</version>
<name>aai-router-core</name>
<properties>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
<aai.common.version>1.6.8</aai.common.version>
- <event.client.version>1.5.0</event.client.version>
+ <event.client.version>1.6.4</event.client.version>
<!-- Sonar Properties -->
<jacoco.line.coverage.limit>0.70</jacoco.line.coverage.limit>
<camel-spring-boot.version>2.22.1</camel-spring-boot.version>
diff --git a/version.properties b/version.properties
index fe64195..98eaf26 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=6
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}