This is actually 1.0.3. Typed the wrong number when running mvn release:prepare

git-svn-id: https://svn.apache.org/repos/asf/openjpa/tags/1.0.3@677734 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.txt b/README.txt
deleted file mode 100644
index c74545e..0000000
--- a/README.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Apache OpenJPA Project
-======================
-
-For useful information, navigate to http://openjpa.apache.org
diff --git a/openjpa-all/pom.xml b/openjpa-all/pom.xml
index ec9a336..222c3f2 100644
--- a/openjpa-all/pom.xml
+++ b/openjpa-all/pom.xml
@@ -35,9 +35,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.3/openjpa-all</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.3/openjpa-all</developerConnection>
-        <url>https://svn.apache.org/repos/asf/openjpa/tags/1.0.3/openjpa-all</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.4/openjpa-all</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.4/openjpa-all</developerConnection>
+        <url>https://svn.apache.org/repos/asf/openjpa/tags/1.0.4/openjpa-all</url>
     </scm>
 
     <build>
diff --git a/openjpa-project/README.txt b/openjpa-project/README.txt
index b4c38bf..1a61914 100644
--- a/openjpa-project/README.txt
+++ b/openjpa-project/README.txt
@@ -1,6 +1,7 @@
+Apache OpenJPA Project

+======================

 

 Thank you for downloading this release of OpenJPA. For

 documentation and project information, please see:

 

-  http://openjpa.apache.org

-

+For useful information, navigate to http://openjpa.apache.org

diff --git a/openjpa-project/assembly.xml b/openjpa-project/assembly.xml
index 1375cd3..0f628d8 100644
--- a/openjpa-project/assembly.xml
+++ b/openjpa-project/assembly.xml
@@ -65,14 +65,6 @@
             <outputDirectory>docs/manual</outputDirectory>

         </fileSet>

         <fileSet>

-            <directory>src/doc/manual/img</directory>

-            <outputDirectory>docs/manual/img</outputDirectory>

-        </fileSet>

-        <fileSet>

-            <directory>src/doc/manual/css</directory>

-            <outputDirectory>docs/manual/css</outputDirectory>

-        </fileSet>

-        <fileSet>

             <directory>../target/site/apidocs</directory>

             <outputDirectory>docs/javadoc</outputDirectory>

         </fileSet>

diff --git a/openjpa-project/pom.xml b/openjpa-project/pom.xml
index 9ed68a6..59d4cf6 100644
--- a/openjpa-project/pom.xml
+++ b/openjpa-project/pom.xml
@@ -79,9 +79,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.3</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.3</developerConnection>
-        <url>https://svn.apache.org/repos/asf/openjpa/tags/1.0.3</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.4</developerConnection>
+        <url>https://svn.apache.org/repos/asf/openjpa/tags/1.0.4</url>
     </scm>
 
     <build>
@@ -172,6 +172,7 @@
                     <plugin>
                         <groupId>com.agilejava.docbkx</groupId>
                         <artifactId>docbkx-maven-plugin</artifactId>
+                        <version>2.0.7</version>
                         <executions>
                             <execution>
                                 <id>build-pdf-doc</id>
diff --git a/pom.xml b/pom.xml
index d8ce53a..6adb914 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,8 +240,8 @@
                         <version>2.0-beta-7</version>
                         <configuration>
                             <useReleaseProfile>false</useReleaseProfile>
-                            <goals>deploy</goals>
-                            <arguments>-Prelease</arguments>
+                            <goals>deploy site site-deploy</goals>
+                            <arguments>-Prelease,docbook-profile</arguments>
                             <autoVersionSubmodules>true</autoVersionSubmodules>
                         </configuration>
                     </plugin>
@@ -501,8 +501,8 @@
       </site>
     </distributionManagement>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.3</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.3</developerConnection>
-        <url>http://svn.apache.org/repos/asf/openjpa/tags/1.0.3</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.4</developerConnection>
+        <url>http://svn.apache.org/repos/asf/openjpa/tags/1.0.4</url>
     </scm>
 </project>