Skip to content

Commit 0a0d99b

Browse files
authored
build: use neo4j as the new group id (#665)
1 parent cc56bc1 commit 0a0d99b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* @neo4j-contrib/team-connectors
1+
* @neo4j/team-connectors
22

33
/.github/ @ali-ince @fbiville @venikkin

examples/neo4j_data_engineering.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "markdown",
55
"source": [
6-
"Open this notebook in Google Colab <a target=\"_blank\" href=\"https://colab.research.google.com/github/neo4j-contrib/neo4j-spark-connector/blob/5.0/examples/neo4j_data_engineering.ipynb\">\n",
6+
"Open this notebook in Google Colab <a target=\"_blank\" href=\"https://colab.research.google.com/github/neo4j/neo4j-spark-connector/blob/5.0/examples/neo4j_data_engineering.ipynb\">\n",
77
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
88
"</a>"
99
],
@@ -29,7 +29,7 @@
2929
"\n",
3030
"If you have any questions or problems feel free to write a post in the [Neo4j community forum](https://community.neo4j.com/) or in [Discord](https://discord.com/invite/neo4j).\n",
3131
"\n",
32-
"If you want more exercises feel free to open an issue in the [GitHub repository](https://github.com/neo4j-contrib/neo4j-spark-connector).\n",
32+
"If you want more exercises feel free to open an issue in the [GitHub repository](https://github.com/neo4j/neo4j-spark-connector).\n",
3333
"\n",
3434
"Enjoy!"
3535
],

examples/neo4j_data_science.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"cell_type": "markdown",
2020
"source": [
21-
"Open this notebook in Google Colab <a target=\"_blank\" href=\"https://colab.research.google.com/github/neo4j-contrib/neo4j-spark-connector/blob/5.0/examples/neo4j_data_science.ipynb\">\n",
21+
"Open this notebook in Google Colab <a target=\"_blank\" href=\"https://colab.research.google.com/github/neo4j/neo4j-spark-connector/blob/5.0/examples/neo4j_data_science.ipynb\">\n",
2222
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
2323
"</a>"
2424
],
@@ -42,7 +42,7 @@
4242
"\n",
4343
"If you have any questions or problems feel free to write a post in the [Neo4j community forum](https://community.neo4j.com/) or in [Discord](https://discord.com/invite/neo4j).\n",
4444
"\n",
45-
"If you want more exercises feel free to open an issue in the [GitHub repository](https://github.com/neo4j-contrib/neo4j-spark-connector).\n",
45+
"If you want more exercises feel free to open an issue in the [GitHub repository](https://github.com/neo4j/neo4j-spark-connector).\n",
4646
"\n",
4747
"Enjoy!"
4848
],

scripts/release/upload_to_spark_packages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ curl -X POST 'https://spark-packages.org/api/submit-release' \
3232
-F "git_commit_sha1=$GIT_HASH" \
3333
-F "version=$VERSION" \
3434
-F "license_id=$LICENSE" \
35-
-F "name=neo4j-contrib/neo4j-spark-connector" \
36-
-F "artifact_zip=@$PATH_TO_PACKAGE_FILE"
35+
-F "name=neo4j/neo4j-spark-connector" \
36+
-F "artifact_zip=@$PATH_TO_PACKAGE_FILE;type=application/zip"

spark-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Spark ${spark.version} for Neo4j Connector for Apache Spark using the binary Bolt Driver</description>
1414
<properties>
1515
<spark-packages.artifactId>neo4j-spark-connector</spark-packages.artifactId>
16-
<spark-packages.groupId>neo4j-contrib</spark-packages.groupId>
16+
<spark-packages.groupId>neo4j</spark-packages.groupId>
1717
<spark-packages.packageName>${spark-packages.artifactId}-${spark-packages.version}</spark-packages.packageName>
1818
<spark-packages.version/>
1919
</properties>

0 commit comments

Comments
 (0)