Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.collab')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF2
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/about.html2
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF
index f4a07c32c..ee4de8a9f 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.example.collab;singleton:=true
Automatic-Module-Name: org.eclipse.ecf.example.collab
-Bundle-Version: 2.0.100.qualifier
+Bundle-Version: 2.0.101.qualifier
Bundle-Activator: org.eclipse.ecf.internal.example.collab.ClientPlugin
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/about.html b/examples/bundles/org.eclipse.ecf.example.collab/about.html
index 4c79781a5..9f1dc0dd5 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/about.html
+++ b/examples/bundles/org.eclipse.ecf.example.collab/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/examples/bundles/org.eclipse.ecf.example.collab/pom.xml b/examples/bundles/org.eclipse.ecf.example.collab/pom.xml
index 85205dc65..d2cea3222 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/pom.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.example.collab</artifactId>
- <version>2.0.100-SNAPSHOT</version>
+ <version>2.0.101-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top