diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-15 08:12:19 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-15 08:12:19 -0400 |
commit | 4d1e965d02b4e0c9609625795d9b2f8c533495fa (patch) | |
tree | 4ff89c084131570769abc032831ddafef769aeda /ansible-server/pom.xml | |
parent | 14e324265233976dabca043d91dbdb7bc729e319 (diff) |
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: I9a11c7723bd617f1a6c6c85e4aa420536a260539
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ansible-server/pom.xml')
-rw-r--r-- | ansible-server/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 0b440d23..6fa0cb7c 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -1,12 +1,10 @@ <?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"> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> |