Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
[artifactory-release] Release version 1.0.8.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Mar 14, 2019
1 parent aad2b21 commit 3644e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security.extensions</groupId>
<artifactId>spring-security-saml2-core</artifactId>
<version>1.0.5.RELEASE</version>
<version>1.0.8.RELEASE</version>
<name>Spring Security SAML v2 library</name>
<description>Spring Security SAML v2 library</description>
<url>https://github.com/SpringSource/spring-security-saml</url>
Expand Down Expand Up @@ -91,13 +91,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.58</version>
<version>1.60</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.58</version>
<version>1.60</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.0.8.BUILD-SNAPSHOT
version=1.0.8.RELEASE
maxParallelForks=1

0 comments on commit 3644e5e

Please sign in to comment.