Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2018-05-27 14:52:10 +0000
committerDennis Wagelaar2018-05-27 14:52:10 +0000
commit95e7382ee229e7f98e7d76e6d5bfb1d212009a51 (patch)
treeab380bff8162a64ed01c9324064faea3101fec70
parent0679493e9fb925e41b323349c200c49f0e870e27 (diff)
downloadorg.eclipse.atl-95e7382ee229e7f98e7d76e6d5bfb1d212009a51.tar.gz
org.eclipse.atl-95e7382ee229e7f98e7d76e6d5bfb1d212009a51.tar.xz
org.eclipse.atl-95e7382ee229e7f98e7d76e6d5bfb1d212009a51.zip
Update maven-deploy-plugin to version 2.8.2.
-rw-r--r--releng/org.eclipse.m2m.atl.releng.parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
index 112cd9a7..5da99f73 100644
--- a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
+++ b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
@@ -297,7 +297,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.5</version>
+ <version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>

Back to the top