diff options
author | dglFromAtt <dgl@research.att.com> | 2018-08-24 14:38:34 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-08-24 14:38:42 -0400 |
commit | 74c8ea18c90307c3b0bb46c13cc0ad8e0f124cb6 (patch) | |
tree | 25b4cd59772af6c9296028242d2ec6e6886c15b6 | |
parent | f5e3ff50881c3c332dacc98b7994e6172a114d97 (diff) |
Container without loading Perms
Change-Id: I52316a302161266900f2ce0bb3eae89f8cb8912a
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-647
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -301,7 +301,7 @@ <dependency> <groupId>org.onap.dmaap.dbcapi</groupId> <artifactId>dbcapi</artifactId> - <version>1.0.12-SNAPSHOT</version> + <version>1.0.13-SNAPSHOT</version> </dependency> </dependencies> <reporting> @@ -336,7 +336,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.14</artifact.version> + <artifact.version>1.0.15</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 e104878..10a4592 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=14 +patch=15 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins |