Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorslewis2018-05-06 19:35:03 +0000
committerslewis2018-05-06 19:35:03 +0000
commit544906ab942a826de4e5e39184c668c121dbb135 (patch)
tree7b2a4eb9a20d1b24109a5084f89d08d5313856d3 /releng
parentdeb7f87519f4be64bffd58767c95e8a84a06229c (diff)
downloadorg.eclipse.ecf-544906ab942a826de4e5e39184c668c121dbb135.tar.gz
org.eclipse.ecf-544906ab942a826de4e5e39184c668c121dbb135.tar.xz
org.eclipse.ecf-544906ab942a826de4e5e39184c668c121dbb135.zip
Added dep on org.eclipse.ecf.console feature to assure that bundle would
be included. Updated feature version number also Change-Id: I53754675443e4d7642e6e4fa3459c75ebea36ccf
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml3
-rw-r--r--releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml b/releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml
index c5b012b0d..d99594de1 100644
--- a/releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.osgi.services.feature"
label="ECF Remote Services Admin"
- version="2.3.0.qualifier"
+ version="2.3.1.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
@@ -39,6 +39,7 @@ https://wiki.eclipse.org/ECF#OSGi_Remote_Services
<requires>
<import feature="org.eclipse.ecf.discovery.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.remoteservice.feature" version="2.1" match="compatible"/>
+ <import feature="org.eclipse.ecf.console.feature" version="1.1.0.qualifier"/>
</requires>
<plugin
diff --git a/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml b/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
index 9809b60cc..3c18327da 100644
--- a/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
+++ b/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.osgi.services.feature</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top