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 2012/07/25 11:03:38 UTC

svn commit: r1365495 - in /incubator/vxquery/trunk/vxquery: pom.xml vxquery-cli/pom.xml vxquery-core/pom.xml vxquery-xtest/pom.xml

Author: tillw
Date: Wed Jul 25 09:03:38 2012
New Revision: 1365495

URL: http://svn.apache.org/viewvc?rev=1365495&view=rev
Log:
update team information (add Preston)
update artifactIds


Modified:
    incubator/vxquery/trunk/vxquery/pom.xml
    incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml
    incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml
    incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml

Modified: incubator/vxquery/trunk/vxquery/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/pom.xml?rev=1365495&r1=1365494&r2=1365495&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/pom.xml Wed Jul 25 09:03:38 2012
@@ -18,7 +18,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vxquery</groupId>
-  <artifactId>vxquery</artifactId>
+  <artifactId>apache-vxquery-incubating</artifactId>
   <packaging>pom</packaging>
   <version>0.1-SNAPSHOT</version>
   <name>VXQuery</name>
@@ -92,6 +92,7 @@
         <roles>
           <role>Project Manager</role>
           <role>Architect</role>
+          <role>Champion</role>
         </roles>
         <organization></organization>
         <timezone>-6</timezone>
@@ -118,6 +119,16 @@
         <timezone>-8</timezone>
       </developer>         
       <developer>
+        <id>prestonc</id>
+        <name>Preston Carman</name>
+        <email></email>
+        <roles>
+          <role>Developer</role>
+        </roles>
+        <organization></organization>
+        <timezone>-8</timezone>
+      </developer>         
+      <developer>
         <id>tillw</id>
         <name>Till Westmann</name>
         <email></email>
@@ -126,7 +137,7 @@
           <role>Architect</role>
         </roles>
         <organization></organization>
-        <timezone>+1</timezone>
+        <timezone>-8</timezone>
       </developer>         
   </developers>
 

Modified: incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml?rev=1365495&r1=1365494&r2=1365495&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml Wed Jul 25 09:03:38 2012
@@ -18,7 +18,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vxquery</groupId>
-  <artifactId>vxquery-cli</artifactId>
+  <artifactId>apache-vxquery-cli-incubating</artifactId>
   <packaging>jar</packaging>
   <version>0.1-SNAPSHOT</version>
   <name>VXQuery CLI</name>

Modified: incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml?rev=1365495&r1=1365494&r2=1365495&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml Wed Jul 25 09:03:38 2012
@@ -18,7 +18,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vxquery</groupId>
-  <artifactId>vxquery-core</artifactId>
+  <artifactId>apache-vxquery-core-incubating</artifactId>
   <packaging>jar</packaging>
   <version>0.1-SNAPSHOT</version>
   <name>VXQuery Core</name>

Modified: incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml?rev=1365495&r1=1365494&r2=1365495&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml Wed Jul 25 09:03:38 2012
@@ -18,7 +18,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vxquery</groupId>
-  <artifactId>vxquery-xtest</artifactId>
+  <artifactId>apache-vxquery-xtest-incubating</artifactId>
   <packaging>jar</packaging>
   <version>0.1-SNAPSHOT</version>
   <name>VXQuery XTest</name>