Skip to content

Commit

Permalink
MINOR: Bump version to 19.0.0-SNAPSHOT (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre authored Feb 14, 2025
1 parent cb52f73 commit b47e499
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion adapter/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adapter/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion adapter/orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion algorithm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>
<artifactId>arrow-algorithm</artifactId>
<name>Arrow Algorithms</name>
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.

<groupId>org.apache.arrow</groupId>
<artifactId>arrow-bom</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

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

Expand Down
2 changes: 1 addition & 1 deletion c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>arrow-c-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>
<artifactId>arrow-compression</artifactId>
<name>Arrow Compression</name>
Expand Down
2 changes: 1 addition & 1 deletion dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>arrow-dataset</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flight/flight-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-flight</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>flight-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flight/flight-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-flight</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>flight-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flight/flight-sql-jdbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-flight</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>flight-sql-jdbc-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flight/flight-sql-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-flight</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>flight-sql-jdbc-driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flight/flight-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-flight</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>flight-sql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>
<artifactId>arrow-flight</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>arrow-format</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gandiva/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.arrow.gandiva</groupId>
Expand Down
2 changes: 1 addition & 1 deletion memory/memory-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>arrow-memory-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memory/memory-netty-buffer-patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>arrow-memory-netty-buffer-patch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memory/memory-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>arrow-memory-netty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memory/memory-unsafe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>

<artifactId>arrow-memory-unsafe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>
<artifactId>arrow-memory</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>
<artifactId>arrow-performance</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.

<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

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

Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>
<artifactId>arrow-tools</artifactId>
<name>Arrow Tools</name>
Expand Down
2 changes: 1 addition & 1 deletion vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>18.2.0</version>
<version>19.0.0-SNAPSHOT</version>
</parent>
<artifactId>arrow-vector</artifactId>
<name>Arrow Vectors</name>
Expand Down

0 comments on commit b47e499

Please sign in to comment.