FELIX-4927 Felix reports itself as an OSGi R4/R5 Framework
This is in the Bundle-Description. The framework module had R5 and the main/bin/felix.jar had R4. These are now updated to R6.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1685172 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/pom.xml b/framework/pom.xml
index 997d0bb..e983116 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -57,7 +57,7 @@
<instructions>
<Bundle-SymbolicName>org.apache.felix.framework</Bundle-SymbolicName>
<Bundle-Name>Apache Felix Framework</Bundle-Name>
- <Bundle-Description>OSGi R5 framework implementation.</Bundle-Description>
+ <Bundle-Description>OSGi R6 framework implementation.</Bundle-Description>
<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
<Export-Package>
org.osgi.framework.*;-split-package:=merge-first,
diff --git a/main/pom.xml b/main/pom.xml
index 52d21ca..d1a0506 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -80,7 +80,7 @@
<Main-Class>org.apache.felix.main.Main</Main-Class>
<Bundle-SymbolicName>org.apache.felix.main</Bundle-SymbolicName>
<Bundle-Name>Apache Felix</Bundle-Name>
- <Bundle-Description>OSGi R4 framework.</Bundle-Description>
+ <Bundle-Description>OSGi R6 framework.</Bundle-Description>
<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
<Embed-Dependency>*;artifactId=org.apache.felix.framework;inline=true</Embed-Dependency>
<Private-Package>org.apache.felix.main.*</Private-Package>