Skip to content

Commit

Permalink
Version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
janste63 committed Oct 21, 2016
1 parent be31a89 commit 0b0a962
Show file tree
Hide file tree
Showing 27 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -68,10 +68,10 @@
<!-- The release date of this release -->
<!-- *** Un-comment and set here on release branch. *** -->
<!-- Defaults to current date, set here if another value is wanted. -->
<!-- property name="release.date" value="2016-10-20"/-->
<!-- property name="release.date" value="2016-10-21"/-->

<!-- The previous official release version for this build -->
<property name="version.previous" value="5.2.0"/>
<property name="version.previous" value="5.2.1"/>

<!-- The URL to the root of the git-repository -->
<property name="git.repo.url"
Expand Down
4 changes: 2 additions & 2 deletions osgi/bundles/annotations/component_api/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Component Annotations
Bundle-SymbolicName: org.knopflerfish.bundle.component_annotations
Bundle-Version: 1.0.0
Bundle-Version: 1.1.0
Bundle-Category: osgi
Bundle-Description: OSGi specified component annotations
Bundle-Vendor: Knopflerfish
Expand All @@ -16,4 +16,4 @@ Bundle-DocURL: http://www.knopflerfish.org/releases/current/docs/bundledoc
Bundle-GitURL: https://github.com/knopflerfish/knopflerfish.org/tree/master
/osgi/bundles/annotations/component_api/
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.5))"
api-Import-Package: org.osgi.service.component.annotations;version="[1.2,1.3)"
api-Import-Package: org.osgi.service.component.annotations;version="[1.3,1.4)"
2 changes: 1 addition & 1 deletion osgi/bundles/applicationadmin/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: applicationadmin
Bundle-SymbolicName: org.knopflerfish.bundle.applicationadmin
Bundle-Version: 4.0.0
Bundle-Version: 4.1.0
Bundle-Category: osgi
Bundle-Description: Application Admin API
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/blueprint/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: blueprint
Bundle-SymbolicName: org.knopflerfish.bundle.blueprint
Bundle-Version: 5.0.0
Bundle-Version: 5.1.0
Bundle-Category: osgi
Bundle-Description: Blueprint Container API
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/cm/cm/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: cm
Bundle-SymbolicName: org.knopflerfish.bundle.cm
Bundle-Version: 5.0.2
Bundle-Version: 5.1.0
Bundle-Category: osgi
Bundle-Description: Configuration Management Service
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/component/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SCR
Bundle-SymbolicName: org.knopflerfish.bundle.component
Bundle-Version: 5.99.99
Bundle-Version: 6.0.0
Bundle-Category: osgi
Bundle-Description: Declarative Services SCR
Bundle-Vendor: Knopflerfish
Expand Down
4 changes: 2 additions & 2 deletions osgi/bundles/coordinator/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Coordinator
Bundle-SymbolicName: org.knopflerfish.bundle.coordinator
Bundle-Version: 1.0.0
Bundle-Version: 1.1.0
Bundle-Category: osgi
Bundle-Description: OSGi specified coordinator service
Bundle-Vendor: Knopflerfish
Expand All @@ -17,4 +17,4 @@ Bundle-GitURL: https://github.com/knopflerfish/knopflerfish.org/tree/master
/osgi/bundles/coordinator/
Require-Capability: osgi.ee;filter:="(&(osgi.ee=OSGi/Minimum)(version>=1.2))"
api-Import-Package: org.osgi.framework;version="[1.7,2)",
org.osgi.service.coordinator;version="[1.0.1,1.1)"
org.osgi.service.coordinator;version="[1.0.2,1.1)"
2 changes: 1 addition & 1 deletion osgi/bundles/desktop/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Desktop
Bundle-SymbolicName: org.knopflerfish.bundle.desktop
Bundle-Version: 5.0.1
Bundle-Version: 6.0.0
Bundle-Category: management
Bundle-Description: Swing framework desktop
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/dmt/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: dmt
Bundle-SymbolicName: org.knopflerfish.bundle.dmt
Bundle-Version: 5.0.0
Bundle-Version: 5.1.0
Bundle-Category: osgi
Bundle-Description: DMT
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/event/build.xml
Expand Up @@ -11,7 +11,7 @@
<property name="bundle.build.lib" value="false"/>
<property name="bundle.build.doc" value="true"/>
<property name="bundle.version.suffix" value=""/>
<property name="event.version" value="4.0.1"/>
<property name="event.version" value="4.1.0"/>

<!-- Build for OSGi Minimum Execution Environment. -->
<property name="bundle.compile.EE" value="ee.minimum"/>
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/http/http/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HTTP-Server
Bundle-SymbolicName: org.knopflerfish.bundle.http
Bundle-Version: 5.1.2
Bundle-Version: 5.2.0
Bundle-Description: HTTP/HTTPS Server
Bundle-Vendor: Knopflerfish
Bundle-APIVendor: OSGi
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/io/io/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io
Bundle-SymbolicName: org.knopflerfish.bundle.io
Bundle-Version: 4.0.0
Bundle-Version: 4.1.0
Bundle-Description: IO
Bundle-Vendor: Knopflerfish
Bundle-Category: service
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/metatype/kf_metatype/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: KF-XML-Metatype
Bundle-SymbolicName: org.knopflerfish.bundle.kf_metatype
Bundle-Version: 5.0.2
Bundle-Version: 5.1.0
Bundle-Category: utility
Bundle-Description: XML format support for CM and Metatype
Bundle-Vendor: Knopflerfish,nanoxml
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/metatype/metatype_api/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: metatype
Bundle-SymbolicName: org.knopflerfish.bundle.metatype
Bundle-Version: 4.0.0
Bundle-Version: 4.1.0
Bundle-Category: osgi
Bundle-Description: Metatype API
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/position/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: position
Bundle-SymbolicName: org.knopflerfish.bundle.position
Bundle-Version: 4.0.0
Bundle-Version: 4.1.0
Bundle-Description: Position API
Bundle-Vendor: Knopflerfish
Bundle-APIVendor: OSGi
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/prefs/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Prefs
Bundle-SymbolicName: org.knopflerfish.bundle.prefs
Bundle-Version: 4.0.2
Bundle-Version: 4.1.0
Bundle-Description: Preferences
Bundle-Vendor: Knopflerfish
Bundle-APIVendor: OSGi
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/provisioning/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: provisioning
Bundle-SymbolicName: org.knopflerfish.bundle.provisioning
Bundle-Version: 4.0.0
Bundle-Version: 4.1.0
Bundle-Category: osgi
Bundle-Description: Initial Provisioning
Bundle-Vendor: Knopflerfish
Expand Down
4 changes: 2 additions & 2 deletions osgi/bundles/remoteserviceadmin/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Remote Service Admin
Bundle-SymbolicName: org.knopflerfish.bundle.remoteserviceadmin
Bundle-Version: 1.0.0
Bundle-Version: 1.1.0
Bundle-Category: osgi
Bundle-Description: OSGi specified remote service admin service
Bundle-Vendor: Knopflerfish
Expand All @@ -18,4 +18,4 @@ Bundle-GitURL: https://github.com/knopflerfish/knopflerfish.org/tree/master
Require-Capability: osgi.ee;filter:="(&(osgi.ee=OSGi/Minimum)(version>=1.2))"
api-Import-Package: org.osgi.framework;version="[1.7,2)",
org.osgi.resource;version="[1.0,2)",
org.osgi.service.remoteserviceadmin;version="[1.0.1,1.1)"
org.osgi.service.remoteserviceadmin;version="[1.1,1.2)"
2 changes: 1 addition & 1 deletion osgi/bundles/repository/repository_api/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repository
Bundle-SymbolicName: org.knopflerfish.bundle.repository
Bundle-Version: 1.0.0
Bundle-Version: 1.1.0
Bundle-Category: osgi
Bundle-Description: Repository API
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/repository/repository_xml/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: repository xml
Bundle-SymbolicName: org.knopflerfish.bundle.repository.xml
Bundle-Version: 1.0.2
Bundle-Version: 1.1.0
Bundle-Category: utility
Bundle-Description: Xml Backed Repository
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/repository/repositorymanager/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Repository-Manager
Bundle-SymbolicName: org.knopflerfish.bundle.repositorymanager
Bundle-Version: 1.2.0
Bundle-Version: 1.3.0
Bundle-Activator: org.knopflerfish.bundle.repositorymanager.Activator
Bundle-Description: Repository Manager
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/resolver/resolver_api/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: resolver
Bundle-SymbolicName: org.knopflerfish.bundle.resolver
Bundle-Version: 1.0.0
Bundle-Version: 1.1.0
Bundle-Category: osgi
Bundle-Description: Resolver API
Bundle-Vendor: Knopflerfish
Expand Down
4 changes: 2 additions & 2 deletions osgi/bundles/serviceloader/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Service Loader
Bundle-SymbolicName: org.knopflerfish.bundle.serviceloader
Bundle-Version: 1.0.0
Bundle-Version: 1.1.0
Bundle-Category: osgi
Bundle-Description: OSGi specified serviceloader service
Bundle-Vendor: Knopflerfish
Expand All @@ -16,4 +16,4 @@ Bundle-DocURL: http://www.knopflerfish.org/releases/current/docs/bundledoc
Bundle-GitURL: https://github.com/knopflerfish/knopflerfish.org/tree/master
/osgi/bundles/serviceloader/
Require-Capability: osgi.ee;filter:="(&(osgi.ee=OSGi/Minimum)(version>=1.2))"
api-Import-Package: org.osgi.resource,org.osgi.service.serviceloader;version="[1,1.1)"
api-Import-Package: org.osgi.resource,org.osgi.service.serviceloader;version="[1.1,1.2)"
2 changes: 1 addition & 1 deletion osgi/bundles/upnp/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: upnp
Bundle-SymbolicName: org.knopflerfish.bundle.upnp
Bundle-Version: 4.0.0
Bundle-Version: 4.1.0
Bundle-Category: osgi
Bundle-Description: UPnP
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/wireadmin/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: wireadmin
Bundle-SymbolicName: org.knopflerfish.bundle.wireadmin
Bundle-Version: 5.0.0
Bundle-Version: 5.1.0
Bundle-Category: osgi
Bundle-Description: WireAdmin
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion osgi/bundles/xml/xml/bundle.manifest
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: xml
Bundle-SymbolicName: org.knopflerfish.bundle.xml
Bundle-Version: 4.0.0
Bundle-Version: 4.1.0
Bundle-Category: osgi
Bundle-Description: XML
Bundle-Vendor: Knopflerfish
Expand Down
2 changes: 1 addition & 1 deletion release_notes.in.md
Expand Up @@ -88,7 +88,7 @@ OSGi Compendium Specification
### Measurement 4.1.0
* Updated API classes to match OSGi R6.

### Metatype API 5.1.0
### Metatype API 4.1.0
* Updated API classes to match OSGi R6, new minor version 1.3.

### Metatype Annotations API 1.0.0
Expand Down

0 comments on commit 0b0a962

Please sign in to comment.