diff options
author | 2020-02-26 17:22:20 +0000 | |
---|---|---|
committer | 2020-02-26 18:03:47 +0000 | |
commit | 0ed6da3cad17dc568d5b140530964e996f2ed822 (patch) | |
tree | abd83fa472a33e10a558ea0982878af77891afef | |
parent | a4dd25649e3be7f8850f311755e0925d73e9d27d (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.xml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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> |