Skip to content

Commit 886d87b

Browse files
committed
[maven-release-plugin] prepare release apache-arrow-1.0.1
1 parent 5435b00 commit 886d87b

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

java/adapter/avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.arrow</groupId>
1818
<artifactId>arrow-java-root</artifactId>
19-
<version>1.0.1-SNAPSHOT</version>
19+
<version>1.0.1</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

java/adapter/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.arrow</groupId>
1818
<artifactId>arrow-java-root</artifactId>
19-
<version>1.0.1-SNAPSHOT</version>
19+
<version>1.0.1</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

java/adapter/orc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<parent>
8888
<groupId>org.apache.arrow</groupId>
8989
<artifactId>arrow-java-root</artifactId>
90-
<version>1.0.1-SNAPSHOT</version>
90+
<version>1.0.1</version>
9191
<relativePath>../../pom.xml</relativePath>
9292
</parent>
9393

java/algorithm/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>1.0.1-SNAPSHOT</version>
17+
<version>1.0.1</version>
1818
</parent>
1919
<artifactId>arrow-algorithm</artifactId>
2020
<name>Arrow Algorithms</name>

java/flight/flight-core/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>1.0.1-SNAPSHOT</version>
17+
<version>1.0.1</version>
1818
<relativePath>../../pom.xml</relativePath>
1919
</parent>
2020

java/flight/flight-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>arrow-java-root</artifactId>
1515
<groupId>org.apache.arrow</groupId>
16-
<version>1.0.1-SNAPSHOT</version>
16+
<version>1.0.1</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>

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>1.0.1-SNAPSHOT</version>
18+
<version>1.0.1</version>
1919
</parent>
2020

2121
<artifactId>arrow-format</artifactId>

java/gandiva/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>1.0.1-SNAPSHOT</version>
17+
<version>1.0.1</version>
1818
</parent>
1919

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

java/memory/memory-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>arrow-memory</artifactId>
1515
<groupId>org.apache.arrow</groupId>
16-
<version>1.0.1-SNAPSHOT</version>
16+
<version>1.0.1</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919

java/memory/memory-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>arrow-memory</artifactId>
1515
<groupId>org.apache.arrow</groupId>
16-
<version>1.0.1-SNAPSHOT</version>
16+
<version>1.0.1</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919

0 commit comments

Comments
 (0)