Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/features/org.eclipse.ecf.osgi.services.feature')
-rw-r--r--releng/features/org.eclipse.ecf.osgi.services.feature/about.html2
-rw-r--r--releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/releng/features/org.eclipse.ecf.osgi.services.feature/about.html b/releng/features/org.eclipse.ecf.osgi.services.feature/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/releng/features/org.eclipse.ecf.osgi.services.feature/about.html
+++ b/releng/features/org.eclipse.ecf.osgi.services.feature/about.html
@@ -22,7 +22,7 @@ being redistributed by another party ("Redistributor") and different t
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html> \ No newline at end of file
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 d71daa883..69ac6d11c 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.4.1.qualifier"
+ version="2.4.2.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
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 b666b0cc0..ebfff2a9b 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.4.1-SNAPSHOT</version>
+ <version>2.4.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top