Skip to content

Commit

Permalink
Upgrade to Neo4j OGM 3.0.0-M01
Browse files Browse the repository at this point in the history
Closes gh-8687
  • Loading branch information
wilkinsona committed May 5, 2017
1 parent 2245bce commit 269cea2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
7 changes: 0 additions & 7 deletions .settings-template.xml
Expand Up @@ -49,13 +49,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>neo4j-snapshots</id>
<url>http://m2.neo4j.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down
9 changes: 1 addition & 8 deletions spring-boot-dependencies/pom.xml
Expand Up @@ -135,7 +135,7 @@
<mysql.version>5.1.41</mysql.version>
<narayana.version>5.5.7.Final</narayana.version>
<nekohtml.version>1.9.22</nekohtml.version>
<neo4j-ogm.version>3.0.0-SNAPSHOT</neo4j-ogm.version>
<neo4j-ogm.version>3.0.0-M01</neo4j-ogm.version>
<netty.version>4.1.10.Final</netty.version>
<postgresql.version>42.0.0</postgresql.version>
<querydsl.version>4.1.4</querydsl.version>
Expand Down Expand Up @@ -2661,13 +2661,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>neo4j-snapshots</id>
<url>http://m2.neo4j.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
Expand Down
21 changes: 0 additions & 21 deletions spring-boot-parent/pom.xml
Expand Up @@ -666,13 +666,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>neo4j-snapshots</id>
<url>http://m2.neo4j.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down Expand Up @@ -738,13 +731,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>neo4j-snapshots</id>
<url>http://m2.neo4j.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down Expand Up @@ -829,13 +815,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>neo4j-snapshots</id>
<url>http://m2.neo4j.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 269cea2

Please sign in to comment.