Skip to content

Commit

Permalink
[maven-release-plugin] prepare release apache-arrow-0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Sep 30, 2019
1 parent 6b13745 commit 40d468e
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 18 deletions.
6 changes: 2 additions & 4 deletions java/adapter/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion java/algorithm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<artifactId>arrow-algorithm</artifactId>
<name>Arrow Algorithms</name>
Expand Down
2 changes: 1 addition & 1 deletion java/flight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

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

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

<groupId>org.apache.arrow.gandiva</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<artifactId>arrow-memory</artifactId>
<name>Arrow Memory</name>
Expand Down
2 changes: 1 addition & 1 deletion java/performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>arrow-java-root</artifactId>
<groupId>org.apache.arrow</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<artifactId>arrow-performance</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion java/plasma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<artifactId>arrow-plasma</artifactId>
<name>Arrow Plasma Client</name>
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

<name>Apache Arrow Java Root POM</name>
Expand All @@ -38,7 +38,7 @@
<dep.hadoop.version>2.7.1</dep.hadoop.version>
<dep.fbs.version>1.9.0</dep.fbs.version>
<dep.flatc.version>1.9.0</dep.flatc.version>
<arrow.vector.classifier></arrow.vector.classifier>
<arrow.vector.classifier />
<forkCount>2</forkCount>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
<errorprone.javac.version>9+181-r4173-1</errorprone.javac.version>
Expand All @@ -48,7 +48,7 @@
<connection>scm:git:https://github.com/apache/arrow.git</connection>
<developerConnection>scm:git:https://github.com/apache/arrow.git</developerConnection>
<url>https://github.com/apache/arrow</url>
<tag>apache-arrow-0.10.0</tag>
<tag>apache-arrow-0.15.0</tag>
</scm>

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

0 comments on commit 40d468e

Please sign in to comment.