diff options
author | 2018-04-10 20:14:23 -0400 | |
---|---|---|
committer | 2018-04-10 20:15:28 -0400 | |
commit | bd7b74218a470da6f85f4de9a27b70f09a1f7b3e (patch) | |
tree | ac9c3c376ee48d85689d95bbd1893fc646f4e11c | |
parent | aac024c140494a3f3769862ab87317dbd153c384 (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.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |