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
actions-user committed Jul 14, 2023
1 parent dda31ef commit a9a3c76
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.0.2</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.0.2</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.0.2</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.0.2</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus - JGit - Parent</name>
<modules>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-jgit.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-jgit.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-jgit</url>
<tag>3.0.2</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.0.2</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-jgit</artifactId>
<name>Quarkus - JGit - Runtime</name>
Expand Down

0 comments on commit a9a3c76

Please sign in to comment.