Use new library versions 41/39241/1
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Tue, 27 Mar 2018 18:36:02 +0000 (14:36 -0400)
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Tue, 27 Mar 2018 18:38:51 +0000 (14:38 -0400)
Change-Id: I70c24ac38ddb7646b7a329f6b246beade50da87e
Issue-ID: AAI-945
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
README.md
pom.xml

index 4151a47..cd22ba5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/pom.xml b/pom.xml
index 2de12e2..bdc54f6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>