diff options
author | 2019-04-24 16:31:55 -0400 | |
---|---|---|
committer | 2019-04-24 16:31:55 -0400 | |
commit | 053568bd74724730a0624c292e46b525e97e58d3 (patch) | |
tree | b2bf360f3fba06daef8fa8e1265955290fbe6ce2 /client | |
parent | 651c9c8c012ff083dff988374bd53b0921060da6 (diff) |
Update to use released 1.2.2 parent
Update to use released 1.2.2 version of parent poms.
Change-Id: I0653c876c2f8b574278a6a570fdee591a98de84d
Issue-ID: SDNC-735
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'client')
-rw-r--r-- | client/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/pom.xml b/client/pom.xml index 8baacc5..996e046 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -17,7 +15,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>1.1.1</version> + <version>1.2.2</version> </parent> <properties> |