diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-07 21:49:30 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-07 21:49:30 +0200 |
commit | 236b45f95be9fe92a5102bac66cd4c6eab895661 (patch) | |
tree | 7d21ce5bac7c3abc0e8241148a9dddacf17aa679 /org.eclipse.jgit.pgm.test | |
parent | 4e2651e53890c739dd522de6b1d77e428e2cde88 (diff) | |
download | jgit-236b45f95be9fe92a5102bac66cd4c6eab895661.tar.gz jgit-236b45f95be9fe92a5102bac66cd4c6eab895661.zip |
JGit v6.2.0.202206071550-rv6.2.0.202206071550-r
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: Ib4ae85a0cabcc9cb867f2c85034d72fb676a500a
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 c1b6ae6422..52830da03d 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.2.0.qualifier +Bundle-Version: 6.2.0.202206071550-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 d26919a4d6..1a65441db4 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.2.0-SNAPSHOT</version> + <version>6.2.0.202206071550-r</version> </parent> <artifactId>org.eclipse.jgit.pgm.test</artifactId> |