Author: kmenard
Date: Thu Oct 12 06:58:55 2006
New Revision: 463254

URL: http://svn.apache.org/viewvc?view=rev&rev=463254
Log:
Added info on getting 2.0.x-incubating via maven2.

Modified:
    incubator/cayenne/site/target/download.html
    incubator/cayenne/site/xdocs/xml/download.xml

Modified: incubator/cayenne/site/target/download.html
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/site/target/download.html?view=diff&rev=463254&r1=463253&r2=463254
==============================================================================
--- incubator/cayenne/site/target/download.html (original)
+++ incubator/cayenne/site/target/download.html Thu Oct 12 06:58:55 2006
@@ -125,12 +125,38 @@
     </strong><br>
                                     <ul>
                        <li><a 
href="http://objectstyle.org/downloads/cayenne/nightly/?M=D";>Nightly 
Builds</a></li>
-                       <li>Maven2 Bundles are available from Ibiblio.
+                   </ul>
+                                                                            
+    <strong><br>
+    Maven 2<br>
+    </strong><br>
+                                    <ul>
+                       <li>Maven2 bundles for Cayenne 1.2.x are available from 
Ibiblio.
                        <ul><li>Repository URL: <a 
href="http://ibiblio.org/maven2/";>http://ibiblio.org/maven2/</a></li> 
                        <li>groupID: 
<strong>org.objectstyle.cayenne</strong></li> 
                        <li>artifactID: <strong>cayenne</strong>, 
<strong>cayenne-nodeps</strong> and 
<strong>cayenne-client-nodeps</strong></li></ul>
-                       </li>
-       </ul>
+                       </li>
+                   </ul>
+                                                <ul>
+                       <li>Maven2 bundles for Cayenne 2.0.x-incubating are 
available from Apache.
+                       <ul><li>Repository URL: <a 
href="http://people.apache.org/repo/m2-incubating-repository/";>http://people.apache.org/repo/m2-incubating-repository/</a></li>
 
+                       <li>groupID: <strong>org.apache.cayenne</strong></li> 
+                       <li>artifactID: <strong>cayenne</strong>, 
<strong>cayenne-nodeps</strong> and <strong>cayenne-client-nodeps</strong></li>
+                       <li>To access the repository, you'll need to add the 
following to your POM:
+<pre>
+&lt;repositories&gt;
+       &lt;repository&gt;
+               &lt;releases/&gt;
+               &lt;id&gt;apache.incubating.snapshots&lt;/id&gt;
+               
&lt;url&gt;http://people.apache.org/repo/m2-incubating-repository/&lt;/url&gt;
+       &lt;/repository&gt;
+&lt;/repositories&gt;
+</pre>
+                       </li>
+                       <li>Remember that version names have the "-incubating" 
suffix, so you'd request "2.0.1-incubating" rather than "2.0.1"</li>
+                       </ul>
+                   </li>
+                   </ul>
                                                                     <p>Cayenne 
distribution contains precompiled JAR files, full documentation and source 
code. 
             Nightly builds undergo automated testing, but may contain 
incomplete features and unstable
             code. Use them at your own risk. Note that usually only about 7 
latest nightly builds 

Modified: incubator/cayenne/site/xdocs/xml/download.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/site/xdocs/xml/download.xml?view=diff&rev=463254&r1=463253&r2=463254
==============================================================================
--- incubator/cayenne/site/xdocs/xml/download.xml (original)
+++ incubator/cayenne/site/xdocs/xml/download.xml Thu Oct 12 06:58:55 2006
@@ -29,18 +29,43 @@
        </ul>
 
                </subsection>
-
                
-    <subsection name="Other">
+                <subsection name="Other">
                    <ul>
                        <li><a 
href="http://objectstyle.org/downloads/cayenne/nightly/?M=D";>Nightly 
Builds</a></li>
-                       <li>Maven2 Bundles are available from Ibiblio.
+                   </ul>
+               </subsection>
+                   
+               <subsection name="Maven 2">
+                   <ul>
+                       <li>Maven2 bundles for Cayenne 1.2.x are available from 
Ibiblio.
                        <ul><li>Repository URL: <a 
href="http://ibiblio.org/maven2/";>http://ibiblio.org/maven2/</a></li> 
                        <li>groupID: 
<strong>org.objectstyle.cayenne</strong></li> 
                        <li>artifactID: <strong>cayenne</strong>, 
<strong>cayenne-nodeps</strong> and 
<strong>cayenne-client-nodeps</strong></li></ul>
-                       </li>
-       </ul>
-               </subsection>
+                       </li>
+                   </ul>
+
+                   <ul>
+                       <li>Maven2 bundles for Cayenne 2.0.x-incubating are 
available from Apache.
+                       <ul><li>Repository URL: <a 
href="http://people.apache.org/repo/m2-incubating-repository/";>http://people.apache.org/repo/m2-incubating-repository/</a></li>
 
+                       <li>groupID: <strong>org.apache.cayenne</strong></li> 
+                       <li>artifactID: <strong>cayenne</strong>, 
<strong>cayenne-nodeps</strong> and <strong>cayenne-client-nodeps</strong></li>
+                       <li>To access the repository, you'll need to add the 
following to your POM:
+<pre>
+&lt;repositories&gt;
+       &lt;repository&gt;
+               &lt;releases/&gt;
+               &lt;id>apache.incubating.snapshots&lt;/id&gt;
+               
&lt;url>http://people.apache.org/repo/m2-incubating-repository/&lt;/url&gt;
+       &lt;/repository&gt;
+&lt;/repositories&gt;
+</pre>
+                       </li>
+                       <li>Remember that version names have the "-incubating" 
suffix, so you'd request "2.0.1-incubating" rather than "2.0.1"</li>
+                       </ul>
+                   </li>
+                   </ul>
+               </subsection>
 
             <p>Cayenne distribution contains precompiled JAR files, full 
documentation and source code. 
             Nightly builds undergo automated testing, but may contain 
incomplete features and unstable


Reply via email to