You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2016/01/25 19:40:19 UTC

tika git commit: Upgrade Git SCM provider and Maven release plugin to 2.4.2 and 1.8.1 respectively to get around http://stackoverflow.com/questions/15166781/mvn-releaseprepare-not-committing-changes-to-pom-xml

Repository: tika
Updated Branches:
  refs/heads/master 2eb671574 -> 809370ecc


Upgrade Git SCM provider and Maven release plugin to 2.4.2 and 1.8.1 respectively to get around http://stackoverflow.com/questions/15166781/mvn-releaseprepare-not-committing-changes-to-pom-xml


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

Branch: refs/heads/master
Commit: 809370ecc21ce16934d5c0b5626b3664ab673de9
Parents: 2eb6715
Author: Chris Mattmann <ma...@apache.org>
Authored: Mon Jan 25 10:40:14 2016 -0800
Committer: Chris Mattmann <ma...@apache.org>
Committed: Mon Jan 25 10:40:14 2016 -0800

----------------------------------------------------------------------
 tika-parent/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/809370ec/tika-parent/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 7432a88..764458e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -361,7 +361,14 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>2.4.2</version>
+        <dependencies>
+         <dependency>
+           <groupId>org.apache.maven.scm</groupId>
+           <artifactId>maven-scm-provider-gitexe</artifactId>
+           <version>1.8.1</version>
+         </dependency>
+       </dependencies>
       </plugin>
     </plugins>
   </build>