Skip to content

Commit 80b72d4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
Change-Id: I2c3a4705c6e7c39c75cd1feb195ad167aeb12084
1 parent 2c3e111 commit 80b72d4

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

java/format/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>arrow-java-root</artifactId>
1717
<groupId>org.apache.arrow</groupId>
18-
<version>0.2.1-SNAPSHOT</version>
18+
<version>0.4.0-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>arrow-format</artifactId>

java/memory/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0"?>
2-
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
3-
license agreements. See the NOTICE file distributed with this work for additional
4-
information regarding copyright ownership. The ASF licenses this file to
5-
You under the Apache License, Version 2.0 (the "License"); you may not use
6-
this file except in compliance with the License. You may obtain a copy of
7-
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
8-
by applicable law or agreed to in writing, software distributed under the
9-
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
10-
OF ANY KIND, either express or implied. See the License for the specific
2+
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
3+
license agreements. See the NOTICE file distributed with this work for additional
4+
information regarding copyright ownership. The ASF licenses this file to
5+
You under the Apache License, Version 2.0 (the "License"); you may not use
6+
this file except in compliance with the License. You may obtain a copy of
7+
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
8+
by applicable law or agreed to in writing, software distributed under the
9+
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
10+
OF ANY KIND, either express or implied. See the License for the specific
1111
language governing permissions and limitations under the License. -->
1212
<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">
1313
<modelVersion>4.0.0</modelVersion>
1414
<parent>
1515
<groupId>org.apache.arrow</groupId>
1616
<artifactId>arrow-java-root</artifactId>
17-
<version>0.2.1-SNAPSHOT</version>
17+
<version>0.4.0-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>arrow-memory</artifactId>
2020
<name>Arrow Memory</name>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.apache.arrow</groupId>
2222
<artifactId>arrow-java-root</artifactId>
23-
<version>0.2.1-SNAPSHOT</version>
23+
<version>0.4.0-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Apache Arrow Java Root POM</name>

java/tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.apache.arrow</groupId>
1616
<artifactId>arrow-java-root</artifactId>
17-
<version>0.2.1-SNAPSHOT</version>
17+
<version>0.4.0-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>arrow-tools</artifactId>
2020
<name>Arrow Tools</name>

java/vector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.apache.arrow</groupId>
1616
<artifactId>arrow-java-root</artifactId>
17-
<version>0.2.1-SNAPSHOT</version>
17+
<version>0.4.0-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>arrow-vector</artifactId>
2020
<name>Arrow Vectors</name>

0 commit comments

Comments
 (0)