Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-11 20:01:46 +0000
committerMatthias Sohn2011-09-11 20:01:46 +0000
commit1c0a00d3bbdca7ff6f8b9afe06134f9f3ac54ef0 (patch)
treef452d8ac500d6eed6e1c7a6d8cd0931872ca091e /pom.xml
parenta850e9b287b7203d974f077eb2c2ecf7d5409f73 (diff)
downloadegit-github-1c0a00d3bbdca7ff6f8b9afe06134f9f3ac54ef0.tar.gz
egit-github-1c0a00d3bbdca7ff6f8b9afe06134f9f3ac54ef0.tar.xz
egit-github-1c0a00d3bbdca7ff6f8b9afe06134f9f3ac54ef0.zip
Update to eclipse-signing-maven-plugin 1.0.3
Bug: 356931 Change-Id: Ic765bcf4f0939c5d9181bb2ef92eaedb75134e21 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 74ef1329..f16fca05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
<plugin>
<groupId>org.eclipse.dash.maven</groupId>
<artifactId>eclipse-signing-maven-plugin</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
</plugin>
</plugins>
</pluginManagement>

Back to the top