Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Dec 9, 2024
1 parent c1fd08a commit 807cdb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.11.0</version>
</parent>
<artifactId>neo4j-ogm-quarkus-deployment</artifactId>
<name>Neo4j-OGM (Quarkus Deployment)</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.11.0</version>
</parent>
<artifactId>neo4j-ogm-quarkus-integration-tests</artifactId>
<name>Neo4j-OGM (Quarkus Integration Tests)</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.11.0</version>
<packaging>pom</packaging>

<name>Neo4j-OGM (Quarkus Parent)</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<scm>
<connection>scm:git:git@github.com:neo4j/neo4j-ogm-quarkus.git</connection>
<developerConnection>scm:git:git@github.com:neo4j/neo4j-ogm-quarkus.git</developerConnection>
<tag>HEAD</tag>
<tag>3.11.0</tag>
<url>https://github.com/neo4j/neo4j-ogm-quarkus</url>
</scm>

Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus-parent</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.11.0</version>
</parent>
<artifactId>neo4j-ogm-quarkus</artifactId>
<name>Neo4j-OGM (Quarkus)</name>
Expand Down

0 comments on commit 807cdb4

Please sign in to comment.