diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-14 01:49:05 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-14 01:49:05 +0200 |
commit | 1cbfea9ece03b40669377a7f858218f6994562ea (patch) | |
tree | 6c5f98fb3f6de7f11b3efa4cb728789a311f11bd /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | eb4deda9098678e460fe2a83cea085764fa0c471 (diff) | |
download | jgit-1cbfea9ece03b40669377a7f858218f6994562ea.tar.gz jgit-1cbfea9ece03b40669377a7f858218f6994562ea.zip |
Prepare 5.13.0-SNAPSHOT builds
Change-Id: Ie9cfc1eeb0eda7b2bbe744a22a7e4cfe6d59bc37
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 92d1ade07d..74c0d3fd14 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.12.1.qualifier +Bundle-Version: 5.13.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 5847b79cbe..b1511c1df1 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.12.1-SNAPSHOT</version> + <version>5.13.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |