fix spec vendor in manifest
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/impl/pom.xml b/impl/pom.xml
index 79c7812..bdb2aff 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -174,7 +174,7 @@
<Bundle-SymbolicName>${spec.bundle.symbolic-name}</Bundle-SymbolicName>
<Extension-Name>${spec.extension.name}</Extension-Name>
<Implementation-Version>${spec.implementation.version}</Implementation-Version>
- <Specification-Vendor>Oracle</Specification-Vendor>
+ <Specification-Vendor>Eclipse Foundation</Specification-Vendor>
<Specification-Version>${spec.specification.version}</Specification-Version>
<Export-Package>${packages.export}</Export-Package>
<Private-Package>${packages.private}</Private-Package>