[maven-release-plugin] prepare release apache-vxquery-0.3-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/a15ad180 Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/a15ad180 Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/a15ad180 Branch: refs/heads/master Commit: a15ad180e2dc79830404b6bf949d964a129adfb5 Parents: 76b32d0 Author: Vinayak Borkar <[email protected]> Authored: Thu Apr 10 02:39:21 2014 -0700 Committer: Vinayak Borkar <[email protected]> Committed: Thu Apr 10 02:39:21 2014 -0700 ---------------------------------------------------------------------- pom.xml | 3 ++- vxquery-benchmark/pom.xml | 5 ++--- vxquery-cli/pom.xml | 4 ++-- vxquery-core/pom.xml | 6 +++--- vxquery-server/pom.xml | 7 +++---- vxquery-xtest/pom.xml | 4 ++-- 6 files changed, 14 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/a15ad180/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d70006..b60f3ab 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <packaging>pom</packaging> <name>VXQuery</name> <description>A Versatile XQuery Processor</description> @@ -50,6 +50,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-vxquery.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-vxquery.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf/incubator-vxquery.git</url> + <tag>apache-vxquery-0.3-incubating</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/a15ad180/vxquery-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/pom.xml b/vxquery-benchmark/pom.xml index 818977f..a909a78 100644 --- a/vxquery-benchmark/pom.xml +++ b/vxquery-benchmark/pom.xml @@ -14,14 +14,13 @@ 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.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>apache-vxquery-benchmark</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/a15ad180/vxquery-cli/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml index a7a51df..58631b8 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.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>apache-vxquery-cli</artifactId> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <scope>compile</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/a15ad180/vxquery-core/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml index 5a0dfdd..bc64f9b 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.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>apache-vxquery-core</artifactId> @@ -148,7 +148,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -161,7 +161,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/a15ad180/vxquery-server/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml index 9c1b15d..47665bb 100644 --- a/vxquery-server/pom.xml +++ b/vxquery-server/pom.xml @@ -14,14 +14,13 @@ 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.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>apache-vxquery-server</artifactId> @@ -125,7 +124,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/a15ad180/vxquery-xtest/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml index cb048e7..76db7d9 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.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>apache-vxquery-xtest</artifactId> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </dependency> <dependency>
