Skip to content

Commit

Permalink
Updates for 2.8.1 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Jun 11, 2018
1 parent cd64451 commit 8c6301c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.ecf.provider.py4/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Py4j RemoteService Provider
Bundle-SymbolicName: org.eclipse.ecf.provider.py4j
Bundle-Version: 2.2.1.qualifier
Bundle-Version: 2.2.2.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.ecf.core;version="3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.ecf.provider.py4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<relativePath>../../</relativePath>
</parent>
<artifactId>org.eclipse.ecf.provider.py4j</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
public class Py4jProviderImpl extends AbstractDirectProvider implements RemoteServiceAdminListener, Py4jProvider {

protected static final String[] py4jSupportedIntents = { "passByReference", "exactlyOnce", "ordered", "py4j", "py4j.async", "osgi.async", "osgi.basic", "osgi.private", "osgi.confidential" };
protected static final String[] py4jSupportedIntents = { "passByReference", "exactlyOnce", "ordered", "py4j", "py4j.async", "osgi.async", "osgi.private", "osgi.confidential" };

protected ID localId;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Py4j Protobuf
Bundle-SymbolicName: org.eclipse.ecf.provider.py4j.protobuf
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.4.1.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.protobuf;version="3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.ecf.provider.py4j.protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</parent>
<artifactId>org.eclipse.ecf.provider.py4j.protobuf</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class ProtobufPy4jProviderImpl extends Py4jProviderImpl
implements RemoteServiceAdminListener, Py4jProvider, DirectProvider {

protected static final String[] py4jProtobufSupportedIntents = { "passByValue", "exactlyOnce", "ordered", "py4j",
"py4j.protobuf", "py4j.async", "osgi.async", "osgi.basic", "osgi.private", "osgi.confidential" };
"py4j.protobuf", "py4j.async", "osgi.async", "osgi.private", "osgi.confidential" };

protected void bindEndpointEventListener(EndpointEventListener eel, @SuppressWarnings("rawtypes") Map props) {
super.bindEndpointEventListener(eel, props);
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.ecf.provider.py4j.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.provider.py4j.feature"
label="ECF Py4j Remote Services Provider Feature"
version="2.8.0.qualifier"
label="ECF Py4j Remote Services Distribution Provider Feature"
version="2.8.1.qualifier"
provider-name="Eclipse.org - ECF">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.ecf.provider.py4j.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<relativePath>../../</relativePath>
</parent>
<artifactId>org.eclipse.ecf.provider.py4j.feature</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit 8c6301c

Please sign in to comment.