diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-11-26 15:52:53 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-11-26 15:52:53 +0100 |
commit | 0e9cf495d9ab92dd5885cad63018fc87c2ba491f (patch) | |
tree | 444a3df599ed0196668d9268947486db3cee690a /org.eclipse.jgit.test | |
parent | 3f85d3b75c559bd44b333a2ae66ceb6b93022000 (diff) | |
download | jgit-0e9cf495d9ab92dd5885cad63018fc87c2ba491f.tar.gz jgit-0e9cf495d9ab92dd5885cad63018fc87c2ba491f.zip |
JGit v5.3.8.202011260953-rv5.3.8.202011260953-r
Change-Id: I7b128942ef224335f415f867c2d9d5da7498ed8b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test')
-rw-r--r-- | org.eclipse.jgit.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index 3479e43f82..957b7fbc3c 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.test Bundle-SymbolicName: org.eclipse.jgit.test -Bundle-Version: 5.3.8.qualifier +Bundle-Version: 5.3.8.202011260953-r Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index 0bedfaee69..59f7c36f4c 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -52,7 +52,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.3.8-SNAPSHOT</version> + <version>5.3.8.202011260953-r</version> </parent> <artifactId>org.eclipse.jgit.test</artifactId> |