You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2014/06/04 11:23:10 UTC

git commit: release plugin config

Repository: activemq
Updated Branches:
  refs/heads/trunk 09c470ac9 -> e23519b06


release plugin config


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/e23519b0
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/e23519b0
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/e23519b0

Branch: refs/heads/trunk
Commit: e23519b06aab590df6398ce378ce2864f863f4d7
Parents: 09c470a
Author: Dejan Bosanac <de...@nighttale.net>
Authored: Wed Jun 4 11:22:23 2014 +0200
Committer: Dejan Bosanac <de...@nighttale.net>
Committed: Wed Jun 4 11:22:23 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/activemq/blob/e23519b0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 265f4a1..5d02cf7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1119,6 +1119,18 @@
             <remoteTagging>false</remoteTagging>
             <suppressCommitBeforeTag>false</suppressCommitBeforeTag>
           </configuration>
+          <dependencies>
+            <dependency>
+             <groupId>org.apache.maven.scm</groupId>
+             <artifactId>maven-scm-api</artifactId>
+             <version>1.8.1</version>
+            </dependency>
+          <dependency>
+             <groupId>org.apache.maven.scm</groupId>
+             <artifactId>maven-scm-provider-gitexe</artifactId>
+             <version>1.8.1</version>
+           </dependency>
+         </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>