Skip to content

Commit 580b431

Browse files
[maven-release-plugin] prepare release 3.14.0
1 parent e77c399 commit 580b431

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.neo4j</groupId>
66
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
7-
<version>3.13.1-SNAPSHOT</version>
7+
<version>3.14.0</version>
88
</parent>
99
<artifactId>neo4j-ogm-quarkus-deployment</artifactId>
1010
<name>Neo4j-OGM (Quarkus Deployment)</name>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.neo4j</groupId>
66
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
7-
<version>3.13.1-SNAPSHOT</version>
7+
<version>3.14.0</version>
88
</parent>
99
<artifactId>neo4j-ogm-quarkus-integration-tests</artifactId>
1010
<name>Neo4j-OGM (Quarkus Integration Tests)</name>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.neo4j</groupId>
66
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
7-
<version>3.13.1-SNAPSHOT</version>
7+
<version>3.14.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Neo4j-OGM (Quarkus Parent)</name>
@@ -46,7 +46,7 @@
4646
<scm>
4747
<connection>scm:git:git@github.com:neo4j/neo4j-ogm-quarkus.git</connection>
4848
<developerConnection>scm:git:git@github.com:neo4j/neo4j-ogm-quarkus.git</developerConnection>
49-
<tag>HEAD</tag>
49+
<tag>3.14.0</tag>
5050
<url>https://github.com/neo4j/neo4j-ogm-quarkus</url>
5151
</scm>
5252

@@ -55,7 +55,7 @@
5555
<docker-maven-plugin.version>0.46.0</docker-maven-plugin.version>
5656
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
5757
<graalvm.version>24.1.2</graalvm.version>
58-
<java-module-name />
58+
<java-module-name/>
5959
<java.version>17</java.version>
6060
<junit.jupiter.version>5.8.2</junit.jupiter.version>
6161
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
@@ -300,7 +300,7 @@
300300
<requireJavaVersion>
301301
<version>${java.version}</version>
302302
</requireJavaVersion>
303-
<DependencyConvergence />
303+
<DependencyConvergence/>
304304
<requireMavenVersion>
305305
<version>${maven.version}</version>
306306
</requireMavenVersion>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.neo4j</groupId>
66
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
7-
<version>3.13.1-SNAPSHOT</version>
7+
<version>3.14.0</version>
88
</parent>
99
<artifactId>neo4j-ogm-quarkus</artifactId>
1010
<name>Neo4j-OGM (Quarkus)</name>

0 commit comments

Comments
 (0)