Skip to content

Commit

Permalink
Update version to 3.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
- Updated Java version to 8.
- Updated documentation regarding versions.
  • Loading branch information
mangrish committed Feb 14, 2017
1 parent f83a2f6 commit 9fe5da2
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 100 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It aims to simplify development with the Neo4j graph database and like JPA, it u
If you use Spring to build your applications be sure to check out [Spring Data Neo4j](https://github.com/spring-projects/spring-data-neo4j).

***The latest OGM version is:*** `2.1.1`.
***The latest OGM development version is:*** `2.1.2-SNAPSHOT`.
***The latest OGM development version is:*** `2.1.2-SNAPSHOT` and `3.0.0-SNAPSHOT`.

##Quick start

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>neo4j-ogm</artifactId>
<groupId>org.neo4j</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions bolt-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>neo4j-ogm</artifactId>
<groupId>org.neo4j</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-api</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.neo4j.driver</groupId>
Expand Down
4 changes: 2 additions & 2 deletions compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>neo4j-ogm</artifactId>
<groupId>org.neo4j</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-api</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
14 changes: 7 additions & 7 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>neo4j-ogm</artifactId>
<groupId>org.neo4j</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,40 +28,40 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-api</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-compiler</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-http-driver</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-embedded-driver</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-bolt-driver</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-test</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions embedded-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>neo4j-ogm</artifactId>
<groupId>org.neo4j</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-api</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions http-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>neo4j-ogm</artifactId>
<groupId>org.neo4j</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-api</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-ogm-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-docs</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

<name>Neo4j OGM Documentation</name>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions neo4j-ogm-docs/src/main/asciidoc/introduction/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ The connection to Neo4j handled by a driver layer, which can use the binary prot
[[introduction:requirements]]
== Requirements

Neo4j OGM 2.1.x at minimum, requires:
Neo4j OGM 3.0.x at minimum, requires:

* JDK Version 7 and above.
* JDK Version 8 and above.
* Neo4j Database 2.3.x / 3.0.x / 3.1.x and above.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Consult the version table to determine which version of the OGM to use with a pa
[frame="topbot",options="header"]
|======================
|Neo4j-OGM Version |Neo4j Version | Bolt Version^#^ | Spring Data Neo4j Version | Spring Boot Version
|3.0.0+ |3.0.x, 3.1.x | 1.1.0+ | 5.0.0+ | 2.0.0+
|2.1.0+ |2.3.x, 3.0.x, 3.1.x | 1.1.0+ | 4.2.0+ | 1.5.0+
|2.0.2+ |2.3.x, 3.0.x | 1.0.0+ | 4.1.2 - 4.1.6+ | 1.4.x
|2.0.1^*^ |2.2.x, 2.3.x | 1.0.0-RC1 | 4.1.0 - 4.1.1 | 1.4.x
Expand Down
80 changes: 4 additions & 76 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm</artifactId>
<packaging>pom</packaging>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

<modules>
<module>api</module>
Expand All @@ -35,8 +35,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commonslang>3.4</commonslang>
<commonscodec>1.10</commonscodec>
<commonsio>2.4</commonsio>
Expand All @@ -50,7 +50,7 @@
<!-- default for build, if no profiles invoked -->
<neo4j>3.1.1</neo4j>
<bolt>1.1.0</bolt>
<ogm.properties>ogm-http.properties</ogm.properties>
<ogm.properties>ogm-bolt.properties</ogm.properties>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -308,78 +308,6 @@

<profiles>

<profile>
<id>2.2</id>
<properties>
<neo4j>2.2.10</neo4j>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<executions>
<execution>
<id>default-test</id>
<configuration>
<forkMode>once</forkMode>
<includes>
<include>**/*.java</include>
</includes>
<excludes>
<exclude>**/defects/**</exclude>
<exclude>**/BoltDriverTest.java</exclude>
</excludes>
<systemPropertyVariables>
<ogm.properties>${ogm.properties}</ogm.properties>
</systemPropertyVariables>

</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</profile>

<profile>
<id>2.3</id>
<properties>
<neo4j>2.3.9</neo4j>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<executions>
<execution>
<id>default-test</id>
<configuration>
<forkMode>once</forkMode>
<includes>
<include>**/*.java</include>
</includes>
<excludes>
<exclude>**/defects/**</exclude>
<exclude>**/BoltDriverTest.java</exclude>
</excludes>
<systemPropertyVariables>
<ogm.properties>${ogm.properties}</ogm.properties>
</systemPropertyVariables>

</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</profile>

<profile>
<id>3.0</id>
<properties>
Expand Down
8 changes: 4 additions & 4 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,19 +29,19 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-http-driver</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-embedded-driver</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-bolt-driver</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9fe5da2

Please sign in to comment.