Skip to content

Commit 4f13723

Browse files
authored
feat: change pom.xml version from 1.7.1-SNAPSHOT to 1.7.1 (#422)
1 parent b2777e7 commit 4f13723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.casbin</groupId>
66
<artifactId>jcasbin</artifactId>
7-
<version>1.7.1-SNAPSHOT</version>
7+
<version>1.7.1</version>
88

99
<name>JCasbin Authorization Library</name>
1010
<description>An authorization library that supports access control models like ACL, RBAC, ABAC in Java</description>

0 commit comments

Comments
 (0)