Skip to content

Commit 43d1fe2

Browse files
committed
Put back "developers" section in the parent pom
Turns artifacts without this section can't be published to Maven Central.
1 parent 31a86fb commit 43d1fe2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@
2828
</license>
2929
</licenses>
3030

31-
<organization>
32-
<name>Neo4j Sweden AB</name>
33-
<url>http://neo4j.com</url>
34-
</organization>
31+
<developers>
32+
<developer>
33+
<id>neo4j</id>
34+
<name>The Neo4j Team</name>
35+
<url>http://www.neo4j.com/</url>
36+
<organization>Neo4j Sweden AB</organization>
37+
<organizationUrl>http://www.neo4j.com/</organizationUrl>
38+
</developer>
39+
</developers>
3540

3641
<scm>
3742
<connection>scm:git:git://github.com/neo4j/neo4j-java-driver.git</connection>

0 commit comments

Comments
 (0)