Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Added propject description to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Oct 22, 2017
1 parent fec967a commit 5528558
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<artifactId>graph-algorithms-core</artifactId>

<name>Neo4j Graph Algorithms :: Core</name>
<description>Efficient Graph Algorithms for Neo4j - Core Implementation</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<version>3.2.5.2</version>
<packaging>pom</packaging>
<name>Neo4j Graph Algorithms</name>
<description>Efficient Graph Algorithms for Neo4j</description>

<profiles>
<profile>
Expand Down
1 change: 1 addition & 0 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<artifactId>graph-algorithms-tests</artifactId>

<name>Neo4j Graph Algorithms :: Tests</name>
<description>Efficient Graph Algorithms for Neo4j - Tests</description>

<properties>
<logback.version>1.0.13</logback.version>
Expand Down

0 comments on commit 5528558

Please sign in to comment.