Skip to content

Commit 1a5faf3

Browse files
committed
Use new nightly package for integration tests
1 parent e5c50a6 commit 1a5faf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/Neo4jInstaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static boolean isWindows()
4444
}
4545
}
4646

47-
static final String version = System.getProperty( "version", "3.0.0-M02-NIGHTLY" );
47+
static final String version = System.getProperty( "version", "3.0.0-NIGHTLY" );
4848

4949
private static final File neo4jDir = new File( "./target/neo4j" );
5050

0 commit comments

Comments
 (0)