Skip to content

Commit b47e499

Browse files
authored
MINOR: Bump version to 19.0.0-SNAPSHOT (apache#614)
1 parent cb52f73 commit b47e499

File tree

25 files changed

+27
-27
lines changed

25 files changed

+27
-27
lines changed

adapter/avro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.arrow</groupId>
2525
<artifactId>arrow-java-root</artifactId>
26-
<version>18.2.0</version>
26+
<version>19.0.0-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

adapter/jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.arrow</groupId>
2525
<artifactId>arrow-java-root</artifactId>
26-
<version>18.2.0</version>
26+
<version>19.0.0-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

adapter/orc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.arrow</groupId>
2525
<artifactId>arrow-java-root</artifactId>
26-
<version>18.2.0</version>
26+
<version>19.0.0-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

algorithm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>arrow-algorithm</artifactId>
2828
<name>Arrow Algorithms</name>

bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

3030
<groupId>org.apache.arrow</groupId>
3131
<artifactId>arrow-bom</artifactId>
32-
<version>18.2.0</version>
32+
<version>19.0.0-SNAPSHOT</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Arrow Bill of Materials</name>
@@ -68,7 +68,7 @@ under the License.
6868
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
6969
<connection>scm:git:https://github.com/apache/arrow-java.git</connection>
7070
<developerConnection>scm:git:https://github.com/apache/arrow-java.git</developerConnection>
71-
<tag>v18.2.0</tag>
71+
<tag>main</tag>
7272
<url>https://github.com/apache/arrow-java/tree/${project.scm.tag}</url>
7373
</scm>
7474

c/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>arrow-c-data</artifactId>

compression/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>arrow-compression</artifactId>
2828
<name>Arrow Compression</name>

dataset/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>arrow-dataset</artifactId>

flight/flight-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>flight-core</artifactId>

flight/flight-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>flight-integration-tests</artifactId>

flight/flight-sql-jdbc-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>flight-sql-jdbc-core</artifactId>

flight/flight-sql-jdbc-driver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>flight-sql-jdbc-driver</artifactId>

flight/flight-sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>flight-sql</artifactId>

flight/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>arrow-flight</artifactId>
2828

format/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.arrow</groupId>
2525
<artifactId>arrow-java-root</artifactId>
26-
<version>18.2.0</version>
26+
<version>19.0.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>arrow-format</artifactId>

gandiva/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>org.apache.arrow.gandiva</groupId>

memory/memory-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-memory</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>arrow-memory-core</artifactId>

memory/memory-netty-buffer-patch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-memory</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>arrow-memory-netty-buffer-patch</artifactId>

memory/memory-netty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-memory</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>arrow-memory-netty</artifactId>

memory/memory-unsafe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-memory</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>arrow-memory-unsafe</artifactId>

memory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>arrow-memory</artifactId>
2828
<packaging>pom</packaging>

performance/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>arrow-performance</artifactId>
2828
<packaging>jar</packaging>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828

2929
<groupId>org.apache.arrow</groupId>
3030
<artifactId>arrow-java-root</artifactId>
31-
<version>18.2.0</version>
31+
<version>19.0.0-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Apache Arrow Java Root POM</name>
@@ -81,7 +81,7 @@ under the License.
8181
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
8282
<connection>scm:git:https://github.com/apache/arrow-java.git</connection>
8383
<developerConnection>scm:git:https://github.com/apache/arrow-java.git</developerConnection>
84-
<tag>v18.2.0</tag>
84+
<tag>main</tag>
8585
<url>https://github.com/apache/arrow-java/tree/${project.scm.tag}</url>
8686
</scm>
8787

tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>arrow-tools</artifactId>
2828
<name>Arrow Tools</name>

vector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.2.0</version>
25+
<version>19.0.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>arrow-vector</artifactId>
2828
<name>Arrow Vectors</name>

0 commit comments

Comments
 (0)