Skip to content

Commit 33717d4

Browse files
authored
GH-490: Use apache/arrow-java not apache/arrow in pom.xml (#491)
Fixes #490.
1 parent e2ea8fa commit 33717d4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ under the License.
6666
</mailingLists>
6767

6868
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
69-
<connection>scm:git:https://github.com/apache/arrow.git</connection>
70-
<developerConnection>scm:git:https://github.com/apache/arrow.git</developerConnection>
69+
<connection>scm:git:https://github.com/apache/arrow-java.git</connection>
70+
<developerConnection>scm:git:https://github.com/apache/arrow-java.git</developerConnection>
7171
<tag>main</tag>
72-
<url>https://github.com/apache/arrow/tree/${project.scm.tag}</url>
72+
<url>https://github.com/apache/arrow-java/tree/${project.scm.tag}</url>
7373
</scm>
7474

7575
<issueManagement>
7676
<system>GitHub</system>
77-
<url>https://github.com/apache/arrow/issues</url>
77+
<url>https://github.com/apache/arrow-java/issues</url>
7878
</issueManagement>
7979

8080
<properties>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ under the License.
7979
</modules>
8080

8181
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
82-
<connection>scm:git:https://github.com/apache/arrow.git</connection>
83-
<developerConnection>scm:git:https://github.com/apache/arrow.git</developerConnection>
82+
<connection>scm:git:https://github.com/apache/arrow-java.git</connection>
83+
<developerConnection>scm:git:https://github.com/apache/arrow-java.git</developerConnection>
8484
<tag>main</tag>
85-
<url>https://github.com/apache/arrow/tree/${project.scm.tag}</url>
85+
<url>https://github.com/apache/arrow-java/tree/${project.scm.tag}</url>
8686
</scm>
8787

8888
<issueManagement>
8989
<system>GitHub</system>
90-
<url>https://github.com/apache/arrow/issues</url>
90+
<url>https://github.com/apache/arrow-java/issues</url>
9191
</issueManagement>
9292

9393
<properties>

0 commit comments

Comments
 (0)