diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-07 14:54:32 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-07 14:54:32 +0100 |
commit | c72dd241f4c181f61b419cfba3ce1d50c41457c5 (patch) | |
tree | a2fb5b459fbbc6004d204b1cc2b638bd441dba7b /org.eclipse.jgit.pgm.test | |
parent | 7241ecd814e00163d28c88bc3c547a3e352d8c2f (diff) | |
download | jgit-c72dd241f4c181f61b419cfba3ce1d50c41457c5.tar.gz jgit-c72dd241f4c181f61b419cfba3ce1d50c41457c5.zip |
JGit v6.5.0.202303070854-rv6.5.0.202303070854-r
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I8da37ead0bd527bc4990ed5f8d5d4fb4f4d5cf01
Diffstat (limited to 'org.eclipse.jgit.pgm.test')
-rw-r--r-- | org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.pgm.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF index 745c648f2c..18e0b4d18c 100644 --- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.pgm.test Bundle-SymbolicName: org.eclipse.jgit.pgm.test -Bundle-Version: 6.5.0.qualifier +Bundle-Version: 6.5.0.202303070854-r Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.jgit.pgm.test/pom.xml b/org.eclipse.jgit.pgm.test/pom.xml index cd445c290d..f4f6596e8f 100644 --- a/org.eclipse.jgit.pgm.test/pom.xml +++ b/org.eclipse.jgit.pgm.test/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>6.5.0-SNAPSHOT</version> + <version>6.5.0.202303070854-r</version> </parent> <artifactId>org.eclipse.jgit.pgm.test</artifactId> |