diff options
author | dglFromAtt <dgl@research.att.com> | 2018-10-18 19:54:13 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-10-18 19:54:23 -0400 |
commit | 1e27211fbd0ef1718028cb3ce9248592aec0e136 (patch) | |
tree | a67c7c5b43031ddc75cfcea20e310ece183bac31 | |
parent | 7a368c449d32a779157332ca7d06219efaf4fc4d (diff) |
Use newer AAF artifact
Change-Id: Ia032acf796aba4be2387e2428b8761e7c7f849da
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-855
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -228,7 +228,7 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.5-SNAPSHOT</version> <classifier>full</classifier> </dependency> <dependency> @@ -381,7 +381,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jettyVersion>9.3.8.RC0</jettyVersion> <eelf.version>0.0.1</eelf.version> - <artifact.version>1.0.16-SNAPSHOT</artifact.version> + <artifact.version>1.0.17-SNAPSHOT</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 5b5f570..5605463 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=16 +patch=17 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins |