diff --git a/build-logic/src/main/java/org/ehcache/build/conventions/BndConvention.java b/build-logic/src/main/java/org/ehcache/build/conventions/BndConvention.java index bbb915168e..cea0193db0 100644 --- a/build-logic/src/main/java/org/ehcache/build/conventions/BndConvention.java +++ b/build-logic/src/main/java/org/ehcache/build/conventions/BndConvention.java @@ -69,7 +69,7 @@ public static Action> bundleDefaults(Project project }); properties.put(Constants.BUNDLE_SYMBOLICNAME, project.getGroup() + "." + project.getName()); properties.put(Constants.BUNDLE_DOCURL, "http://ehcache.org"); - properties.put(Constants.BUNDLE_LICENSE, "LICENSE"); + properties.put(Constants.BUNDLE_LICENSE, "Apache-2.0"); properties.put(Constants.BUNDLE_VENDOR, "Terracotta Inc., a wholly-owned subsidiary of Software AG USA, Inc."); properties.put(Constants.BUNDLE_VERSION, osgiFixedVersion(project.getVersion().toString())); properties.put(Constants.SERVICE_COMPONENT, "OSGI-INF/*.xml");