Skip to content

Commit

Permalink
DATAGRAPH-576 - Prepare 3.3.0.RELEASE (Fowler GA).
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Mar 23, 2015
1 parent df6d337 commit 6279cef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.6.0.BUILD-SNAPSHOT</version>
<version>1.6.0.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-neo4j</dist.id>
<springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.10.0.RELEASE</springdata.commons>

<!-- Neo4j 2.0 now requires JDK 7 as a min -->
<source.level>1.7</source.level>
Expand Down Expand Up @@ -192,9 +192,9 @@
</dependencies>
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<id>spring-libs-release</id>
<name>Spring</name>
<url>http://repo.spring.io/libs-snapshot</url>
<url>https://repo.spring.io/libs-release</url>
</repository>
<repository>
<id>neo4j</id>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/notice.txt
@@ -1,4 +1,4 @@
Spring Data Neo4j 3.3 RC1
Spring Data Neo4j 3.3 GA
Copyright (c) [2011-2015] Pivotal Software, Inc. / Neo Technologies, Inc.

This product is licensed to you under the Apache License, Version 2.0 (the "License").
Expand Down

0 comments on commit 6279cef

Please sign in to comment.