diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-08 17:47:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-08 17:59:59 +0200 |
commit | ccf83636936b714729fb89620f7b323c626f10e8 (patch) | |
tree | 1fa14a38917a680392f0531e4077c99ba0fe164e /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | a485fb7aac241393206afb31481b947abd7fb30f (diff) | |
download | jgit-ccf83636936b714729fb89620f7b323c626f10e8.tar.gz jgit-ccf83636936b714729fb89620f7b323c626f10e8.zip |
Prepare 4.4.0-SNAPSHOT builds
Change-Id: If3162f4cc4ae6319b9f1e3293549485b039cfe7f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF index 242c3f6630..46acbcb197 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF @@ -2,4 +2,4 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JGit Target Platform Bundle Bundle-SymbolicName: org.eclipse.jgit.target -Bundle-Version: 4.3.1.qualifier +Bundle-Version: 4.4.0.qualifier 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 1305d7bccb..c93065cc50 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.3.1-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |