You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2013/09/19 01:28:20 UTC

svn commit: r1524600 - in /incubator/vxquery/branches/vxquery_0_2_staging: pom.xml vxquery-cli/pom.xml vxquery-core/pom.xml vxquery-parent/pom.xml vxquery-xtest/pom.xml

Author: tillw
Date: Wed Sep 18 23:28:19 2013
New Revision: 1524600

URL: http://svn.apache.org/r1524600
Log:
updates to reduce the diff when using the release plugin

Modified:
    incubator/vxquery/branches/vxquery_0_2_staging/pom.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml

Modified: incubator/vxquery/branches/vxquery_0_2_staging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/pom.xml?rev=1524600&r1=1524599&r2=1524600&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/pom.xml Wed Sep 18 23:28:19 2013
@@ -14,8 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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">
+<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">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -56,8 +55,7 @@
             <configuration>
               <target>
                 <ant antfile="build-site.xml" target="build">
-                  <property name="build.gen-site.dir"
-                    value="${project.build.directory}/generated-site/apt" />
+                  <property name="build.gen-site.dir" value="${project.build.directory}/generated-site/apt" />
                 </ant>
               </target>
             </configuration>

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml?rev=1524600&r1=1524599&r2=1524600&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-cli/pom.xml Wed Sep 18 23:28:19 2013
@@ -14,8 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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">
+<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">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml?rev=1524600&r1=1524599&r2=1524600&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml Wed Sep 18 23:28:19 2013
@@ -14,8 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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">
+<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">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -65,8 +64,7 @@
             <configuration>
               <target>
                 <ant antfile="build-xslt.xml" target="build">
-                  <property name="build.gen-src.dir"
-                    value="${project.build.directory}/generated-sources/main/java" />
+                  <property name="build.gen-src.dir" value="${project.build.directory}/generated-sources/main/java" />
                   <property name="src.code.dir" value="${basedir}/src/main/java" />
                   <property name="xslt.dir" value="${basedir}/src/main/xslt" />
                   <property name="classpath.xslt" refid="maven.compile.classpath" />
@@ -83,8 +81,7 @@
             <configuration>
               <target>
                 <ant antfile="build-site.xml" target="build">
-                  <property name="build.gen-site.dir"
-                    value="${project.build.directory}/generated-site/apt" />
+                  <property name="build.gen-site.dir" value="${project.build.directory}/generated-site/apt" />
                   <property name="src.code.dir" value="${basedir}/src/main/java" />
                   <property name="xslt.dir" value="${basedir}/src/main/xslt" />
                   <property name="classpath.xslt" refid="maven.compile.classpath" />

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml?rev=1524600&r1=1524599&r2=1524600&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-parent/pom.xml Wed Sep 18 23:28:19 2013
@@ -14,15 +14,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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">
+<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">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>13</version>
-    <relativePath></relativePath>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.vxquery</groupId>
@@ -55,85 +54,85 @@
     <developer>
       <id>jochen</id>
       <name>Jochen Wiedmann</name>
-      <email></email>
+      <email />
       <roles>
         <role>Mentor</role>
       </roles>
-      <organization></organization>
-      <timezone></timezone>
+      <organization />
+      <timezone />
     </developer>
     <developer>
       <id>radup</id>
       <name>Radu Preotiuc</name>
-      <email></email>
+      <email />
       <roles>
         <role>Mentor</role>
       </roles>
-      <organization></organization>
-      <timezone></timezone>
+      <organization />
+      <timezone />
     </developer>
     <developer>
       <id>sanjiva</id>
       <name>Sanjiva Weerawarana</name>
-      <email></email>
+      <email />
       <roles>
         <role>Mentor</role>
       </roles>
-      <organization></organization>
-      <timezone></timezone>
+      <organization />
+      <timezone />
     </developer>
     <developer>
       <id>cezar</id>
       <name>Cezar Andrei</name>
-      <email></email>
+      <email />
       <roles>
         <role>Project Manager</role>
         <role>Architect</role>
         <role>Champion</role>
       </roles>
-      <organization></organization>
+      <organization />
       <timezone>-6</timezone>
     </developer>
     <developer>
       <id>vinayakb</id>
       <name>Vinayak Borkar</name>
-      <email></email>
+      <email />
       <roles>
         <role>Project Manager</role>
         <role>Architect</role>
       </roles>
-      <organization></organization>
+      <organization />
       <timezone>-8</timezone>
     </developer>
     <developer>
       <id>dtabass</id>
       <name>Michael J. Carey</name>
-      <email></email>
+      <email />
       <roles>
         <role>Architect</role>
       </roles>
-      <organization></organization>
+      <organization />
       <timezone>-8</timezone>
     </developer>
     <developer>
       <id>prestonc</id>
       <name>Preston Carman</name>
-      <email></email>
+      <email />
       <roles>
         <role>Developer</role>
       </roles>
-      <organization></organization>
+      <organization />
       <timezone>-8</timezone>
     </developer>
     <developer>
       <id>tillw</id>
       <name>Till Westmann</name>
-      <email></email>
+      <email />
       <roles>
         <role>Project Manager</role>
         <role>Architect</role>
       </roles>
-      <organization></organization>
+      <organization />
       <timezone>-8</timezone>
     </developer>
   </developers>

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml?rev=1524600&r1=1524599&r2=1524600&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-xtest/pom.xml Wed Sep 18 23:28:19 2013
@@ -14,8 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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">
+<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">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>