Author: allee8285
Date: Thu Nov 15 22:33:44 2012
New Revision: 1410071

URL: http://svn.apache.org/viewvc?rev=1410071&view=rev
Log:
CMS migration updates.

Modified:
    openjpa/site/trunk/WhoIsWorkingOnWhat.txt
    openjpa/site/trunk/content/obtaining.mdtext

Modified: openjpa/site/trunk/WhoIsWorkingOnWhat.txt
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/WhoIsWorkingOnWhat.txt?rev=1410071&r1=1410070&r2=1410071&view=diff
==============================================================================
--- openjpa/site/trunk/WhoIsWorkingOnWhat.txt (original)
+++ openjpa/site/trunk/WhoIsWorkingOnWhat.txt Thu Nov 15 22:33:44 2012
@@ -62,7 +62,7 @@ done                  license.mdtext
                        mailing-lists.mdtext
                        mdd.mdtext
                        migration-tool.mdtext
-                       obtaining.mdtext
+done                   obtaining.mdtext
                        openbooks---featuring-jpa-2.0.mdtext
                        openjpa-2.0.0-beta-2.mdtext
                        openjpa-2.0.0-beta-3.mdtext

Modified: openjpa/site/trunk/content/obtaining.mdtext
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/content/obtaining.mdtext?rev=1410071&r1=1410070&r2=1410071&view=diff
==============================================================================
--- openjpa/site/trunk/content/obtaining.mdtext (original)
+++ openjpa/site/trunk/content/obtaining.mdtext Thu Nov 15 22:33:44 2012
@@ -1,12 +1,12 @@
 Title: Obtaining
-{excerpt:hidden=true}How to obtain OpenJPA{excerpt}
+<a name="Obtaining"></a>
 
 OpenJPA official releases can be downloaded at the [Downloads](downloads.html)
  page.
 
 Released binaries can also by accessed from Maven pom.xml files by pointing
 them to the repository at
-http://people.apache.org/repo/m2-incubating-repository . An example pom.xml
+<http://people.apache.org/repo/m2-incubating-repository>. An example pom.xml
 that will use the 0.9.0-incubating release is as follows:
 
 
@@ -24,9 +24,8 @@ that will use the 0.9.0-incubating relea
            <url>http://www.ibiblio.org/maven2</url>
        </repository>
        <repository>
-           <id>apache-snapshots</id>
-          
-<url>http://people.apache.org/repo/m2-incubating-repository</url>
+           <id>apache-snapshots</id>              
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
        </repository>
         </repositories>
         <dependencies>
@@ -40,16 +39,17 @@ that will use the 0.9.0-incubating relea
 
 
 
-Also, there is a snapshot repository set up for maven located at 
[http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/](http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/)
+Also, there is a snapshot repository set up for maven located at 
<http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/>
  where development snapshot jars will be stored. Maven projects can be
 configured to depend on the openjpa snapshots by setting up their pom.xml
 as follows:
 
-{note:title=Update Version}
-In the example below replace 0.9.8-SNAPSHOT with the version you wish to
+----
+> **Update Version**
+>
+>In the example below replace 0.9.8-SNAPSHOT with the version you wish to
 use. Ex. 1.2.0, or 1.3.0-SNAPSHOT
-{note}
-
+----
 
     <?xml version="1.0" encoding="UTF-8"?>
     <project>


Reply via email to