diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-08 17:35:15 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-08 17:35:15 +0100 |
commit | 1363b1acfe67bbdf089a44a6f55d40adb9eedbac (patch) | |
tree | e6ea4a400fc7af78ea32df9f529c4c07b4f40d44 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 4262a68f551b5daacfa0386b2fddbf7cfa5b339d (diff) | |
download | jgit-1363b1acfe67bbdf089a44a6f55d40adb9eedbac.tar.gz jgit-1363b1acfe67bbdf089a44a6f55d40adb9eedbac.zip |
Prepare 5.10.1-SNAPSHOT builds
Change-Id: If1e44edfa0a80a29c00ed5112291d1338baf56f1
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 8c55492f3b..679072d912 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.10.0.202012080955-r +Bundle-Version: 5.10.1.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 8301ce86e1..a0b49318f3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.10.0.202012080955-r</version> + <version>5.10.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |