From: Markus Koschany <apo@debian.org>
Date: Thu, 18 Aug 2022 20:12:42 +0200
Subject: bundle manifest

Hardcode the necessary bundle versions.

Forwarded: not-needed
---
 api/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index bc64d59..9a4405b 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -311,14 +311,14 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>${spec.bundle.version}</Bundle-Version>
-                        <Bundle-SymbolicName>${spec.bundle.symbolic-name}</Bundle-SymbolicName>
-                        <Extension-Name>${spec.extension.name}</Extension-Name>
-                        <Implementation-Version>${spec.implementation.version}</Implementation-Version>
-                        <Specification-Version>${spec.specification.version}</Specification-Version>
+                        <Bundle-Version>2.1.1</Bundle-Version>
+                        <Bundle-SymbolicName>jakarta.json-api</Bundle-SymbolicName>
+                        <Extension-Name>jakarta.json</Extension-Name>
+                        <Implementation-Version>2.1.1</Implementation-Version>
+                        <Specification-Version>2.1</Specification-Version>
                         <Bundle-Description>Jakarta JSON Processing API ${spec.version}</Bundle-Description>
-                        <Specification-Vendor>${vendor.name}</Specification-Vendor>
-                        <Implementation-Build-Id>${buildNumber}</Implementation-Build-Id>
+                        <Specification-Vendor>Debian</Specification-Vendor>
+                        <Implementation-Build-Id>1</Implementation-Build-Id>
                         <DynamicImport-Package>*</DynamicImport-Package>
                         <Import-Package>
                             !org.glassfish.hk2.osgiresourcelocator,
