Skip to content

Commit 4631543

Browse files
committed
[maven-release-plugin] prepare release apache-arrow-0.4.1
Change-Id: I36c4db377ed8cfc10de14604114a79454db10aa1
1 parent 2a12482 commit 4631543

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

2121
<artifactId>arrow-format</artifactId>

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

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.apache.arrow</groupId>
2222
<artifactId>arrow-java-root</artifactId>
23-
<version>0.5.0-SNAPSHOT</version>
23+
<version>0.4.1</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Apache Arrow Java Root POM</name>
@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/arrow.git</connection>
4343
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/arrow.git</developerConnection>
4444
<url>https://github.com/apache/arrow</url>
45-
<tag>HEAD</tag>
45+
<tag>apache-arrow-0.4.1</tag>
4646
</scm>
4747

4848
<mailingLists>

java/tools/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.5.0-SNAPSHOT</version>
17+
<version>0.4.1</version>
1818
</parent>
1919
<artifactId>arrow-tools</artifactId>
2020
<name>Arrow Tools</name>

java/vector/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.5.0-SNAPSHOT</version>
17+
<version>0.4.1</version>
1818
</parent>
1919
<artifactId>arrow-vector</artifactId>
2020
<name>Arrow Vectors</name>

0 commit comments

Comments
 (0)