Skip to content

Commit

Permalink
[Release] version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kakawait committed Jun 27, 2017
1 parent 74abe96 commit e695c60
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spring Security CAS starter

[![Maven Central](https://img.shields.io/maven-central/v/com.kakawait/cas-security-spring-boot-starter.svg)](https://search.maven.org/#artifactdetails%7Ccom.kakawait%7Ccas-security-spring-boot-starter%7C0.1.2%7Cjar)
[![Maven Central](https://img.shields.io/maven-central/v/com.kakawait/cas-security-spring-boot-starter.svg)](https://search.maven.org/#artifactdetails%7Ccom.kakawait%7Ccas-security-spring-boot-starter%7C0.2.0%7Cjar)
[![license](https://img.shields.io/github/license/kakawait/cas-security-spring-boot-starter.svg)](https://github.com/kakawait/cas-security-spring-boot-starter/blob/master/LICENSE.md)

> A Spring boot starter that will help you configure [Spring Security Cas](http://docs.spring.io/spring-security/site/docs/current/reference/html/cas.html) within the application security context.
Expand All @@ -20,7 +20,7 @@ Add the Spring boot starter to your project
<dependency>
<groupId>com.kakawait</groupId>
<artifactId>cas-security-spring-boot-starter</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cas-security-dynamic-service-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.kakawait</groupId>
<artifactId>cas-security-spring-boot-starter-parent</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cas-security-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.kakawait</groupId>
<artifactId>cas-security-spring-boot-starter-parent</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cas-security-spring-boot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kakawait</groupId>
<artifactId>cas-security-spring-boot-sample</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cas-security-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.kakawait</groupId>
<artifactId>cas-security-spring-boot-starter-parent</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.kakawait</groupId>
<artifactId>cas-security-spring-boot-starter-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.2</version>
<version>0.2.0</version>

<name>Cas security spring boot starter</name>
<description>Spring boot starter for Apereo CAS client fully integrated with Spring security</description>
Expand Down

0 comments on commit e695c60

Please sign in to comment.