We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf767e commit 0865f4aCopy full SHA for 0865f4a
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.quarkus.security</groupId>
12
<artifactId>quarkus-security</artifactId>
13
- <version>2.2.1</version>
+ <version>2.2.2-SNAPSHOT</version>
14
15
<properties>
16
<cdi-api.version>4.0.1</cdi-api.version>
@@ -48,7 +48,7 @@
48
<connection>scm:git:[email protected]:quarkusio/quarkus-security.git</connection>
49
<developerConnection>scm:git:[email protected]:quarkusio/quarkus-security.git</developerConnection>
50
<url>https://github.com/quarkus/quarkus-security</url>
51
- <tag>2.2.1</tag>
+ <tag>HEAD</tag>
52
</scm>
53
54
<distributionManagement>
0 commit comments