Skip to content

Commit eab8f7b

Browse files
author
github-actions
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2c971b2 commit eab8f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>cz.polankam.security.acl</groupId>
66
<artifactId>jaclp</artifactId>
7-
<version>4.1</version>
7+
<version>4.2-SNAPSHOT</version>
88

99
<name>JACLP: Java ACL Permissions library</name>
1010
<description>JACLP: ACL Permission library for Spring Security introduces static ACL-based role permission system with a touch of ABAC (Attribute-based access control) over resources. It is integrated within Spring Security and its expression based permission control which might be used from Authorize-like annotations over endpoints or generally methods in components.</description>
@@ -161,7 +161,7 @@
161161
<connection>scm:git:https://github.com/Neloop/jaclp.git</connection>
162162
<developerConnection>scm:git:https://github.com/Neloop/jaclp.git</developerConnection>
163163
<url>https://github.com/Neloop/jaclp/tree/master</url>
164-
<tag>v4.1</tag>
164+
<tag>HEAD</tag>
165165
</scm>
166166

167167
<distributionManagement>

0 commit comments

Comments
 (0)