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 2015/06/23 07:29:17 UTC

[1/2] vxquery git commit: fix latest release

Repository: vxquery
Updated Branches:
  refs/heads/master 169e71a9f -> 017283317


fix latest release


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/74a51d37
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/74a51d37
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/74a51d37

Branch: refs/heads/master
Commit: 74a51d376e77f5c63089748bd278e3ce0d916169
Parents: 169e71a
Author: Till Westmann <we...@gmail.com>
Authored: Mon Jun 22 21:20:02 2015 -0700
Committer: Till Westmann <we...@gmail.com>
Committed: Mon Jun 22 21:20:02 2015 -0700

----------------------------------------------------------------------
 doap.rdf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/74a51d37/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index fad42f6..4757152 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -38,8 +38,8 @@
     <release>
       <Version>
         <name>Apache VXQuery</name>
-        <created>2014-09-07</created>
-        <revision>0.4</revision>
+        <created>2015-03-05</created>
+        <revision>0.5</revision>
       </Version>
     </release>
     <repository>


[2/2] vxquery git commit: fix RAT excludes

Posted by ti...@apache.org.
fix RAT excludes


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/01728331
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/01728331
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/01728331

Branch: refs/heads/master
Commit: 017283317377f7df431f1e8b11912ad3a6ff72ed
Parents: 74a51d3
Author: Till Westmann <we...@gmail.com>
Authored: Mon Jun 22 21:20:43 2015 -0700
Committer: Till Westmann <we...@gmail.com>
Committed: Mon Jun 22 21:20:43 2015 -0700

----------------------------------------------------------------------
 vxquery-xtest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/01728331/vxquery-xtest/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml
index 3b6474b..bab2642 100644
--- a/vxquery-xtest/pom.xml
+++ b/vxquery-xtest/pom.xml
@@ -185,7 +185,7 @@
                     <excludes>
                         <exclude>**/ExpectedTestResults/**/*</exclude>
                         <exclude>**/xqts.txt</exclude>
-                        <exclude>test-suites/**/*</exclude>
+                        <exclude>test-suite*/**/*</exclude>
                     </excludes>
                     <numUnapprovedLicenses>0</numUnapprovedLicenses>
                     <maxmemory>2g</maxmemory>