Author: nacx
Date: Mon Oct 23 11:01:55 2017
New Revision: 1812993
URL: http://svn.apache.org/viewvc?rev=1812993&view=rev
Log:
Update site
Modified:
jclouds/site-content/blog/2014/10/25/poodle-and-jclouds/index.html
jclouds/site-content/blog/atom.xml
jclouds/site-content/guides/profitbricks/index.html
Modified: jclouds/site-content/blog/2014/10/25/poodle-and-jclouds/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/2014/10/25/poodle-and-jclouds/index.html?rev=1812993&r1=1812992&r2=1812993&view=diff
==============================================================================
--- jclouds/site-content/blog/2014/10/25/poodle-and-jclouds/index.html
(original)
+++ jclouds/site-content/blog/2014/10/25/poodle-and-jclouds/index.html Mon Oct
23 11:01:55 2017
@@ -187,7 +187,7 @@
<ul>
<li>Discussion on the potential impact of POODLE on your applications: <a
href="https://www.netmeister.org/blog/poodle.html">https://www.netmeister.org/blog/poodle.html</a></li>
-<li>Question about Java HTTP clients and POODLE: <a
href="http://stackanswers.com/questions/26429751/java-http-clients-and-poodle">http://stackanswers.com/questions/26429751/java-http-clients-and-poodle</a></li>
+<li>Question about Java HTTP clients and POODLE: <a
href="https://stackoverflow.com/questions/26429751/java-http-clients-and-poodle">https://stackoverflow.com/questions/26429751/java-http-clients-and-poodle</a></li>
<li>Umbrella jclouds JIRA issue: <a
href="https://issues.apache.org/jira/browse/JCLOUDS-753">JCLOUDS-753</a></li>
<li>Apache HC HTTP driver issue: <a
href="https://issues.apache.org/jira/browse/JCLOUDS-759">JCLOUDS-759</a></li>
</ul>
Modified: jclouds/site-content/blog/atom.xml
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/atom.xml?rev=1812993&r1=1812992&r2=1812993&view=diff
==============================================================================
--- jclouds/site-content/blog/atom.xml (original)
+++ jclouds/site-content/blog/atom.xml Mon Oct 23 11:01:55 2017
@@ -156,7 +156,7 @@
<ul>
<li>Discussion on the potential impact of POODLE on your applications: <a
href="https://www.netmeister.org/blog/poodle.html">https://www.netmeister.org/blog/poodle.html</a></li>
-<li>Question about Java HTTP clients and POODLE: <a
href="http://stackanswers.com/questions/26429751/java-http-clients-and-poodle">http://stackanswers.com/questions/26429751/java-http-clients-and-poodle</a></li>
+<li>Question about Java HTTP clients and POODLE: <a
href="https://stackoverflow.com/questions/26429751/java-http-clients-and-poodle">https://stackoverflow.com/questions/26429751/java-http-clients-and-poodle</a></li>
<li>Umbrella jclouds JIRA issue: <a
href="https://issues.apache.org/jira/browse/JCLOUDS-753">JCLOUDS-753</a></li>
<li>Apache HC HTTP driver issue: <a
href="https://issues.apache.org/jira/browse/JCLOUDS-759">JCLOUDS-759</a></li>
</ul>
Modified: jclouds/site-content/guides/profitbricks/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/guides/profitbricks/index.html?rev=1812993&r1=1812992&r2=1812993&view=diff
==============================================================================
--- jclouds/site-content/guides/profitbricks/index.html (original)
+++ jclouds/site-content/guides/profitbricks/index.html Mon Oct 23 11:01:55 2017
@@ -203,16 +203,18 @@
</ul>
-<pre><code class="java"> javac -version
-</code></pre>
+<p><code>java
+ javac -version
+</code></p>
<ul>
<li>Ensure you are using <a
href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven
version 3</a> or later. You can check this by running:</li>
</ul>
-<pre><code class="java"> mvn -version
-</code></pre>
+<p><code>java
+ mvn -version
+</code></p>
<p>Now that you have validated the pre-requisities, you will want to do the
following:</p>