Skip to content

Commit

Permalink
updates to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Mar 31, 2011
1 parent 38529d5 commit e7f97da
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions blueprints-sail-graph/pom.xml
Expand Up @@ -88,6 +88,15 @@
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<repository>
<id>neo4j-public-repository</id>
<name>Publicly available Maven 2 repository for Neo4j</name>
<url>http://m2.neo4j.org/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<build>
<directory>${basedir}/target</directory>
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -48,6 +48,18 @@
<module>blueprints-test</module>
</modules>

<repositories>
<repository>
<id>tinkerpop-repository</id>
<name>TinkerPop Maven2 Repository</name>
<url>http://tinkerpop.com/maven2</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>

<build>
<directory>${basedir}/target</directory>
</build>
Expand Down

0 comments on commit e7f97da

Please sign in to comment.