MINOR: Bump version to 19.0.0 (#1066)
diff --git a/adapter/avro/pom.xml b/adapter/avro/pom.xml
index 827d19f..18c48a0 100644
--- a/adapter/avro/pom.xml
+++ b/adapter/avro/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/adapter/jdbc/pom.xml b/adapter/jdbc/pom.xml
index 2f621d7..a0819d7 100644
--- a/adapter/jdbc/pom.xml
+++ b/adapter/jdbc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/adapter/orc/pom.xml b/adapter/orc/pom.xml
index c96ab36..fbb72d6 100644
--- a/adapter/orc/pom.xml
+++ b/adapter/orc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/algorithm/pom.xml b/algorithm/pom.xml
index 898c260..116be9a 100644
--- a/algorithm/pom.xml
+++ b/algorithm/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
   <artifactId>arrow-algorithm</artifactId>
   <name>Arrow Algorithms</name>
diff --git a/arrow-variant/pom.xml b/arrow-variant/pom.xml
index 3a84217..fea7248 100644
--- a/arrow-variant/pom.xml
+++ b/arrow-variant/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
   <artifactId>arrow-variant</artifactId>
   <name>Arrow Variant</name>
diff --git a/bom/pom.xml b/bom/pom.xml
index 0de43a1..6a4f741 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.arrow</groupId>
   <artifactId>arrow-bom</artifactId>
-  <version>19.0.0-SNAPSHOT</version>
+  <version>19.0.0</version>
   <packaging>pom</packaging>
 
   <name>Arrow Bill of Materials</name>
@@ -68,7 +68,7 @@
   <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>main</tag>
+    <tag>v19.0.0</tag>
     <url>https://github.com/apache/arrow-java/tree/${project.scm.tag}</url>
   </scm>
 
diff --git a/c/pom.xml b/c/pom.xml
index c90b6dc..b0a7ffe 100644
--- a/c/pom.xml
+++ b/c/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>arrow-c-data</artifactId>
diff --git a/compression/pom.xml b/compression/pom.xml
index 29f8b41..92144ad 100644
--- a/compression/pom.xml
+++ b/compression/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
   <artifactId>arrow-compression</artifactId>
   <name>Arrow Compression</name>
diff --git a/dataset/pom.xml b/dataset/pom.xml
index 1852c6e..df5620c 100644
--- a/dataset/pom.xml
+++ b/dataset/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>arrow-dataset</artifactId>
diff --git a/flight/flight-core/pom.xml b/flight/flight-core/pom.xml
index f1d58a0..fbed544 100644
--- a/flight/flight-core/pom.xml
+++ b/flight/flight-core/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-flight</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>flight-core</artifactId>
diff --git a/flight/flight-integration-tests/pom.xml b/flight/flight-integration-tests/pom.xml
index f0f10ad..5ee7c6f 100644
--- a/flight/flight-integration-tests/pom.xml
+++ b/flight/flight-integration-tests/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-flight</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>flight-integration-tests</artifactId>
diff --git a/flight/flight-sql-jdbc-core/pom.xml b/flight/flight-sql-jdbc-core/pom.xml
index da00baf..d6fa116 100644
--- a/flight/flight-sql-jdbc-core/pom.xml
+++ b/flight/flight-sql-jdbc-core/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-flight</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>flight-sql-jdbc-core</artifactId>
diff --git a/flight/flight-sql-jdbc-driver/pom.xml b/flight/flight-sql-jdbc-driver/pom.xml
index 559c425..e6f23bc 100644
--- a/flight/flight-sql-jdbc-driver/pom.xml
+++ b/flight/flight-sql-jdbc-driver/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-flight</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>flight-sql-jdbc-driver</artifactId>
diff --git a/flight/flight-sql/pom.xml b/flight/flight-sql/pom.xml
index a595481..a58b76a 100644
--- a/flight/flight-sql/pom.xml
+++ b/flight/flight-sql/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-flight</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>flight-sql</artifactId>
diff --git a/flight/pom.xml b/flight/pom.xml
index 2fc3e89..a5a40a8 100644
--- a/flight/pom.xml
+++ b/flight/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
   <artifactId>arrow-flight</artifactId>
 
diff --git a/format/pom.xml b/format/pom.xml
index d3578b6..c09fad3 100644
--- a/format/pom.xml
+++ b/format/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>arrow-format</artifactId>
diff --git a/gandiva/pom.xml b/gandiva/pom.xml
index 5367bfd..d26edeb 100644
--- a/gandiva/pom.xml
+++ b/gandiva/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <groupId>org.apache.arrow.gandiva</groupId>
diff --git a/memory/memory-core/pom.xml b/memory/memory-core/pom.xml
index 72ee69d..586fdda 100644
--- a/memory/memory-core/pom.xml
+++ b/memory/memory-core/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-memory</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>arrow-memory-core</artifactId>
diff --git a/memory/memory-netty-buffer-patch/pom.xml b/memory/memory-netty-buffer-patch/pom.xml
index 07dc7d2..cb38efa 100644
--- a/memory/memory-netty-buffer-patch/pom.xml
+++ b/memory/memory-netty-buffer-patch/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-memory</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>arrow-memory-netty-buffer-patch</artifactId>
diff --git a/memory/memory-netty/pom.xml b/memory/memory-netty/pom.xml
index 6d660da..f33eb95 100644
--- a/memory/memory-netty/pom.xml
+++ b/memory/memory-netty/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-memory</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>arrow-memory-netty</artifactId>
diff --git a/memory/memory-unsafe/pom.xml b/memory/memory-unsafe/pom.xml
index 92dc0c9..d941fee 100644
--- a/memory/memory-unsafe/pom.xml
+++ b/memory/memory-unsafe/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-memory</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
 
   <artifactId>arrow-memory-unsafe</artifactId>
diff --git a/memory/pom.xml b/memory/pom.xml
index bc34c26..af953cc 100644
--- a/memory/pom.xml
+++ b/memory/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
   <artifactId>arrow-memory</artifactId>
   <packaging>pom</packaging>
diff --git a/performance/pom.xml b/performance/pom.xml
index 3f18188..685f433 100644
--- a/performance/pom.xml
+++ b/performance/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
   <artifactId>arrow-performance</artifactId>
   <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index 1962561..0b0aa58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.arrow</groupId>
   <artifactId>arrow-java-root</artifactId>
-  <version>19.0.0-SNAPSHOT</version>
+  <version>19.0.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Arrow Java Root POM</name>
@@ -82,7 +82,7 @@
   <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>main</tag>
+    <tag>v19.0.0</tag>
     <url>https://github.com/apache/arrow-java/tree/${project.scm.tag}</url>
   </scm>
 
@@ -92,7 +92,7 @@
   </issueManagement>
 
   <properties>
-    <project.build.outputTimestamp>1695310533</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1773307790</project.build.outputTimestamp>
     <target.gen.source.path>${project.build.directory}/generated-sources</target.gen.source.path>
     <dep.junit.platform.version>1.9.0</dep.junit.platform.version>
     <dep.junit.jupiter.version>5.12.2</dep.junit.jupiter.version>
diff --git a/tools/pom.xml b/tools/pom.xml
index d43adb1..9e557ba 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
   <artifactId>arrow-tools</artifactId>
   <name>Arrow Tools</name>
diff --git a/vector/pom.xml b/vector/pom.xml
index f46bd0e..bc64cbc 100644
--- a/vector/pom.xml
+++ b/vector/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.arrow</groupId>
     <artifactId>arrow-java-root</artifactId>
-    <version>19.0.0-SNAPSHOT</version>
+    <version>19.0.0</version>
   </parent>
   <artifactId>arrow-vector</artifactId>
   <name>Arrow Vectors</name>