Skip to content

Commit

Permalink
Prepare release v0.8.2. See #102
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Dec 17, 2021
1 parent 9f3f537 commit 71b8c89
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion basil.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jdbcRealm.dataSource=$ds
securityManager.realms = $jdbcRealm
sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
securityManager.sessionManager = $sessionManager
filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver
#filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/src/test/resources/basil.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jdbcRealm.dataSource=$ds
securityManager.realms = $jdbcRealm
sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
securityManager.sessionManager = $sessionManager
filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver
#filterChainResolver = org.apache.shiro.web.filter.mgt.PathMatchingFilterChainResolver
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<packaging>pom</packaging>

<name>BASIL :: Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>parent</relativePath>
</parent>
<name>BASIL :: Reactor</name>
Expand Down
2 changes: 1 addition & 1 deletion rendering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>rendering</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sparql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.1</version>
<version>0.8.2</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 71b8c89

Please sign in to comment.