summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-12-27 01:14:06 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2016-12-27 01:14:19 +0100
commitb97fa05941ad8218ac6539c431d7ab43ec5d0cf7 (patch)
treea12842af6bb99eb195653ef7048086e67f16c6bb /org.eclipse.jgit.http.test/pom.xml
parent5274da3c3ca8d59c4cce41914776837f457ca734 (diff)
parent16e515a59efe1e545710ced6e52d396056ac9467 (diff)
downloadjgit-b97fa05941ad8218ac6539c431d7ab43ec5d0cf7.tar.gz
jgit-b97fa05941ad8218ac6539c431d7ab43ec5d0cf7.zip
Merge branch 'stable-4.6'
* stable-4.6: Update tycho version to 0.26 Update maven plugins Skip javadoc generation for org.eclipse.jgit.http.test Prepare 4.6.1-SNAPSHOT builds JGit v4.6.0.201612231935-r Change-Id: Ia70329af7ec8bdb6d8bd6f917e00024a3ea4ac1f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/pom.xml')
-rw-r--r--org.eclipse.jgit.http.test/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml
index 4c1be08eca..34509bda19 100644
--- a/org.eclipse.jgit.http.test/pom.xml
+++ b/org.eclipse.jgit.http.test/pom.xml
@@ -51,7 +51,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.6.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.http.test</artifactId>
@@ -60,7 +60,9 @@
<description>
Tests for the HTTP transport.
</description>
-
+ <properties>
+ <maven.javadoc.skip>true</maven.javadoc.skip>
+ </properties>
<dependencies>
<dependency>
<groupId>junit</groupId>