Adjustment to dependencies to allow for new org.eclipse.ecf 3.10 Change-Id: I36cfdc1326f792e509d79c68c1531bb68cbc46e3
diff --git a/releng/features/org.eclipse.ecf.console.feature/feature.xml b/releng/features/org.eclipse.ecf.console.feature/feature.xml index f74b10b..8eea8f0 100644 --- a/releng/features/org.eclipse.ecf.console.feature/feature.xml +++ b/releng/features/org.eclipse.ecf.console.feature/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.ecf.console.feature" label="ECF Console Feature" - version="1.2.101.qualifier" + version="1.3.0.qualifier" provider-name="Eclipse.org - ECF" license-feature="org.eclipse.license" license-feature-version="0.0.0"> @@ -21,7 +21,7 @@ </license> <requires> - <import plugin="org.eclipse.ecf"/> + <import plugin="org.eclipse.ecf" version="3.10.0" match="compatible"/> <import plugin="org.eclipse.ecf.identity"/> </requires>
diff --git a/releng/features/org.eclipse.ecf.console.feature/pom.xml b/releng/features/org.eclipse.ecf.console.feature/pom.xml index 619511a..8c5eb64 100644 --- a/releng/features/org.eclipse.ecf.console.feature/pom.xml +++ b/releng/features/org.eclipse.ecf.console.feature/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.ecf</groupId> <artifactId>org.eclipse.ecf.console.feature</artifactId> - <version>1.2.101-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/releng/features/org.eclipse.ecf.provider.generic.feature/feature.xml b/releng/features/org.eclipse.ecf.provider.generic.feature/feature.xml index 386ef3a..73c0f8c 100644 --- a/releng/features/org.eclipse.ecf.provider.generic.feature/feature.xml +++ b/releng/features/org.eclipse.ecf.provider.generic.feature/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.ecf.provider.generic.feature" label="ECF Generic Provider Feature" - version="1.1.0.qualifier" + version="1.1.1.qualifier" provider-name="Eclipse.org - ECF" license-feature="org.eclipse.license" license-feature-version="0.0.0"> @@ -20,7 +20,7 @@ </license> <requires> - <import feature="org.eclipse.ecf.sharedobject.feature" version="1.0" match="compatible"/> + <import feature="org.eclipse.ecf.sharedobject.feature" version="1.1" match="compatible"/> </requires> <plugin
diff --git a/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml b/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml index 299e023..d1ee0ae 100644 --- a/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml +++ b/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.ecf</groupId> <artifactId>org.eclipse.ecf.provider.generic.feature</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml index 8a2cf16..cbcddfd 100644 --- a/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml +++ b/releng/features/org.eclipse.ecf.remoteservice.feature/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.ecf.remoteservice.feature" label="ECF Remote Services" - version="2.5.300.qualifier" + version="2.6.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> @@ -29,7 +29,7 @@ </license> <requires> - <import plugin="org.eclipse.ecf"/> + <import plugin="org.eclipse.ecf" version="3.10.0" match="compatible"/> <import plugin="org.eclipse.ecf.identity"/> </requires>
diff --git a/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml b/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml index e742bbf..452a78d 100644 --- a/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml +++ b/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml
@@ -10,6 +10,6 @@ </parent> <groupId>org.eclipse.ecf</groupId> <artifactId>org.eclipse.ecf.remoteservice.feature</artifactId> - <version>2.5.300-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml index ac30f12..53aebba 100644 --- a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml +++ b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
@@ -98,7 +98,7 @@ version="0.0.0"/> <requires> - <import plugin="org.eclipse.ecf"/> + <import plugin="org.eclipse.ecf" version="3.10.0" match="compatible"/> <import plugin="org.eclipse.ecf.identity"/> </requires>