diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-27 01:14:06 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-27 01:14:19 +0100 |
commit | b97fa05941ad8218ac6539c431d7ab43ec5d0cf7 (patch) | |
tree | a12842af6bb99eb195653ef7048086e67f16c6bb /org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | |
parent | 5274da3c3ca8d59c4cce41914776837f457ca734 (diff) | |
parent | 16e515a59efe1e545710ced6e52d396056ac9467 (diff) | |
download | jgit-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.packaging/org.eclipse.jgit.target/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml index fc33622ddc..350541a48c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -49,7 +49,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>4.6.0-SNAPSHOT</version> + <version>4.6.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |