Skip to content

Commit

Permalink
Update to 1.7.0 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Feb 24, 2020
1 parent aff20ba commit 05dc252
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 8 deletions.
Binary file modified build/artifacts.jar
Binary file not shown.
Binary file modified build/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions build/karaf-features.xml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
name="ecf-remoteservices-hazelcast-1.6.1">
name="ecf-remoteservices-hazelcast-1.7.0">

<repository>http://download.eclipse.org/rt/ecf/RELEASE/site.p2/karaf-features.xml</repository>

<feature name="ecf-rs-hazelcast-deps" version="1.6.1"
<feature name="ecf-rs-hazelcast-deps" version="1.7.0"
description="ECF Hazelcast Dependencies Support. See https://github.com/ECF/HazelcastProvider">
<feature>ecf-rs-rsa</feature>
<feature>ecf-rs-console</feature>
<feature>transaction-api</feature>
<bundle>mvn:com.hazelcast/hazelcast-all/3.12.3</bundle>
<bundle>mvn:com.hazelcast/hazelcast-all/4.0</bundle>
</feature>

<feature name="ecf-rs-distribution-hazelcast" version="1.6.1"
<feature name="ecf-rs-distribution-hazelcast" version="1.7.0"
description="ECF Hazelcast Distribution Provider Support. See https://github.com/ECF/HazelcastProvider">
<feature>ecf-rs-hazelcast-deps</feature>
<feature>ecf-rs-distribution-generic</feature>
<bundle>https://raw.githubusercontent.com/ECF/HazelcastProvider/master/build/plugins/javax.jms_1.1.0.v201205091237.jar
</bundle>
<bundle>https://raw.githubusercontent.com/ECF/HazelcastProvider/master/build/plugins/org.eclipse.ecf.provider.jms_1.10.100.201806152009.jar
</bundle>
<bundle>https://raw.githubusercontent.com/ECF/HazelcastProvider/master/build/plugins/org.eclipse.ecf.provider.jms.hazelcast_1.5.0.201910271758.jar
<bundle>https://raw.githubusercontent.com/ECF/HazelcastProvider/master/build/plugins/org.eclipse.ecf.provider.jms.hazelcast_1.6.0.202002231808.jar
</bundle>
</feature>

<feature name="ecf-rs-discovery-hazelcast" version="1.6.1"
<feature name="ecf-rs-discovery-hazelcast" version="1.7.0"
description="ECF Hazelcast Discovery Provider Support. See https://github.com/ECF/HazelcastProvider">
<feature>ecf-rs-hazelcast-deps</feature>
<bundle>https://raw.githubusercontent.com/ECF/HazelcastProvider/master/build/plugins/org.eclipse.ecf.discovery.provider.hazelcast_1.1.1.201910271758.jar
<bundle>https://raw.githubusercontent.com/ECF/HazelcastProvider/master/build/plugins/org.eclipse.ecf.discovery.provider.hazelcast_1.2.0.202002231808.jar
</bundle>
</feature>

<feature name="ecf-rs-hazelcast" version="1.6.1"
<feature name="ecf-rs-hazelcast" version="1.7.0"
description="ECF Hazelcast Distribution and Discovery Provider Support. See https://github.com/ECF/HazelcastProvider">
<feature>ecf-rs-discovery-hazelcast</feature>
<feature>ecf-rs-distribution-hazelcast</feature>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 05dc252

Please sign in to comment.