Fixed tags
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/7b0801e2 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/7b0801e2 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/7b0801e2 Branch: refs/heads/site Commit: 7b0801e2546d2b9452b83adbc1eeeb2a80ed9749 Parents: fb0328d Author: Steven Glenn Jacobs <[email protected]> Authored: Thu May 26 10:31:31 2016 -0700 Committer: Steven Glenn Jacobs <[email protected]> Committed: Thu May 26 10:31:31 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- vxquery-cli/pom.xml | 4 ++-- vxquery-core/pom.xml | 2 +- vxquery-server/pom.xml | 4 ++-- vxquery-xtest/pom.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/7b0801e2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8f7100c..dd7dff9 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> <packaging>pom</packaging> <name>VXQuery</name> <description>A Versatile XQuery Processor</description> @@ -50,7 +50,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf/vxquery.git</url> - <tag>HEAD</tag> + <tag>apache-vxquery-0.6</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/vxquery/blob/7b0801e2/vxquery-cli/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml index 907bab3..6e8d240 100644 --- a/vxquery-cli/pom.xml +++ b/vxquery-cli/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>apache-vxquery-cli</artifactId> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> <scope>compile</scope> </dependency> http://git-wip-us.apache.org/repos/asf/vxquery/blob/7b0801e2/vxquery-core/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml index d8f5f53..d1d1dcb 100644 --- a/vxquery-core/pom.xml +++ b/vxquery-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>apache-vxquery-core</artifactId> http://git-wip-us.apache.org/repos/asf/vxquery/blob/7b0801e2/vxquery-server/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml index e572c36..5fae1f8 100644 --- a/vxquery-server/pom.xml +++ b/vxquery-server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>apache-vxquery-server</artifactId> @@ -140,7 +140,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/vxquery/blob/7b0801e2/vxquery-xtest/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml index 23095f1..347d164 100644 --- a/vxquery-xtest/pom.xml +++ b/vxquery-xtest/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>apache-vxquery-xtest</artifactId> @@ -129,7 +129,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.6</version> </dependency> <dependency>
