summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@iaik.tugraz.at>2016-12-01 05:35:03 -0800
committerAndreas Abraham <andreas.abraham@iaik.tugraz.at>2016-12-01 05:35:03 -0800
commit7daf4f93263eaf304a19f646e18c61070314a4cb (patch)
tree087adda0975cfb728f4d7e4bf51562830eb08356
parentad6d8725c85deb5914985714466516ef453c42fb (diff)
downloadpdf-over-7daf4f93263eaf304a19f646e18c61070314a4cb.tar.gz
pdf-over-7daf4f93263eaf304a19f646e18c61070314a4cb.tar.bz2
pdf-over-7daf4f93263eaf304a19f646e18c61070314a4cb.zip
Use specific maven-release-plugin version
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 343c0ac0..3d60d160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,17 @@
<debuglevel>lines,vars,source</debuglevel>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <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>
</pluginManagement>
</build>