Skip to content

Update Maven SCM data #1384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<packaging>jar</packaging>
<name>Neo4j Java Driver (shaded package)</name>
<description>Access to the Neo4j graph database through Java</description>
<url>https://github.com/neo4j/neo4j-java-driver</url>

<properties>
<moduleName>org.neo4j.driver</moduleName>
Expand Down Expand Up @@ -219,4 +220,10 @@
</plugins>
</build>

<scm>
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
<url>https://github.com/neo4j/neo4j-java-driver</url>
</scm>

</project>
7 changes: 7 additions & 0 deletions driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<packaging>jar</packaging>
<name>Neo4j Java Driver</name>
<description>Access to the Neo4j graph database through Java</description>
<url>https://github.com/neo4j/neo4j-java-driver</url>

<properties>
<rootDir>${project.basedir}/..</rootDir>
Expand Down Expand Up @@ -240,4 +241,10 @@
</plugins>
</build>

<scm>
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
<url>https://github.com/neo4j/neo4j-java-driver</url>
</scm>

</project>
8 changes: 8 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<packaging>jar</packaging>
<name>Neo4j Java Driver Examples</name>
<description>Examples of using the Neo4j graph database through Java</description>
<url>https://github.com/neo4j/neo4j-java-driver</url>

<properties>
<rootDir>${project.basedir}/..</rootDir>
Expand Down Expand Up @@ -97,4 +98,11 @@
</plugin>
</plugins>
</build>

<scm>
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
<url>https://github.com/neo4j/neo4j-java-driver</url>
</scm>

</project>
7 changes: 7 additions & 0 deletions testkit-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<name>Neo4j Java Driver Testkit Backend</name>
<description>Integration component for use with Testkit</description>
<url>https://github.com/neo4j/neo4j-java-driver</url>

<properties>
<rootDir>${project.basedir}/..</rootDir>
Expand Down Expand Up @@ -81,4 +82,10 @@
</plugins>
</build>

<scm>
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
<url>https://github.com/neo4j/neo4j-java-driver</url>
</scm>

</project>
8 changes: 8 additions & 0 deletions testkit-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<name>Neo4j Java Driver Testkit Tests</name>
<description>Tests this driver using Testkit.</description>
<url>https://github.com/neo4j/neo4j-java-driver</url>

<properties>
<rootDir>${project.basedir}/..</rootDir>
Expand Down Expand Up @@ -303,4 +304,11 @@
</properties>
</profile>
</profiles>

<scm>
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
<url>https://github.com/neo4j/neo4j-java-driver</url>
</scm>

</project>