Skip to content

Commit 7b065b3

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 729a768 commit 7b065b3

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
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>0.16.0</version>
19+
<version>1.0.0-SNAPSHOT</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>0.16.0</version>
19+
<version>1.0.0-SNAPSHOT</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
@@ -81,7 +81,7 @@
8181
<parent>
8282
<groupId>org.apache.arrow</groupId>
8383
<artifactId>arrow-java-root</artifactId>
84-
<version>0.16.0</version>
84+
<version>1.0.0-SNAPSHOT</version>
8585
<relativePath>../../pom.xml</relativePath>
8686
</parent>
8787

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>0.16.0</version>
17+
<version>1.0.0-SNAPSHOT</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>0.16.0</version>
17+
<version>1.0.0-SNAPSHOT</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>0.16.0</version>
16+
<version>1.0.0-SNAPSHOT</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>0.16.0</version>
18+
<version>1.0.0-SNAPSHOT</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>0.16.0</version>
17+
<version>1.0.0-SNAPSHOT</version>
1818
</parent>
1919

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

java/memory/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.16.0</version>
17+
<version>1.0.0-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>arrow-memory</artifactId>
2020
<name>Arrow Memory</name>

java/performance/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>arrow-java-root</artifactId>
1616
<groupId>org.apache.arrow</groupId>
17-
<version>0.16.0</version>
17+
<version>1.0.0-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>arrow-performance</artifactId>
2020
<packaging>jar</packaging>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.apache.arrow</groupId>
8282
<artifactId>arrow-algorithm</artifactId>
83-
<version>0.16.0</version>
83+
<version>1.0.0-SNAPSHOT</version>
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>

0 commit comments

Comments
 (0)