We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c64bd commit 960e870Copy full SHA for 960e870
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>javax.security.enterprise</groupId>
12
<artifactId>javax.security.enterprise-api</artifactId>
13
- <version>1.0-b10</version>
+ <version>1.0-b11-SNAPSHOT</version>
14
<packaging>bundle</packaging>
15
16
<name>Java EE Security API</name>
@@ -49,7 +49,7 @@
49
<connection>scm:git:https://github.com/javaee/security-api.git</connection>
50
<developerConnection>scm:git:https://github.com/javaee/security-api.git</developerConnection>
51
<url>https://github.com/javaee/security-api</url>
52
- <tag>1.0-b10</tag>
+ <tag>HEAD</tag>
53
</scm>
54
55
<dependencies>
0 commit comments