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
quarkiverse-ci[bot] committed Oct 23, 2024
1 parent e8f7673 commit ed90d1d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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>io.quarkiverse.jgit</groupId>
<artifactId>quarkus-jgit-parent</artifactId>
<version>3.3.1</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-jgit-deployment</artifactId>
<name>Quarkus - JGit - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jgit</groupId>
<artifactId>quarkus-jgit-parent</artifactId>
<version>3.3.1</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>io.quarkiverse.jgit</groupId>
<artifactId>quarkus-jgit-parent</artifactId>
<version>3.3.1</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-jgit-integration-tests</artifactId>
<name>Quarkus - JGit - 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 @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.jgit</groupId>
<artifactId>quarkus-jgit-parent</artifactId>
<version>3.3.1</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus - JGit - Parent</name>
<modules>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-jgit.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-jgit.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-jgit</url>
<tag>3.3.1</tag>
<tag>HEAD</tag>
</scm>
<dependencyManagement>
<dependencies>
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>io.quarkiverse.jgit</groupId>
<artifactId>quarkus-jgit-parent</artifactId>
<version>3.3.1</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-jgit</artifactId>
<name>Quarkus - JGit - Runtime</name>
Expand Down

0 comments on commit ed90d1d

Please sign in to comment.