diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 17:23:08 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 17:23:08 -0400 |
commit | 84238e13378c0c3b0dd7822f0ec5cf5be0c4937e (patch) | |
tree | fb05e789ef5bf0e2d510c3e0cc249a39b3843438 /installation | |
parent | d22a1cdceff82e412562f016ec7bfe82807f6f99 (diff) |
Use released 1.2.1 CCSDK parent
Use released 1.2.1 version of CCSDK parent pom
Change-Id: I71dd7e342f8741cf28dcb111fe0d1ec612fb6c45
Issue-ID: SDNC-704
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: a4b2c8dd11b431fc69439e16ef2616a2e2483db7
Diffstat (limited to 'installation')
-rw-r--r-- | installation/admportal/pom.xml | 6 | ||||
-rw-r--r-- | installation/ansible-server/pom.xml | 6 | ||||
-rw-r--r-- | installation/dmaap-listener/pom.xml | 6 | ||||
-rw-r--r-- | installation/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 2 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 6 |
6 files changed, 10 insertions, 18 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 43ff0b60..9664a15c 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/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> diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index c8876ceb..821178c2 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/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> <packaging>pom</packaging> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 6c498c30..b4824890 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/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> <packaging>pom</packaging> diff --git a/installation/pom.xml b/installation/pom.xml index e884f776..a2793d5d 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -4,7 +4,7 @@ <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> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 1bd31681..9e2003ef 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -4,7 +4,7 @@ <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> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 828940c9..37d65e89 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/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> <packaging>pom</packaging> |