diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-03-27 14:36:02 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-03-27 14:38:51 -0400 |
commit | c9330664eeee1023733cc97fef730e602a2b8f29 (patch) | |
tree | 0f0da19183364641c5e9d2e5a6cc05b1382a4ad0 | |
parent | 7ccb07886bb396d60c87ad6e5df1cd5587e56fdd (diff) |
Use new library versions
Change-Id: I70c24ac38ddb7646b7a329f6b246beade50da87e
Issue-ID: AAI-945
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ In order to make the _REST Client_ library available to your microservice, inclu <dependency> <groupId>org.openecomp.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </dependency> ## Code Examples @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.onap.aai</groupId> @@ -54,7 +54,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.2.1</version> + <version>1.2.2</version> </dependency> <dependency> |