diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-14 14:28:38 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-11-15 16:03:17 +0000 |
commit | 9e154aa9632c1ce0f383c43fe15e581c00fc10e1 (patch) | |
tree | d068a718370c2bef530427ea6e651304278116c7 /installation | |
parent | 12fbd5d7bed76c267d904f81003d74e77aae8357 (diff) |
Prepare for release
Prepare for RC2 release build
Added restconf api login/password to lcm-dg.properties
Change-Id: I38d15179cdd532c443d10c3a8c73321345226501
Issue-ID: SDNC-521
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 542155af322d56b2e43e8e202acb2d4728793032
Diffstat (limited to 'installation')
-rw-r--r-- | installation/admportal/pom.xml | 2 | ||||
-rw-r--r-- | installation/ansible-server/pom.xml | 2 | ||||
-rw-r--r-- | installation/dmaap-listener/pom.xml | 2 | ||||
-rw-r--r-- | installation/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 2 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 0b0959c3..4282954f 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 7cc169f3..5b05b447 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</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 d85699cd..a04bd67b 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/installation/pom.xml b/installation/pom.xml index ea79cf6d..15fa174d 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 4f0d78a4..1f9442dc 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 581271ba..52e996f6 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> |