diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -5,13 +5,6 @@ <artifactId>ncomp-core</artifactId> <packaging>pom</packaging> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.compiler.target>1.7</maven.compiler.target> - <maven.compiler.source>1.7</maven.compiler.source> - <nexusproxy>https://nexus.onap.org</nexusproxy></properties> - - <build> <plugins> @@ -42,6 +35,6 @@ <groupId>org.openecomp.ncomp.maven</groupId> <artifactId>ncomp-maven-base</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath> + <relativePath>../ncomp.maven/ncomp-maven-base</relativePath> </parent> </project> |