Author: mikedd
Date: Tue Nov 30 15:31:53 2010
New Revision: 1040582

URL: http://svn.apache.org/viewvc?rev=1040582&view=rev
Log:
[maven-release-plugin] prepare branch 2.1.x

Modified:
    openjpa/trunk/openjpa-examples/openbooks/pom.xml
    openjpa/trunk/openjpa-lib/pom.xml
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/openjpa-examples/openbooks/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/openbooks/pom.xml?rev=1040582&r1=1040581&r2=1040582&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/openbooks/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/openbooks/pom.xml Tue Nov 30 15:31:53 2010
@@ -170,9 +170,9 @@
                                             <target name="generate-source" />
                                         </ant>
                                         <copy todir="${basedir}/target">
-                                            <fileset dir="${basedir}" 
includes="index.html"/>
-                                            <fileset dir="${basedir}" 
includes="*.txt"/>
-                                            <fileset dir="${basedir}" 
includes="run.*"/>
+                                            <fileset dir="${basedir}" 
includes="index.html" />
+                                            <fileset dir="${basedir}" 
includes="*.txt" />
+                                            <fileset dir="${basedir}" 
includes="run.*" />
                                         </copy>
                                     </tasks>
                                 </configuration>

Modified: openjpa/trunk/openjpa-lib/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-lib/pom.xml?rev=1040582&r1=1040581&r2=1040582&view=diff
==============================================================================
--- openjpa/trunk/openjpa-lib/pom.xml (original)
+++ openjpa/trunk/openjpa-lib/pom.xml Tue Nov 30 15:31:53 2010
@@ -110,16 +110,16 @@
                                     <arg line="-c ${basedir}/.." />
                                 </exec>
                                 # Write the svn info to a temp file 
-                                <echo file="pcenhancer.revision.file"/> 
+                                <echo file="pcenhancer.revision.file" /> 
                                 <exec output="pcenhancer.revision.file" 
failonerror="false" failifexecutionfails="false" executable="svn" 
append="false">
                                     <arg line="info 
../openjpa-kernel/src/main/java/org/apache/openjpa/enhance/PCEnhancer.java" />
                                 </exec>
 
                                 # Remove all spaces so we can have a proper key
-                                <replace file="pcenhancer.revision.file" 
token=" " value=""/>
+                                <replace file="pcenhancer.revision.file" 
token=" " value="" />
                                 # Load the property file
-                                <property prefix="pcenhancer" 
file="pcenhancer.revision.file"/>
-                                <delete file="pcenhancer.revision.file"/>
+                                <property prefix="pcenhancer" 
file="pcenhancer.revision.file" />
+                                <delete file="pcenhancer.revision.file" />
                                                                
                                 <property name="subversion.revision" 
value="unknown" />
                                 <property name="pcenhancer.LastChangedRev" 
value="-1" />

Modified: openjpa/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1040582&r1=1040581&r2=1040582&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Tue Nov 30 15:31:53 2010
@@ -27,7 +27,7 @@
       <groupId>org.apache</groupId>
       <artifactId>apache</artifactId>
       <version>7</version>
-      <relativePath/>
+      <relativePath />
     </parent>
 
     <groupId>org.apache.openjpa</groupId>
@@ -139,9 +139,9 @@
     </distributionManagement>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/trunk</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk</developerConnection>
-        <url>http://svn.apache.org/repos/asf/openjpa/trunk</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/branches/2.1.x</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/2.1.x</developerConnection>
+        <url>http://svn.apache.org/repos/asf/openjpa/branches/2.1.x</url>
     </scm>
 
     <modules>


Reply via email to