Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-02-03 09:38:42 +0000
committerAlexander Kurtakov2016-02-03 10:31:34 +0000
commitfb6d563a3de96d8b1a32c279272ce5a590aed6a9 (patch)
treedd471a99a04a2704f78d035f0327aac748c35cc4 /releng
parent66a2c61756dda0fa425ba5007230226a0abd8837 (diff)
downloadorg.eclipse.linuxtools-fb6d563a3de96d8b1a32c279272ce5a590aed6a9.tar.gz
org.eclipse.linuxtools-fb6d563a3de96d8b1a32c279272ce5a590aed6a9.tar.xz
org.eclipse.linuxtools-fb6d563a3de96d8b1a32c279272ce5a590aed6a9.zip
releng: Cosmetics.
* Drop unused tycho-snapshot repo definition. * Bump buildhelper plugin to 1.10. Change-Id: I17cb1f59d9c31d6c41bdf5f9e5482742923bc84d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/65761 Tested-by: Hudson CI
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.linuxtools.target/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.linuxtools.target/pom.xml b/releng/org.eclipse.linuxtools.target/pom.xml
index 594989a95f..e4703a50ab 100644
--- a/releng/org.eclipse.linuxtools.target/pom.xml
+++ b/releng/org.eclipse.linuxtools.target/pom.xml
@@ -20,7 +20,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.9.1</version>
+ <version>1.10</version>
<executions>
<execution>
<id>attach-artifacts</id>

Back to the top