Skip to content

Commit

Permalink
Fixed discovery capability version. Updated bundle version 1.0.7 to
Browse files Browse the repository at this point in the history
1.0.8
  • Loading branch information
scottslewis committed Sep 11, 2021
1 parent d2eff7e commit 074181f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.ecf.provider.etcd3/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ javac.source=1.8
javac.target=1.8

package-version = 1.0.2
Bundle-Version: 1.0.7.${tstamp}
Bundle-Version: 1.0.8.${tstamp}

-runfw: org.apache.felix.framework;version='[7.0.0,7.0.0]'
-runee: JavaSE-1.8

Import-Package: com.google.common.util.concurrent;version="26.0", org.osgi.framework;version="1.8", *

Provide-Capability: osgi.remoteserviceadmin.discovery;protocols:List<String>="ETCD,etcd3,ecf.discovery.etcd3,ecf.discovery.etcd3.locator,ecf.discovery.etcd3.advertiser";version:Version=1.0.5
Provide-Capability: osgi.remoteserviceadmin.discovery;protocols:List<String>="ETCD,etcd3,ecf.discovery.etcd3,ecf.discovery.etcd3.locator,ecf.discovery.etcd3.advertiser";version:Version=1.1.0

Bundle-Activator: org.eclipse.ecf.provider.etcd3.Activator
Bundle-Name: ECF Etcd3 Discovery Provider
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.ecf.provider.etcd3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>org.eclipse.ecf.provider.etcd3</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 074181f

Please sign in to comment.