Repository: arrow Updated Branches: refs/heads/master 2c3e111d4 -> 80b72d43e
[maven-release-plugin] prepare for next development iteration Change-Id: I2c3a4705c6e7c39c75cd1feb195ad167aeb12084 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/80b72d43 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/80b72d43 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/80b72d43 Branch: refs/heads/master Commit: 80b72d43e093f90e4c207e61a0f408aef7057c94 Parents: 2c3e111 Author: Wes McKinney <[email protected]> Authored: Tue May 2 16:07:00 2017 -0400 Committer: Wes McKinney <[email protected]> Committed: Fri May 5 10:13:50 2017 -0400 ---------------------------------------------------------------------- java/format/pom.xml | 2 +- java/memory/pom.xml | 20 ++++++++++---------- java/pom.xml | 2 +- java/tools/pom.xml | 2 +- java/vector/pom.xml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow/blob/80b72d43/java/format/pom.xml ---------------------------------------------------------------------- diff --git a/java/format/pom.xml b/java/format/pom.xml index 98a113a..4ef7482 100644 --- a/java/format/pom.xml +++ b/java/format/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>arrow-java-root</artifactId> <groupId>org.apache.arrow</groupId> - <version>0.2.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> </parent> <artifactId>arrow-format</artifactId> http://git-wip-us.apache.org/repos/asf/arrow/blob/80b72d43/java/memory/pom.xml ---------------------------------------------------------------------- diff --git a/java/memory/pom.xml b/java/memory/pom.xml index f20228b..e6d9900 100644 --- a/java/memory/pom.xml +++ b/java/memory/pom.xml @@ -1,20 +1,20 @@ <?xml version="1.0"?> -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor - license agreements. See the NOTICE file distributed with this work for additional - information regarding copyright ownership. The ASF licenses this file to - You under the Apache License, Version 2.0 (the "License"); you may not use - this file except in compliance with the License. You may obtain a copy of - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required - by applicable law or agreed to in writing, software distributed under the - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS - OF ANY KIND, either express or implied. See the License for the specific +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor + license agreements. See the NOTICE file distributed with this work for additional + information regarding copyright ownership. The ASF licenses this file to + You under the Apache License, Version 2.0 (the "License"); you may not use + this file except in compliance with the License. You may obtain a copy of + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required + by applicable law or agreed to in writing, software distributed under the + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS + OF ANY KIND, either express or implied. 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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.arrow</groupId> <artifactId>arrow-java-root</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> </parent> <artifactId>arrow-memory</artifactId> <name>Arrow Memory</name> http://git-wip-us.apache.org/repos/asf/arrow/blob/80b72d43/java/pom.xml ---------------------------------------------------------------------- diff --git a/java/pom.xml b/java/pom.xml index e586005..1fa8ef9 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -20,7 +20,7 @@ <groupId>org.apache.arrow</groupId> <artifactId>arrow-java-root</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Arrow Java Root POM</name> http://git-wip-us.apache.org/repos/asf/arrow/blob/80b72d43/java/tools/pom.xml ---------------------------------------------------------------------- diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 35e5599..6124b85 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.arrow</groupId> <artifactId>arrow-java-root</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> </parent> <artifactId>arrow-tools</artifactId> <name>Arrow Tools</name> http://git-wip-us.apache.org/repos/asf/arrow/blob/80b72d43/java/vector/pom.xml ---------------------------------------------------------------------- diff --git a/java/vector/pom.xml b/java/vector/pom.xml index fc3ce66..e091936 100644 --- a/java/vector/pom.xml +++ b/java/vector/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.arrow</groupId> <artifactId>arrow-java-root</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> </parent> <artifactId>arrow-vector</artifactId> <name>Arrow Vectors</name>
