Skip to content

Commit 71b8c89

Browse files
committed
Prepare release v0.8.2. See basilapi#102
1 parent 9f3f537 commit 71b8c89

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

basil.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jdbcRealm.dataSource=$ds
2828
securityManager.realms = $jdbcRealm
2929
sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
3030
securityManager.sessionManager = $sessionManager
31-
filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver
31+
#filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>0.8.1</version>
25+
<version>0.8.2</version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>core</artifactId>

it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>io.github.basilapi</groupId>
3131
<artifactId>parent</artifactId>
32-
<version>0.8.1</version>
32+
<version>0.8.2</version>
3333
<relativePath>../parent</relativePath>
3434
</parent>
3535

it/src/test/resources/basil.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jdbcRealm.dataSource=$ds
2828
securityManager.realms = $jdbcRealm
2929
sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
3030
securityManager.sessionManager = $sessionManager
31-
filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver
31+
#filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver

parent/pom.xml

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

2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>0.8.1</version>
25+
<version>0.8.2</version>
2626
<packaging>pom</packaging>
2727

2828
<name>BASIL :: Parent</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.basilapi</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>0.8.1</version>
27+
<version>0.8.2</version>
2828
<relativePath>parent</relativePath>
2929
</parent>
3030
<name>BASIL :: Reactor</name>

rendering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>0.8.1</version>
25+
<version>0.8.2</version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>rendering</artifactId>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>0.8.1</version>
24+
<version>0.8.2</version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>0.8.1</version>
25+
<version>0.8.2</version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>basil-server</artifactId>

sparql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>0.8.1</version>
24+
<version>0.8.2</version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)