remove 'incubating' from the version identifier
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/eb32020c Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/eb32020c Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/eb32020c Branch: refs/heads/site Commit: eb32020c22066ee004e04dd53626aa9c3889e600 Parents: 74796da Author: Till Westmann <[email protected]> Authored: Sun Aug 31 22:36:30 2014 -0700 Committer: Till Westmann <[email protected]> Committed: Sun Aug 31 22:36:30 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- vxquery-benchmark/pom.xml | 2 +- vxquery-cli/pom.xml | 4 ++-- vxquery-core/pom.xml | 2 +- vxquery-server/pom.xml | 4 ++-- vxquery-xtest/pom.xml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/eb32020c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cc5e435..1f04147 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>VXQuery</name> <description>A Versatile XQuery Processor</description> http://git-wip-us.apache.org/repos/asf/vxquery/blob/eb32020c/vxquery-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/pom.xml b/vxquery-benchmark/pom.xml index 5b98469..3c82390 100644 --- a/vxquery-benchmark/pom.xml +++ b/vxquery-benchmark/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> </parent> <artifactId>apache-vxquery-benchmark</artifactId> http://git-wip-us.apache.org/repos/asf/vxquery/blob/eb32020c/vxquery-cli/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml index c83a186..5b49c23 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.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> </parent> <artifactId>apache-vxquery-cli</artifactId> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> <scope>compile</scope> </dependency> http://git-wip-us.apache.org/repos/asf/vxquery/blob/eb32020c/vxquery-core/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml index 58898ce..f9e9963 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.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> </parent> <artifactId>apache-vxquery-core</artifactId> http://git-wip-us.apache.org/repos/asf/vxquery/blob/eb32020c/vxquery-server/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml index 6e5a2b2..92509be 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.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> </parent> <artifactId>apache-vxquery-server</artifactId> @@ -124,7 +124,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/vxquery/blob/eb32020c/vxquery-xtest/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml index eb469fc..38a7ca4 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.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> </parent> <artifactId>apache-vxquery-xtest</artifactId> @@ -116,7 +116,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.4-incubating-SNAPSHOT</version> + <version>0.4-SNAPSHOT</version> </dependency> <dependency>
