Skip to content

Commit 8274950

Browse files
authored
Update Maven SCM data (#1384)
1 parent c7b1987 commit 8274950

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

bundle/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<packaging>jar</packaging>
1616
<name>Neo4j Java Driver (shaded package)</name>
1717
<description>Access to the Neo4j graph database through Java</description>
18+
<url>https://github.com/neo4j/neo4j-java-driver</url>
1819

1920
<properties>
2021
<moduleName>org.neo4j.driver</moduleName>
@@ -219,4 +220,10 @@
219220
</plugins>
220221
</build>
221222

223+
<scm>
224+
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
225+
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
226+
<url>https://github.com/neo4j/neo4j-java-driver</url>
227+
</scm>
228+
222229
</project>

driver/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<packaging>jar</packaging>
1515
<name>Neo4j Java Driver</name>
1616
<description>Access to the Neo4j graph database through Java</description>
17+
<url>https://github.com/neo4j/neo4j-java-driver</url>
1718

1819
<properties>
1920
<rootDir>${project.basedir}/..</rootDir>
@@ -240,4 +241,10 @@
240241
</plugins>
241242
</build>
242243

244+
<scm>
245+
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
246+
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
247+
<url>https://github.com/neo4j/neo4j-java-driver</url>
248+
</scm>
249+
243250
</project>

examples/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<packaging>jar</packaging>
1616
<name>Neo4j Java Driver Examples</name>
1717
<description>Examples of using the Neo4j graph database through Java</description>
18+
<url>https://github.com/neo4j/neo4j-java-driver</url>
1819

1920
<properties>
2021
<rootDir>${project.basedir}/..</rootDir>
@@ -97,4 +98,11 @@
9798
</plugin>
9899
</plugins>
99100
</build>
101+
102+
<scm>
103+
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
104+
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
105+
<url>https://github.com/neo4j/neo4j-java-driver</url>
106+
</scm>
107+
100108
</project>

testkit-backend/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

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

1819
<properties>
1920
<rootDir>${project.basedir}/..</rootDir>
@@ -81,4 +82,10 @@
8182
</plugins>
8283
</build>
8384

85+
<scm>
86+
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
87+
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
88+
<url>https://github.com/neo4j/neo4j-java-driver</url>
89+
</scm>
90+
8491
</project>

testkit-tests/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

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

1819
<properties>
1920
<rootDir>${project.basedir}/..</rootDir>
@@ -303,4 +304,11 @@
303304
</properties>
304305
</profile>
305306
</profiles>
307+
308+
<scm>
309+
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>
310+
<developerConnection>scm:git:[email protected]:neo4j/neo4j-java-driver.git</developerConnection>
311+
<url>https://github.com/neo4j/neo4j-java-driver</url>
312+
</scm>
313+
306314
</project>

0 commit comments

Comments
 (0)