Skip to content

Commit f9768d1

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent feb3d59 commit f9768d1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

acme4j-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.shredzone.acme4j</groupId>
2222
<artifactId>acme4j</artifactId>
23-
<version>3.3.0</version>
23+
<version>3.3.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>acme4j-client</artifactId>

acme4j-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.shredzone.acme4j</groupId>
2222
<artifactId>acme4j</artifactId>
23-
<version>3.3.0</version>
23+
<version>3.3.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>acme4j-example</artifactId>

acme4j-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.shredzone.acme4j</groupId>
2222
<artifactId>acme4j</artifactId>
23-
<version>3.3.0</version>
23+
<version>3.3.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>acme4j-it</artifactId>

acme4j-smime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.shredzone.acme4j</groupId>
2222
<artifactId>acme4j</artifactId>
23-
<version>3.3.0</version>
23+
<version>3.3.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>acme4j-smime</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.shredzone.acme4j</groupId>
2121
<artifactId>acme4j</artifactId>
22-
<version>3.3.0</version>
22+
<version>3.3.1-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<name>acme4j</name>
@@ -37,7 +37,7 @@
3737
<url>https://github.com/shred/acme4j/</url>
3838
<connection>scm:git:git@github.com:shred/acme4j.git</connection>
3939
<developerConnection>scm:git:git@github.com:shred/acme4j.git</developerConnection>
40-
<tag>v3.3.0</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242
<issueManagement>
4343
<system>GitHub</system>

0 commit comments

Comments
 (0)