[jbosscache-commits] JBoss Cache SVN: r7140 - in pojo/trunk: src/main/docbook/faq/en and 1 other directories.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Nov 14 11:16:20 EST 2008


Author: jason.greene at jboss.com
Date: 2008-11-14 11:16:20 -0500 (Fri, 14 Nov 2008)
New Revision: 7140

Modified:
   pojo/trunk/pom.xml
   pojo/trunk/src/main/docbook/faq/en/master.xml
   pojo/trunk/src/main/docbook/tutorial/en/master.xml
Log:
Update docs for 3.x GA


Modified: pojo/trunk/pom.xml
===================================================================
--- pojo/trunk/pom.xml	2008-11-14 16:09:08 UTC (rev 7139)
+++ pojo/trunk/pom.xml	2008-11-14 16:16:20 UTC (rev 7140)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <properties>
     <jbosscache-pojo-version>3.0.0.CR3</jbosscache-pojo-version>
-    <jbosscache-core-version>3.0.0.CR3</jbosscache-core-version>
+    <jbosscache-core-version>3.0.0-SNAPSHOT</jbosscache-core-version>
     <jboss.aop.version>2.0.0.GA</jboss.aop.version>
   </properties>
   <parent>

Modified: pojo/trunk/src/main/docbook/faq/en/master.xml
===================================================================
--- pojo/trunk/src/main/docbook/faq/en/master.xml	2008-11-14 16:09:08 UTC (rev 7139)
+++ pojo/trunk/src/main/docbook/faq/en/master.xml	2008-11-14 16:16:20 UTC (rev 7140)
@@ -5,7 +5,7 @@
 <article class="faq" lang="en">
    <articleinfo>
       <title>Frequently Asked Questions about POJO Cache</title>
-      <releaseinfo>Release 3.0.0.CR3</releaseinfo>
+      <releaseinfo>Release 3.0.0</releaseinfo>
       <pubdate>November 2008</pubdate>
 
       <author>
@@ -192,11 +192,11 @@
 
       <qandaentry>
          <question id="a541">
-            <para>What is the JDK version required to run POJO Cache 2.x?</para>
+            <para>What is the JDK version required to run POJO Cache 3.x?</para>
          </question>
 
          <answer>
-            <para>POJO Cache 2.x requires Java 5 or newer.</para>
+            <para>POJO Cache 3.x requires Java 5 or newer.</para>
          </answer>
       </qandaentry>
 
@@ -214,7 +214,7 @@
 
       <qandaentry>
          <question id="a543">
-            <para>What is the JBoss AS recommended version to run POJO Cache 2.x?</para>
+            <para>What is the JBoss AS recommended version to run POJO Cache 3.x?</para>
          </question>
 
          <answer>
@@ -241,14 +241,14 @@
 
       <qandaentry>
          <question id="a561">
-            <para>In POJO Cache 2.x release, do I still need
+            <para>In the POJO Cache 2.x and 3.x releases, do I still need
                <literal>annoc</literal>
                ?
             </para>
          </question>
 
          <answer>
-            <para>No. POJO Cache 2.x requires JDK 5, and recommends load-time instrumentation. Alternatively the offline aopc tool may be used. 
+            <para>No. POJO Cache 2.x and 3.x requires JDK 5, and recommends load-time instrumentation. Alternatively the offline aopc tool may be used. 
             </para>
          </answer>
       </qandaentry>
@@ -325,7 +325,7 @@
          </question>
 
          <answer>
-            <para>Yes, in release 2.0, we recommend you use the @Replicable annotation, and don't bother with editing the AOP files.
+            <para>Yes, in release 2.0 and 3.0, we recommend you use the @Replicable annotation, and don't bother with editing the AOP files.
             </para>
          </answer>
       </qandaentry>

Modified: pojo/trunk/src/main/docbook/tutorial/en/master.xml
===================================================================
--- pojo/trunk/src/main/docbook/tutorial/en/master.xml	2008-11-14 16:09:08 UTC (rev 7139)
+++ pojo/trunk/src/main/docbook/tutorial/en/master.xml	2008-11-14 16:16:20 UTC (rev 7140)
@@ -54,12 +54,12 @@
    <section>
       <title>Configuration</title>
 
-      <para>First download the JBoss Cache 2.x distribution from
+      <para>First download the JBoss Cache 3.x distribution from
          <ulink url="http://labs.jboss.org/portal/jbosscache/download/index.html">the download page</ulink>
          . You probably want the
-         <literal>JBossCache-pojo-2.X.Y.zip</literal>
+         <literal>JBossCache-pojo-3.X.Y.zip</literal>
          distribution. Unzip it, and you will get a directory containing the distribution, such as
-         <literal>JBossCache-pojo-2.X.Y</literal>
+         <literal>JBossCache-pojo-3.X.Y</literal>
          .
          For the sake of this tutorial, I will refer to this as
          <literal>PojoCache</literal>




More information about the jbosscache-commits mailing list