Skip to content

Commit 008ffc9

Browse files
committed
[maven-release-plugin] prepare release v3.5.0
1 parent 6b0b0e6 commit 008ffc9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

acme4j-client/pom.xml

+1-1
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.4.1-SNAPSHOT</version>
23+
<version>3.5.0</version>
2424
</parent>
2525

2626
<artifactId>acme4j-client</artifactId>

acme4j-example/pom.xml

+1-1
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.4.1-SNAPSHOT</version>
23+
<version>3.5.0</version>
2424
</parent>
2525

2626
<artifactId>acme4j-example</artifactId>

acme4j-it/pom.xml

+1-1
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.4.1-SNAPSHOT</version>
23+
<version>3.5.0</version>
2424
</parent>
2525

2626
<artifactId>acme4j-it</artifactId>

acme4j-smime/pom.xml

+1-1
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.4.1-SNAPSHOT</version>
23+
<version>3.5.0</version>
2424
</parent>
2525

2626
<artifactId>acme4j-smime</artifactId>

pom.xml

+2-2
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.4.1-SNAPSHOT</version>
22+
<version>3.5.0</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:[email protected]:shred/acme4j.git</connection>
3939
<developerConnection>scm:git:[email protected]:shred/acme4j.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>v3.5.0</tag>
4141
</scm>
4242
<issueManagement>
4343
<system>GitHub</system>

0 commit comments

Comments
 (0)