summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-02-26 17:22:20 +0000
committerefiacor <fiachra.corcoran@est.tech>2020-02-26 18:03:47 +0000
commit0ed6da3cad17dc568d5b140530964e996f2ed822 (patch)
treeabd83fa472a33e10a558ea0982878af77891afef
parenta4dd25649e3be7f8850f311755e0925d73e9d27d (diff)
Removing submodule ref from parent pom
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I7eaf4f4d7a9e3eac174b806f6867dff956f626aa Issue-ID: DCAEGEN2-1837
-rw-r--r--pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 9165c304..a5465be6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.0.0</version>
+ <version>3.0.0</version>
</parent>
<groupId>org.onap.dcaegen2</groupId>
<artifactId>services</artifactId>
@@ -34,9 +34,6 @@ limitations under the License.
<version>1.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
- <modules>
- <module>components</module>
- </modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>