diff options
author | 2019-04-17 14:26:04 -0400 | |
---|---|---|
committer | 2019-04-17 16:35:08 -0400 | |
commit | bbe7f58af19c7e07d4dbf67f072ca835ebf3dd84 (patch) | |
tree | c38cf60cb1cb9891274a74ea1cbb256982d20767 /dependencies | |
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 'dependencies')
-rwxr-xr-x | dependencies/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 51b94b36..0bfad153 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -1,12 +1,11 @@ <?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> + <version>1.1.4</version> <relativePath/> </parent> |