diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-17 14:26:04 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-17 16:35:08 -0400 |
commit | bbe7f58af19c7e07d4dbf67f072ca835ebf3dd84 (patch) | |
tree | c38cf60cb1cb9891274a74ea1cbb256982d20767 /odlsli | |
parent | 06d52fb1b4f69547193e390796297133313e293d (diff) |
Disable staging pluginscasablanca
Disable staging plugin to avoid interfering with staging Jenkins job
Change-Id: If35283e981a8862047d67c7e586240ed80974061
Issue-ID: CCSDK-1166
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlsli')
-rw-r--r-- | odlsli/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 9796e17d..23df591a 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -1,14 +1,12 @@ <?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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.3</version> - <relativePath /> + <version>1.1.4</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |