From 77248fa52d597f850883914ebf67b4ead9b0f188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bodet?= Date: Mon, 11 Dec 2017 18:21:41 +0100 Subject: [PATCH] feat(projectImport): Add SCM:TAG functionality to the project --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 7976ee1..fb90e06 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 + + scm:git:https://github.com/sw360/sw360bdpImportService + + 1.8 6.2.1 @@ -247,6 +251,13 @@ maven-resources-plugin + + maven-scm-plugin + 1.9.4 + + ${project.artifactId}-${project.version} + +