Skip to content

Commit 0238828

Browse files
Set next development version to 4.0.15.
Signed-off-by: Michael Simons <michael.simons@neo4j.com>
1 parent a5e0f64 commit 0238828

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.neo4j</groupId>
2727
<artifactId>neo4j-ogm</artifactId>
28-
<version>4.0.14-SNAPSHOT</version>
28+
<version>4.0.15-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>neo4j-ogm-api</artifactId>

bolt-driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.neo4j</groupId>
2727
<artifactId>neo4j-ogm</artifactId>
28-
<version>4.0.14-SNAPSHOT</version>
28+
<version>4.0.15-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>neo4j-ogm-bolt-driver</artifactId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.neo4j</groupId>
4444
<artifactId>neo4j-ogm-api</artifactId>
45-
<version>4.0.14-SNAPSHOT</version>
45+
<version>4.0.15-SNAPSHOT</version>
4646
</dependency>
4747

4848
<dependency>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.neo4j</groupId>
2727
<artifactId>neo4j-ogm</artifactId>
28-
<version>4.0.14-SNAPSHOT</version>
28+
<version>4.0.15-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>neo4j-ogm-core</artifactId>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.neo4j</groupId>
4545
<artifactId>neo4j-ogm-api</artifactId>
46-
<version>4.0.14-SNAPSHOT</version>
46+
<version>4.0.15-SNAPSHOT</version>
4747
</dependency>
4848

4949
<dependency>

neo4j-ogm-tests/neo4j-ogm-integration-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.neo4j</groupId>
2828
<artifactId>neo4j-ogm-tests</artifactId>
29-
<version>4.0.14-SNAPSHOT</version>
29+
<version>4.0.15-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>neo4j-ogm-integration-tests</artifactId>
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.neo4j</groupId>
4747
<artifactId>neo4j-ogm-core</artifactId>
48-
<version>4.0.14-SNAPSHOT</version>
48+
<version>4.0.15-SNAPSHOT</version>
4949
</dependency>
5050

5151
<dependency>
5252
<groupId>org.neo4j</groupId>
5353
<artifactId>neo4j-ogm-bolt-driver</artifactId>
54-
<version>4.0.14-SNAPSHOT</version>
54+
<version>4.0.15-SNAPSHOT</version>
5555
</dependency>
5656

5757
<dependency>

neo4j-ogm-tests/neo4j-ogm-tests-report/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.neo4j</groupId>
2727
<artifactId>neo4j-ogm-tests</artifactId>
28-
<version>4.0.14-SNAPSHOT</version>
28+
<version>4.0.15-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>neo4j-ogm-tests-report</artifactId>
@@ -42,25 +42,25 @@
4242
<dependency>
4343
<groupId>org.neo4j</groupId>
4444
<artifactId>neo4j-ogm-api</artifactId>
45-
<version>4.0.14-SNAPSHOT</version>
45+
<version>4.0.15-SNAPSHOT</version>
4646
</dependency>
4747

4848
<dependency>
4949
<groupId>org.neo4j</groupId>
5050
<artifactId>neo4j-ogm-core</artifactId>
51-
<version>4.0.14-SNAPSHOT</version>
51+
<version>4.0.15-SNAPSHOT</version>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>org.neo4j</groupId>
5656
<artifactId>neo4j-ogm-bolt-driver</artifactId>
57-
<version>4.0.14-SNAPSHOT</version>
57+
<version>4.0.15-SNAPSHOT</version>
5858
</dependency>
5959

6060
<dependency>
6161
<groupId>org.neo4j</groupId>
6262
<artifactId>neo4j-ogm-integration-tests</artifactId>
63-
<version>4.0.14-SNAPSHOT</version>
63+
<version>4.0.15-SNAPSHOT</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>

neo4j-ogm-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.neo4j</groupId>
2727
<artifactId>neo4j-ogm</artifactId>
28-
<version>4.0.14-SNAPSHOT</version>
28+
<version>4.0.15-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>neo4j-ogm-tests</artifactId>

pom.xml

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

2626
<groupId>org.neo4j</groupId>
2727
<artifactId>neo4j-ogm</artifactId>
28-
<version>4.0.14-SNAPSHOT</version>
28+
<version>4.0.15-SNAPSHOT</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Neo4j-OGM</name>

0 commit comments

Comments
 (0)