Skip to content
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:git@github.com: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:git@github.com: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:git@github.com: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:git@github.com: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:git@github.com:neo4j/neo4j-java-driver.git</developerConnection>
<url>https://github.com/neo4j/neo4j-java-driver</url>
</scm>

</project>