diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-21 16:37:28 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-21 16:37:28 +0200 |
commit | 1c2d79e9fff176e696b7fbb652bfcfb8e6b39618 (patch) | |
tree | 953dc5d10b6d4e2dd7d2fb021903e8aed1342dfe /org.eclipse.jgit.lfs.test | |
parent | 04de16fd9c52e328dbe884dc8b5daef6d1903a39 (diff) | |
download | jgit-1c2d79e9fff176e696b7fbb652bfcfb8e6b39618.tar.gz jgit-1c2d79e9fff176e696b7fbb652bfcfb8e6b39618.zip |
Prepare 7.0.0-SNAPSHOT builds
Change-Id: I07b258a9f94823c9c390daf6e1d3034ca5ace81f
Diffstat (limited to 'org.eclipse.jgit.lfs.test')
-rw-r--r-- | org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.lfs.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF index 421ebb5eb1..96c8953398 100644 --- a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.lfs.test Bundle-SymbolicName: org.eclipse.jgit.lfs.test -Bundle-Version: 7.0.0.202408202050-m3 +Bundle-Version: 7.0.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/org.eclipse.jgit.lfs.test/pom.xml b/org.eclipse.jgit.lfs.test/pom.xml index 8f2c7ac25a..2c109c90ee 100644 --- a/org.eclipse.jgit.lfs.test/pom.xml +++ b/org.eclipse.jgit.lfs.test/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>7.0.0.202408202050-m3</version> + <version>7.0.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.lfs.test</artifactId> |