Skip to content

Commit 6742ae0

Browse files
committed
Release 3.1.0.1
1 parent 2e8fe61 commit 6742ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ project, simply package the project with maven:
7676

7777
mvn clean package
7878

79-
This will produce a jar-file,`target/neo4j-script-procedures-1.0.0-SNAPSHOT.jar`, that can be copied in the `$NEO4J_HOME/plugins` directory of your Neo4j instance.
79+
This will produce a jar-file,`target/neo4j-script-procedures-*-SNAPSHOT.jar`, that can be copied in the `$NEO4J_HOME/plugins` directory of your Neo4j instance.
8080

8181
== License
8282

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.neo4j.procedures</groupId>
77
<artifactId>neo4j-script-procedures</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>3.1.0.1</version>
99

1010
<packaging>jar</packaging>
1111
<name>Neo4j Script Procedures</name>

0 commit comments

Comments
 (0)