You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ms...@apache.org on 2017/01/04 17:54:02 UTC

portals-pluto git commit: added maven scm provider plugin

Repository: portals-pluto
Updated Branches:
  refs/heads/master ec21165fd -> 8c095e1a0


added maven scm provider plugin


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/8c095e1a
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/8c095e1a
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/8c095e1a

Branch: refs/heads/master
Commit: 8c095e1a0b735f2ba2c62a34d6b057eab8755563
Parents: ec21165
Author: Scott Nicklous <ms...@apache.org>
Authored: Wed Jan 4 18:52:47 2017 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Wed Jan 4 18:52:47 2017 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/8c095e1a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 656da00..169d8bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,6 +250,7 @@ generate mailto links. -->
       <connection>scm:git:https://git-wip-us.apache.org/repos/asf/portals-pluto.git</connection>
       <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/portals-pluto.git</developerConnection>
       <url>https://github.com/apache/portals-pluto</url>
+      <tag>HEAD</tag>
    </scm>
 
   <!-- Dependency Version Properties ======================================= -->
@@ -604,6 +605,12 @@ TODO: Check if we need all of them. -->
           </configuration>
         </plugin>
         <plugin>
+           <groupId>org.apache.maven.scm</groupId>
+           <artifactId>maven-scm-providers-git</artifactId>
+           <!-- http://jira.codehaus.org/browse/SCM-444 -->
+           <version>(,1.4]</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>