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
cescoffier committed Jun 25, 2024
1 parent 828efef commit fee644b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion certificate-generator-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.escoffier.certs</groupId>
<artifactId>certificate-generator-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<artifactId>certificate-generator-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion certificate-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.escoffier.certs</groupId>
<artifactId>certificate-generator-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<artifactId>certificate-generator-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion certificate-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.escoffier.certs</groupId>
<artifactId>certificate-generator-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
</parent>

<artifactId>certificate-generator</artifactId>
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>me.escoffier.certs</groupId>
<artifactId>certificate-generator-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -200,7 +200,7 @@
<url>https://github.com/cescoffier/certificate-generator</url>
<connection>https://github.com/cescoffier/certificate-generator.git</connection>
<developerConnection>scm:git:https://github.com/cescoffier/certificate-generator.git</developerConnection>
<tag>certificate-generator-parent-0.7.0</tag>
<tag>HEAD</tag>
</scm>

<inceptionYear>2022</inceptionYear>
Expand Down

0 comments on commit fee644b

Please sign in to comment.