Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Nov 12, 2024
1 parent 9f9300e commit 20893e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.0</version>
<version>3.10.1-SNAPSHOT</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.0</version>
<version>3.10.1-SNAPSHOT</version>
</parent>
<artifactId>neo4j-ogm-quarkus-integration-tests</artifactId>
<name>Neo4j-OGM (Quarkus Integration Tests)</name>
Expand Down
8 changes: 4 additions & 4 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.0</version>
<version>3.10.1-SNAPSHOT</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>3.10.0</tag>
<tag>HEAD</tag>
<url>https://github.com/neo4j/neo4j-ogm-quarkus</url>
</scm>

Expand All @@ -55,7 +55,7 @@
<docker-maven-plugin.version>0.45.1</docker-maven-plugin.version>
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
<graalvm.version>24.1.1</graalvm.version>
<java-module-name/>
<java-module-name />
<java.version>17</java.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
Expand Down Expand Up @@ -300,7 +300,7 @@
<requireJavaVersion>
<version>${java.version}</version>
</requireJavaVersion>
<DependencyConvergence/>
<DependencyConvergence />
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
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.0</version>
<version>3.10.1-SNAPSHOT</version>
</parent>
<artifactId>neo4j-ogm-quarkus</artifactId>
<name>Neo4j-OGM (Quarkus)</name>
Expand Down

0 comments on commit 20893e5

Please sign in to comment.