Removed last remnants of old PlantUML update site
diff --git a/org.eclipse.capra.documentation/docu/capraDocumentation.html b/org.eclipse.capra.documentation/docu/capraDocumentation.html
index 75c1c93..8822a78 100644
--- a/org.eclipse.capra.documentation/docu/capraDocumentation.html
+++ b/org.eclipse.capra.documentation/docu/capraDocumentation.html
@@ -12,11 +12,11 @@
 		<h3 id="getting-started">Getting Started</h3>
 		<p>This section describes the prerequisites to run Capra and how to install the tool.</p>
 		<h4 id="prerequisites">Prerequisites</h4>
-		<p>Before downloading and using Capra, first download a distribution of the Eclipse Modeling Environment (Eclipse V 4.5 (Mars)) and make sure you have the following installed:</p>
+		<p>Before downloading and using Capra, first download a distribution of the Eclipse Modeling Environment and make sure you have the following installed:</p>
 		<ul>
 			<li>
 				<a href="http://plantuml.com/eclipse.html">PlantUML</a>: Use the nightlies 
-				<a href="http://files.idi.ntnu.no/publish/plantuml/repository/">update site</a> in Eclipse&#8217;s &#8220;Install new software...&#8221; feature. Version 1.1.11 or higher should be installed through this link. Older versions advertised on the website will not work! It might also be necessary to install 
+				<a href="http://hallvard.github.io/plantuml/">update site</a> in Eclipse&#8217;s &#8220;Install new software...&#8221; feature. Version 1.1.11 or higher should be installed through this link. Older versions advertised on the website will not work! It might also be necessary to install 
 				<a href="http://www.graphviz.org">Graphviz</a> binaries on your system to view the visualisation of traceability links.
 			</li>
 			<li>
diff --git a/org.eclipse.capra.documentation/docu/capraDocumentation.textile b/org.eclipse.capra.documentation/docu/capraDocumentation.textile
index e8ab72a..e609891 100644
--- a/org.eclipse.capra.documentation/docu/capraDocumentation.textile
+++ b/org.eclipse.capra.documentation/docu/capraDocumentation.textile
@@ -14,9 +14,9 @@
 
 h4(#prerequisites). Prerequisites
 
-Before downloading and using Capra, first download a distribution of the Eclipse Modeling Environment (Eclipse V 4.5 (Mars)) and make sure you have the following installed:
+Before downloading and using Capra, first download a distribution of the Eclipse Modeling Environment and make sure you have the following installed:
 
-* "PlantUML":http://plantuml.com/eclipse.html: Use the nightlies "update site":http://basar.idi.ntnu.no/svn/tdt4100/anonymous/trunk/updatesite in Eclipse's "Install new software..." feature. Version 1.1.11 or higher should be installed through this link. Older versions advertised on the website will not work! It might also be necessary to install "Graphviz":http://www.graphviz.org binaries on your system to view the visualisation of traceability links.
+* "PlantUML":http://plantuml.com/eclipse.html: Use the nightlies "update site":http://hallvard.github.io/plantuml/ in Eclipse's "Install new software..." feature. Version 1.1.11 or higher should be installed through this link. Older versions advertised on the website will not work! It might also be necessary to install "Graphviz":http://www.graphviz.org binaries on your system to view the visualisation of traceability links.
 * "Xcore":https://wiki.eclipse.org/Xcore: Install through Eclipse's "Install new software..." feature. Select the Mars distribution "http://download.eclipse.org/releases/mars/" in the work with field. 
 * "Mylyn":https://www.eclipse.org/mylyn/: Install the "Mylyn Builds Connector: Hudson/Jenkins" through Eclipse's "Install new software..." feature
 * "C/C++ Development Tools":https://www.eclipse.org/cdt/: : Use Eclipse's "Install new software..." feature
diff --git a/org.eclipse.capra.releng.p2/pom.xml b/org.eclipse.capra.releng.p2/pom.xml
index 88f335d..f954cc0 100644
--- a/org.eclipse.capra.releng.p2/pom.xml
+++ b/org.eclipse.capra.releng.p2/pom.xml
@@ -62,12 +62,6 @@
               <symbols>
                 <update.site.name>${project.parent.name}</update.site.name>
               </symbols>
-
-              <associateSites>
-                <site>http://download.eclipse.org/releases/neon</site>
-                <site>http://files.idi.ntnu.no/publish/plantuml/repository/</site>
-                <site>http://download.eclipse.org/rmf/updates/releases</site>
-              </associateSites>
             </configuration>
           </execution>
         </executions>