aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-04-10 20:14:23 -0400
committerdglFromAtt <dgl@research.att.com>2018-04-10 20:15:28 -0400
commitbd7b74218a470da6f85f4de9a27b70f09a1f7b3e (patch)
treeac9c3c376ee48d85689d95bbd1893fc646f4e11c
parentaac024c140494a3f3769862ab87317dbd153c384 (diff)
Use new version of dbcapi
Change-Id: I5c663292480b1d9f331f2b6916790b917de476a1 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-320
-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 482bbd0..8e1aefe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@
<dependency>
<groupId>org.onap.dmaap.dbcapi</groupId>
<artifactId>dbcapi</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.3-SNAPSHOT</version>
</dependency>
</dependencies>
<reporting>
@@ -302,7 +302,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jettyVersion>9.3.7.v20160115</jettyVersion>
<eelf.version>0.0.1</eelf.version>
- <artifact.version>1.0.4</artifact.version>
+ <artifact.version>1.0.5</artifact.version>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
diff --git a/version.properties b/version.properties
index 9114c9b..3de14e0 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=0
-patch=1
+patch=5
base_version=${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins