diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-07-15 16:53:59 +0300 |
---|---|---|
committer | vempo <vitaliy.emporopulo@amdocs.com> | 2018-07-16 13:11:09 +0300 |
commit | e993087ad095f6242780847926b1eed5c116ea93 (patch) | |
tree | def9adae4e3b1defb02e25333aeadc349a87dad7 /openecomp-be/tools/zusammen-tools | |
parent | e25d401e73e6fbe31d0869e7f6be9f9f8ff7b509 (diff) |
Removed dependency on snapshot if same version
Dependencies that are part of the same project
must be referenced using ${project.version} instead
of 1.3.0-SNAPSHOT.
Change-Id: I1e6563052a762b9b6fc7103279d77fb76a85265e
Issue-ID: SDC-1065
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/zusammen-tools')
-rw-r--r-- | openecomp-be/tools/zusammen-tools/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml index 9e11c53806..406e7bf5f0 100644 --- a/openecomp-be/tools/zusammen-tools/pom.xml +++ b/openecomp-be/tools/zusammen-tools/pom.xml @@ -6,7 +6,6 @@ <artifactId>openecomp-zusammen-tools</artifactId> <groupId>org.openecomp.sdc.core.tools</groupId> <name>openecomp-zusammen-tools</name> - <version>1.3.0-SNAPSHOT</version> <parent> <groupId>org.openecomp.sdc</groupId> @@ -83,9 +82,9 @@ <scope>test</scope> </dependency> </dependencies> + <build> <plugins> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> @@ -204,7 +203,6 @@ <finalName>openecomp-zusammen-tools-lib</finalName> </configuration> </plugin> - </plugins> </build> |