Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 from sw360/dev/8-scm-tag
Browse files Browse the repository at this point in the history
feat(projectImport): Add SCM:TAG functionality to the project
  • Loading branch information
maxhbr authored Jan 14, 2019
2 parents ea7c4f5 + 77248fa commit fb7369d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<scm>
<connection>scm:git:https://github.com/sw360/sw360bdpImportService</connection>
</scm>

<properties>
<java.version>1.8</java.version>
<liferay.version>6.2.1</liferay.version>
Expand Down Expand Up @@ -247,6 +251,13 @@
<plugin>
<artifactId>maven-resources-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<version>1.9.4</version>
<configuration>
<tag>${project.artifactId}-${project.version}</tag>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit fb7369d

Please sign in to comment.