Skip to content

Commit

Permalink
update to v8.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
leleuj committed Nov 7, 2023
1 parent e1085ce commit 7baff61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ env:
on:
push:
branches:
- 8.0.x
- 8.1.x
pull_request:
branches:
- 8.0.x
- 8.1.x

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>buji-pac4j</artifactId>
<version>8.0.1-SNAPSHOT</version>
<version>8.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>pac4j bridge for Shiro</name>
<description>Bridge from the pac4j security library to Shiro</description>
Expand Down

0 comments on commit 7baff61

Please sign in to comment.