You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ra...@apache.org on 2014/12/30 23:34:55 UTC

svn commit: r1648617 - /deltaspike/site/trunk/content/

Author: rafabene
Date: Tue Dec 30 22:34:55 2014
New Revision: 1648617

URL: http://svn.apache.org/r1648617
Log:
Site checkin for project Apache DeltaSpike Site

Modified:
    deltaspike/site/trunk/content/addons.html
    deltaspike/site/trunk/content/articles.html
    deltaspike/site/trunk/content/community.html
    deltaspike/site/trunk/content/documentation.html
    deltaspike/site/trunk/content/download.html
    deltaspike/site/trunk/content/examples.html
    deltaspike/site/trunk/content/external.html
    deltaspike/site/trunk/content/javadoc.html
    deltaspike/site/trunk/content/migration-guide.html
    deltaspike/site/trunk/content/news.html
    deltaspike/site/trunk/content/release-preparation.html
    deltaspike/site/trunk/content/steps_for_a_release.html
    deltaspike/site/trunk/content/suggested-git-workflows.html

Modified: deltaspike/site/trunk/content/addons.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/addons.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/addons.html (original)
+++ deltaspike/site/trunk/content/addons.html Tue Dec 30 22:34:55 2014
@@ -242,7 +242,7 @@ body {
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/articles.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/articles.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/articles.html (original)
+++ deltaspike/site/trunk/content/articles.html Tue Dec 30 22:34:55 2014
@@ -268,7 +268,7 @@ body {
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/community.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/community.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/community.html (original)
+++ deltaspike/site/trunk/content/community.html Tue Dec 30 22:34:55 2014
@@ -395,7 +395,7 @@ find <a href="http://people.apache.org/~
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/documentation.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation.html (original)
+++ deltaspike/site/trunk/content/documentation.html Tue Dec 30 22:34:55 2014
@@ -293,7 +293,7 @@ have a look at the <a href="suggested-gi
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/download.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/download.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/download.html (original)
+++ deltaspike/site/trunk/content/download.html Tue Dec 30 22:34:55 2014
@@ -327,7 +327,7 @@ $ gpg --verify deltaspike-project-1.2.1-
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/examples.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/examples.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/examples.html (original)
+++ deltaspike/site/trunk/content/examples.html Tue Dec 30 22:34:55 2014
@@ -212,7 +212,7 @@ body {
 <p>Extract the archive contents</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="shell">$ unzip deltaspike-project-&lt;version&gt;-source-release.zip</code></pre>
+<pre>$ unzip deltaspike-project-1.2.1-source-release.zip</pre>
 </div>
 </div>
 </li>
@@ -220,8 +220,8 @@ body {
 <p>Build the projects</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="shell">$ cd /path/to/deltaspike-project-&lt;version&gt;/examples
-$ mvn clean package</code></pre>
+<pre>$ cd /path/to/deltaspike-project-1.2.1/examples
+$ mvn clean package</pre>
 </div>
 </div>
 </li>
@@ -249,7 +249,7 @@ $ mvn clean package</code></pre>
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/external.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/external.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/external.html (original)
+++ deltaspike/site/trunk/content/external.html Tue Dec 30 22:34:55 2014
@@ -302,7 +302,7 @@ body {
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/javadoc.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/javadoc.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/javadoc.html (original)
+++ deltaspike/site/trunk/content/javadoc.html Tue Dec 30 22:34:55 2014
@@ -269,7 +269,7 @@ $ ./javadoc.sh</code></pre>
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/migration-guide.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/migration-guide.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/migration-guide.html (original)
+++ deltaspike/site/trunk/content/migration-guide.html Tue Dec 30 22:34:55 2014
@@ -385,7 +385,7 @@ might haven&#8217;t seen so far, we will
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/news.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/news.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/news.html (original)
+++ deltaspike/site/trunk/content/news.html Tue Dec 30 22:34:55 2014
@@ -635,7 +635,7 @@ members):</p>
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/release-preparation.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/release-preparation.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/release-preparation.html (original)
+++ deltaspike/site/trunk/content/release-preparation.html Tue Dec 30 22:34:55 2014
@@ -246,7 +246,7 @@ only if they are optional, etc! See
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/steps_for_a_release.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/steps_for_a_release.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/steps_for_a_release.html (original)
+++ deltaspike/site/trunk/content/steps_for_a_release.html Tue Dec 30 22:34:55 2014
@@ -540,7 +540,7 @@ Enjoy!
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>

Modified: deltaspike/site/trunk/content/suggested-git-workflows.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/suggested-git-workflows.html?rev=1648617&r1=1648616&r2=1648617&view=diff
==============================================================================
--- deltaspike/site/trunk/content/suggested-git-workflows.html (original)
+++ deltaspike/site/trunk/content/suggested-git-workflows.html Tue Dec 30 22:34:55 2014
@@ -467,7 +467,7 @@ $ git branch -d DELTASPIKE-XXX</pre>
         <hr>
 
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation, 
+          <p>Copyright © 2011-2014 The Apache Software Foundation,
             Licensed under the Apache License, Version 2.0.</p>
           <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>