aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-10-12 13:20:53 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-10-12 13:21:35 -0700
commitc794f93ad26784098f91473afee56c6e055dc69f (patch)
tree69fbe91dbe716b1cb064c5c51d7218196a304881 /version-manifest/pom.xml
parent51e61ce4085e2de224f869a6d9b67905482600fa (diff)
Refactor integration java jobs
Remove root level java job; replace with subproject jobs instead. Issue-ID: INT-273 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> Change-Id: Ic8c90a6f64f1ce8249d681181131ed11b2a71ec3
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r--version-manifest/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml
index 331f357ad..ace96a702 100644
--- a/version-manifest/pom.xml
+++ b/version-manifest/pom.xml
@@ -2,9 +2,9 @@
<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.integration</groupId>
- <artifactId>root</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>0.1.1</version>
</parent>
<artifactId>version-manifest</artifactId>
<packaging>maven-plugin</packaging>