You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/10/24 21:19:36 UTC

svn commit: r707726 - in /openjpa/trunk: openjpa-all/pom.xml openjpa-project/pom.xml pom.xml

Author: mikedd
Date: Fri Oct 24 12:19:35 2008
New Revision: 707726

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

Modified:
    openjpa/trunk/openjpa-all/pom.xml
    openjpa/trunk/openjpa-project/pom.xml
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-all/pom.xml?rev=707726&r1=707725&r2=707726&view=diff
==============================================================================
--- openjpa/trunk/openjpa-all/pom.xml (original)
+++ openjpa/trunk/openjpa-all/pom.xml Fri Oct 24 12:19:35 2008
@@ -53,8 +53,8 @@
                                     <fileset dir="${basedir}/..">
                                         <include name="*/target/openjpa-*.jar" />
                                         <exclude name="*/target/openjpa-examples-*.jar" />
-                                        <exclude name="**/*-sources.jar"/>
-                                        <exclude name="**/*-javadoc.jar"/>
+                                        <exclude name="**/*-sources.jar" />
+                                        <exclude name="**/*-javadoc.jar" />
                                     </fileset>
                                 </unjar>
 

Modified: openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=707726&r1=707725&r2=707726&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Fri Oct 24 12:19:35 2008
@@ -1,26 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
- http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.   
--->
-<!-- 
-    Please keep the project tag on one line to avoid confusing 
-    the release plugin.
--->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <!--
         To build the distribution files from project root:
@@ -366,39 +343,33 @@
                                 <phase>package</phase>
                                 <configuration>
                                     <tasks>
-                                        <mkdir dir="target/site/tempDocs"/>
+                                        <mkdir dir="target/site/tempDocs" />
                                         <unzip dest="target/site/tempDocs">
                                             <fileset dir="target/site/downloads">
-                                                <include name="*binary*.zip"/>
+                                                <include name="*binary*.zip" />
                                             </fileset>
                                             <patternset>
-                                                <include name="**/javadoc/**"/>
-                                                <include name="**/manual/**"/>
+                                                <include name="**/javadoc/**" />
+                                                <include name="**/manual/**" />
                                             </patternset>
                                         </unzip>
                                         <move todir="target/site/tempDocs/docs">
-                                            <fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs"/> 
+                                            <fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs" /> 
                                         </move>
                                         <checksum> 
                                             <fileset dir="target/site/downloads/">
-                                                <include name="*.zip"/>
+                                                <include name="*.zip" />
                                             </fileset>
                                         </checksum>
-                                        <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest/downloads" 
-                                             trust="true">
-                                            <fileset dir="target/site/downloads"/>
+                                        <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest/downloads" trust="true">
+                                            <fileset dir="target/site/downloads" />
                                         </scp>
-                                        <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest/docs" 
-                                             trust="true">
-                                            <fileset dir="target/site/tempDocs/docs"/> 
+                                        <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest/docs" trust="true">
+                                            <fileset dir="target/site/tempDocs/docs" /> 
                                         </scp>
-                                        <sshexec host="people.apache.org" 
-                                                 username="${nightly.user.name}" 
-                                                 password="${nightly.password}"
-                                                 command="chmod -R g+w /www/openjpa.apache.org/builds/latest"
-                                                 trust="true"/>
+                                        <sshexec host="people.apache.org" username="${nightly.user.name}" password="${nightly.password}" command="chmod -R g+w /www/openjpa.apache.org/builds/latest" trust="true" />
                                         <delete>
-                                            <fileset dir="target/site/tempDocs"/>
+                                            <fileset dir="target/site/tempDocs" />
                                         </delete>
                                     </tasks>
                                 </configuration>
@@ -434,4 +405,4 @@
             <artifactId>derby</artifactId>
         </dependency>
     </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=707726&r1=707725&r2=707726&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Fri Oct 24 12:19:35 2008
@@ -590,8 +590,8 @@
       </site>
     </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/1.3.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/1.3.x</developerConnection>
+        <url>http://svn.apache.org/repos/asf/openjpa/branches/1.3.x</url>
     </scm>
 </project>