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 Oct 16, 2023
1 parent 3cde8b7 commit ca650b2
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.4.1</version>
<version>3.4.2-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.4.1</version>
<version>3.4.2-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.4.1</version>
<version>3.4.2-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.4.1</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.43.4</docker-maven-plugin.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<graalvm.version>23.0.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.3.0</maven-checkstyle-plugin.version>
Expand Down Expand Up @@ -299,7 +299,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.4.1</version>
<version>3.4.2-SNAPSHOT</version>
</parent>
<artifactId>neo4j-ogm-quarkus</artifactId>
<name>Neo4j-OGM (Quarkus)</name>
Expand Down

0 comments on commit ca650b2

Please sign in to comment.