Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjörn Svensson2019-10-06 15:50:38 +0000
committerTorbjörn Svensson2019-10-12 19:26:28 +0000
commit3135b975c19b87c9602d19c9a2ed6881c5c7ca6f (patch)
tree4cb70e20ee5a3cf26c9f0adcf1ba5d940ca71370 /releng/features/org.eclipse.ecf.discovery.jmdns.feature
parentf98e978557da61e452474066ac2a008698205733 (diff)
downloadorg.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.tar.gz
org.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.tar.xz
org.eclipse.ecf-3135b975c19b87c9602d19c9a2ed6881c5c7ca6f.zip
Bug 551818: Fix broken link in about.html
Change-Id: I54f523bc9a82f2e3e3b8d8bff531f346452b9ecf Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
Diffstat (limited to 'releng/features/org.eclipse.ecf.discovery.jmdns.feature')
-rw-r--r--releng/features/org.eclipse.ecf.discovery.jmdns.feature/about.html2
-rw-r--r--releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml2
-rw-r--r--releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/releng/features/org.eclipse.ecf.discovery.jmdns.feature/about.html b/releng/features/org.eclipse.ecf.discovery.jmdns.feature/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/releng/features/org.eclipse.ecf.discovery.jmdns.feature/about.html
+++ b/releng/features/org.eclipse.ecf.discovery.jmdns.feature/about.html
@@ -22,7 +22,7 @@ being redistributed by another party (&quot;Redistributor&quot;) 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.discovery.jmdns.feature/feature.xml b/releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml
index 398ed6347..9dc185390 100644
--- a/releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.ecf.discovery.jmdns.feature"
label="ECF Discovery Zeroconf Provider"
- version="1.0.0.qualifier"
+ version="1.0.1.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml b/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml
index d9f97d02d..4bbaef81f 100644
--- a/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml
+++ b/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.discovery.jmdns.feature</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top