Skip to content

Commit 06731e1

Browse files
[maven-release-plugin] prepare release 0.1.2
1 parent 6660ab0 commit 06731e1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.quarkiverse.oidc-proxy</groupId>
55
<artifactId>quarkus-oidc-proxy-parent</artifactId>
6-
<version>999-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.oidc-proxy</groupId>
66
<artifactId>quarkus-oidc-proxy-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.1.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.oidc-proxy</groupId>
66
<artifactId>quarkus-oidc-proxy-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.1.2</version>
88
</parent>
99
<artifactId>quarkus-oidc-proxy-integration-tests</artifactId>
1010
<name>Quarkus - OIDC Proxy - Integration Tests</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>io.quarkiverse.oidc-proxy</groupId>
1010
<artifactId>quarkus-oidc-proxy-parent</artifactId>
11-
<version>999-SNAPSHOT</version>
11+
<version>0.1.2</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus - OpenID Connect Proxy - Parent</name>
1414
<modules>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:[email protected]:quarkiverse/quarkus-oidc-proxy.git</connection>
2121
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-oidc-proxy.git</developerConnection>
2222
<url>https://github.com/quarkiverse/quarkus-oidc-proxy</url>
23-
<tag>HEAD</tag>
23+
<tag>0.1.2</tag>
2424
</scm>
2525
<properties>
2626
<quarkus.version>3.15.3</quarkus.version>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.quarkiverse.oidc-proxy</groupId>
55
<artifactId>quarkus-oidc-proxy-parent</artifactId>
6-
<version>999-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)