diff options
author | Carsten Lund <lund@research.att.com> | 2017-06-09 13:55:10 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-06-09 13:55:10 +0000 |
commit | c742674599f71e037667d6948435426be8c5da6a (patch) | |
tree | 5af1d79eba972106d0bb420531677ad89d98d93f | |
parent | 63f90539dbff650974e6adda68e44d7f27de896e (diff) |
[DCAE-15] Final update for rebased code.
Change-Id: I300e6dfd54854a69abfff3206a4fba33f3ce679c
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | ncomp-maven-base/pom.xml | 6 | ||||
-rw-r--r-- | ncomp-maven-xcore/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 8 |
3 files changed, 1 insertions, 19 deletions
diff --git a/ncomp-maven-base/pom.xml b/ncomp-maven-base/pom.xml index 4b5eaa0..aee55a8 100644 --- a/ncomp-maven-base/pom.xml +++ b/ncomp-maven-base/pom.xml @@ -8,9 +8,6 @@ - - - <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.7</maven.compiler.target> @@ -28,9 +25,6 @@ - - - <build> <plugins> diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml index c1ff9c2..8c05dbe 100644 --- a/ncomp-maven-xcore/pom.xml +++ b/ncomp-maven-xcore/pom.xml @@ -8,9 +8,6 @@ - - - <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.7</maven.compiler.target> @@ -29,9 +26,6 @@ - - - <build> <sourceDirectory>src/main/xcore-gen</sourceDirectory> <resources> @@ -8,9 +8,6 @@ - - - <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.7</maven.compiler.target> @@ -28,9 +25,6 @@ - - - <build> @@ -82,7 +76,7 @@ </snapshotRepository> <site> <id>ecomp-site</id> - <url>${site.url}</url> + <url>${site.url}</url> </site> </distributionManagement> |