Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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