svn commit: r1350525 - in /cocoon/trunk/site: cocoon-configuration-site/pom.xml cocoon-configuration-site/src/site/xdoc/index.xml cocoon-subprojects-site/pom.xml cocoon-subprojects-site/src/site/xdoc/index.xml

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: ilgrosso
Date: Fri Jun 15 08:31:50 2012
New Revision: 1350525

URL: http://svn.apache.org/viewvc?rev=1350525&view=rev
Log:
Updating subprojects site due to recent releases

Modified:
    cocoon/trunk/site/cocoon-configuration-site/pom.xml
    cocoon/trunk/site/cocoon-configuration-site/src/site/xdoc/index.xml
    cocoon/trunk/site/cocoon-subprojects-site/pom.xml
    cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml

Modified: cocoon/trunk/site/cocoon-configuration-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-configuration-site/pom.xml?rev=1350525&r1=1350524&r2=1350525&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-configuration-site/pom.xml (original)
+++ cocoon/trunk/site/cocoon-configuration-site/pom.xml Fri Jun 15 08:31:50 2012
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>9</version>
     <relativePath/>
   </parent>
   

Modified: cocoon/trunk/site/cocoon-configuration-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-configuration-site/src/site/xdoc/index.xml?rev=1350525&r1=1350524&r2=1350525&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-configuration-site/src/site/xdoc/index.xml (original)
+++ cocoon/trunk/site/cocoon-configuration-site/src/site/xdoc/index.xml Fri Jun 15 08:31:50 2012
@@ -33,7 +33,7 @@
 <td>
 <p><a href="configuration-api/index.html">Configuration API</a></p>
 </td>
-<td><a href="configuration-api/index.html">1.0</a></td>
+<td><a href="configuration-api/index.html">1.0.4</a></td>
 <td>
 <p>The Configuration API is a simple but powerful API for handling configuration
 issues inside your application. It provides a standard mechanism for getting
@@ -45,7 +45,7 @@ configuration values inside your applica
 <p><a href="spring-configurator/index.html">Spring Configurator</a></p>
 </td>
 <td>
-<p><a href="spring-configurator/index.html">2.1 </a></p>
+<p><a href="spring-configurator/index.html">2.0 </a></p>
 </td>
 <td>
 <p>The Spring Configurator is a useful component providing support in common
@@ -71,6 +71,30 @@ configuration issues when using the Spri
 </tr>
 <tr class="a">
 <td>
+<p><strong>Cocoon Configuration 1.0.4</strong></p>
+</td>
+<td>
+<p>Contains the Configuration API and the Spring Configurator sources</p>
+</td>
+<td>
+<p>
+<a href="http://www.apache.org/dyn/closer.cgi/cocoon/subprojects/configuration/configuration-api/1.0.4/cocoon-configuration-api-1.0.4-source-release.zip">
+cocoon-configuration-api-1.0.4-source-release.zip </a>
+</p>
+</td>
+<td>
+<p>
+<a href="http://www.apache.org/dist/cocoon/subprojects/configuration/configuration-api/1.0.4/cocoon-configuration-api-1.0.4-source-release.zip.asc">
+pgp </a>
+<a href="http://www.apache.org/dist/cocoon/subprojects/configuration/configuration-api/1.0.4/cocoon-configuration-api-1.0.4-source-release.zip.md5">
+md5 </a>
+<a href="http://www.apache.org/dist/cocoon/subprojects/configuration/configuration-api/1.0.4/cocoon-configuration-api-1.0.4-source-release.zip.sha1">
+sha1 </a>
+</p>
+</td>
+</tr>
+<tr class="a">
+<td>
 <p><strong>Cocoon Configuration 1.0.2</strong></p>
 </td>
 <td>
@@ -80,7 +104,7 @@ binaries, javadocs, docs</p>
 <td>
 <p>
 <a href="http://www.apache.org/dyn/closer.cgi/cocoon/subprojects/configuration/cocoon-configuration-1.0.2.zip">
-cocoon-configuration-1.0.2.zip </a> <br/>
+cocoon-configuration-1.0.2.zip </a>
 <a href="http://www.apache.org/dyn/closer.cgi/cocoon/subprojects/configuration/cocoon-configuration-1.0.2.tar.gz">
 cocoon-configuration-1.0.2.tar.gz </a></p>
 </td>
@@ -142,4 +166,4 @@ sha1 </a></p>
   &lt;version&gt;2.1.0&lt;/version&gt;
 &lt;/dependency&gt;
 </pre></div></div>
-       </body></document>
\ No newline at end of file
+       </body></document>

Modified: cocoon/trunk/site/cocoon-subprojects-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-subprojects-site/pom.xml?rev=1350525&r1=1350524&r2=1350525&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-subprojects-site/pom.xml (original)
+++ cocoon/trunk/site/cocoon-subprojects-site/pom.xml Fri Jun 15 08:31:50 2012
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>9</version>
     <relativePath/>
   </parent>
   

Modified: cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml?rev=1350525&r1=1350524&r2=1350525&view=diff
==============================================================================
--- cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml (original)
+++ cocoon/trunk/site/cocoon-subprojects-site/src/site/xdoc/index.xml Fri Jun 15 08:31:50 2012
@@ -105,6 +105,7 @@
               </td>
               <td>
                 <p>
+                  <a href="block-deployment/index.html">1.2.1</a>
                   <a href="block-deployment/index.html">1.1</a>
                 </p>
               </td>
@@ -117,4 +118,4 @@
       </div>
     </div>
   </body>
-</document>
\ No newline at end of file
+</document>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.