Repository: vxquery Updated Branches: refs/heads/master 43435f712 -> a67844460
[maven-release-plugin] prepare release apache-vxquery-0.6 Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/a6784446 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/a6784446 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/a6784446 Branch: refs/heads/master Commit: a678444605bfe7a1edaea13d5a07a1bc7b675939 Parents: 43435f7 Author: Steven Jacobs <[email protected]> Authored: Thu May 19 16:14:55 2016 -0700 Committer: Steven Jacobs <[email protected]> Committed: Thu May 19 16:14:55 2016 -0700 ---------------------------------------------------------------------- pom.xml | 7 +++---- vxquery-benchmark/pom.xml | 2 +- vxquery-cli/pom.xml | 4 ++-- vxquery-core/pom.xml | 11 ++++------- vxquery-server/pom.xml | 4 ++-- vxquery-xtest/pom.xml | 9 +++------ 6 files changed, 15 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/a6784446/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 911206d..dd7dff9 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,7 @@ 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> @@ -27,7 +26,7 @@ <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <packaging>pom</packaging> <name>VXQuery</name> <description>A Versatile XQuery Processor</description> @@ -51,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/a6784446/vxquery-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/pom.xml b/vxquery-benchmark/pom.xml index d55f05e..da420f8 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.6-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>apache-vxquery-benchmark</artifactId> http://git-wip-us.apache.org/repos/asf/vxquery/blob/a6784446/vxquery-cli/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-cli/pom.xml b/vxquery-cli/pom.xml index c4e11cb..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.6-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.6-SNAPSHOT</version> + <version>0.6</version> <scope>compile</scope> </dependency> http://git-wip-us.apache.org/repos/asf/vxquery/blob/a6784446/vxquery-core/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml index d244818..d1d1dcb 100644 --- a/vxquery-core/pom.xml +++ b/vxquery-core/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.6-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>apache-vxquery-core</artifactId> @@ -64,8 +63,7 @@ <configuration> <target> <ant antfile="build-xslt.xml" target="build"> - <property name="build.gen-src.dir" - value="${project.build.directory}/generated-sources/main/java" /> + <property name="build.gen-src.dir" value="${project.build.directory}/generated-sources/main/java" /> <property name="src.code.dir" value="${basedir}/src/main/java" /> <property name="xslt.dir" value="${basedir}/src/main/xslt" /> <property name="classpath.xslt" refid="maven.compile.classpath" /> @@ -82,8 +80,7 @@ <configuration> <target> <ant antfile="build-site.xml" target="build"> - <property name="build.gen-site.dir" - value="${project.build.directory}/generated-site/apt" /> + <property name="build.gen-site.dir" value="${project.build.directory}/generated-site/apt" /> <property name="src.code.dir" value="${basedir}/src/main/java" /> <property name="xslt.dir" value="${basedir}/src/main/xslt" /> <property name="classpath.xslt" refid="maven.compile.classpath" /> http://git-wip-us.apache.org/repos/asf/vxquery/blob/a6784446/vxquery-server/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml index 04ea34a..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.6-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.6-SNAPSHOT</version> + <version>0.6</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/vxquery/blob/a6784446/vxquery-xtest/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml index 4cb7c60..347d164 100644 --- a/vxquery-xtest/pom.xml +++ b/vxquery-xtest/pom.xml @@ -14,16 +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.6-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>apache-vxquery-xtest</artifactId> @@ -132,7 +129,7 @@ <dependency> <groupId>org.apache.vxquery</groupId> <artifactId>apache-vxquery-core</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </dependency> <dependency>
