Skip to content

Commit 0d34c54

Browse files
[maven-release-plugin] prepare release 0.9.2
1 parent e220bda commit 0d34c54

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

certificate-generator-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.certs</groupId>
77
<artifactId>smallrye-certificate-generator-parent</artifactId>
8-
<version>0.10.0-SNAPSHOT</version>
8+
<version>0.9.2</version>
99
</parent>
1010

1111
<artifactId>smallrye-certificate-generator-junit5</artifactId>

certificate-generator-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.certs</groupId>
77
<artifactId>smallrye-certificate-generator-parent</artifactId>
8-
<version>0.10.0-SNAPSHOT</version>
8+
<version>0.9.2</version>
99
</parent>
1010

1111
<artifactId>smallrye-certificate-generator-maven-plugin</artifactId>

certificate-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.certs</groupId>
77
<artifactId>smallrye-certificate-generator-parent</artifactId>
8-
<version>0.10.0-SNAPSHOT</version>
8+
<version>0.9.2</version>
99
</parent>
1010

1111
<artifactId>smallrye-certificate-generator</artifactId>

pom.xml

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

1111
<groupId>io.smallrye.certs</groupId>
1212
<artifactId>smallrye-certificate-generator-parent</artifactId>
13-
<version>0.10.0-SNAPSHOT</version>
13+
<version>0.9.2</version>
1414

1515
<packaging>pom</packaging>
1616

@@ -33,7 +33,7 @@
3333
<connection>scm:git:git@github.com:smallrye/smallrye-certificate-generator.git</connection>
3434
<developerConnection>scm:git:git@github.com:smallrye/smallrye-certificate-generator.git</developerConnection>
3535
<url>https://github.com/smallrye/smallrye-certificate-generator/</url>
36-
<tag>HEAD</tag>
36+
<tag>0.9.2</tag>
3737
</scm>
3838

3939
<properties>

private-key-pem-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.certs</groupId>
77
<artifactId>smallrye-certificate-generator-parent</artifactId>
8-
<version>0.10.0-SNAPSHOT</version>
8+
<version>0.9.2</version>
99
</parent>
1010

1111
<artifactId>smallrye-private-key-pem-parser</artifactId>

0 commit comments

Comments
 (0)