diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-13 23:42:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-13 23:42:10 +0200 |
commit | 8dad905f20142e699faa974e7bd4cba6ced335cc (patch) | |
tree | 71eb5c82c187427cbe0466ff7fb53588a6e925ed /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 618d8c4784e1c7261057eb4bb0b0fba4fe4d19fb (diff) | |
download | jgit-8dad905f20142e699faa974e7bd4cba6ced335cc.tar.gz jgit-8dad905f20142e699faa974e7bd4cba6ced335cc.zip |
JGit v5.11.1.202105131744-rv5.11.1.202105131744-r
Change-Id: Id74eecbde63edbc58b6262ae01ef34d8bebc0f88
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 508de9c325..8f55b6ccd3 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.11.1.qualifier +Bundle-Version: 5.11.1.202105131744-r 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 9ed76bd42e..4199b3fc3e 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.11.1-SNAPSHOT</version> + <version>5.11.1.202105131744-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |