diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-11 11:12:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-11 11:12:20 +0100 |
commit | 425e2607fea1bf6083c0e724e27024fc79986a07 (patch) | |
tree | 749a221c0e2ea1ea1d25011610b829cf7f7c662d /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | e0abe9e2a7a2e0acf3d59fd634457457c49663e1 (diff) | |
download | jgit-425e2607fea1bf6083c0e724e27024fc79986a07.tar.gz jgit-425e2607fea1bf6083c0e724e27024fc79986a07.zip |
Prepare 5.1.14-SNAPSHOT builds
Change-Id: Ic7d6f1a6c3123af1a1fa782f052b0cea3b6f28c6
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 b3516d2948..a23e9b8ce3 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: 5.1.13.202002110435-r +Bundle-Version: 5.1.14.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 faf1b3e305..e481196ac7 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>5.1.13.202002110435-r</version> + <version>5.1.14-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |