diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-24 16:19:40 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-29 14:36:58 -0400 |
commit | 2fc64f8b7c22cdec6a2308e221b00232af77a467 (patch) | |
tree | ea98cd79cac6983ed7e564de018af42a6b4afbba /odlsli | |
parent | c6e85bc88f2dd3427360523270c7ed92c12abdc6 (diff) |
Update to use released 1.2.2 parent0.4.2
Update to use released 1.2.2 version of parent poms.
Change-Id: I3f49d85323e9d77eb71f136d0b3aa2349fc48d88
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlsli')
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 4 | ||||
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index cf793320..c5728a55 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> @@ -25,7 +25,7 @@ <image.name>onap/ccsdk-odlsli-alpine-image</image.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> - <ccsdk.features.version>0.4.2-SNAPSHOT</ccsdk.features.version> + <ccsdk.features.version>0.4.2</ccsdk.features.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <opendaylight.root>opt/opendaylight</opendaylight.root> diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index 6cae49ce..12376a1d 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <relativePath/> </parent> @@ -25,7 +25,7 @@ <image.name>onap/ccsdk-odlsli-image</image.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> - <ccsdk.features.version>0.4.2-SNAPSHOT</ccsdk.features.version> + <ccsdk.features.version>0.4.2</ccsdk.features.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <opendaylight.root>opt/opendaylight</opendaylight.root> |