Skip to content

Commit 8a9d15d

Browse files
committed
Stop saying that we are alpha
Also updated example to use RC-1 instead of milestone
1 parent cc9a365 commit 8a9d15d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Neo4j Java Driver
22

3-
An alpha-level database driver for a new Neo4j remoting protocol.
4-
5-
*Note*: This is in active development, the API is not stable. Please try it out and give us feedback, but expect
6-
things to break in the medium term!
3+
A database driver for a new Neo4j remoting protocol.
74

85
## Minimum viable snippet
96

@@ -13,7 +10,7 @@ Add the driver to your project:
1310
<dependency>
1411
<groupId>org.neo4j.driver</groupId>
1512
<artifactId>neo4j-java-driver</artifactId>
16-
<version>1.0.0-M05</version>
13+
<version>1.0.0-RC1</version>
1714
</dependency>
1815
</dependencies>
1916

0 commit comments

Comments
 (0)