Skip to content

Commit b584d3c

Browse files
committed
Merge pull request #31 from onelogin/INT-275
Changed version number and Readme file
2 parents 4a75209 + f894604 commit b584d3c

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
This example was developed to show how Java Toolkit works.
1+
# OneLogin's SAML Java SAML
2+
3+
Updating from 1.0-SNAPSHOT to 1.1
4+
---------------------------------
5+
6+
Version 1.1 adds many improvements on security. It is a recommended update for all Java SAML users.
7+
8+
9+
Overview
10+
--------
11+
12+
The Java SAML library is for implementing the client side of a SAML authorization, i.e. it provides a means for managing authorization initialization and confirmation requests from identity providers.
13+
14+
SAML authorization is a two step process and you are expected to implement support for both.
15+
16+
We created a example project that uses the latest version of this library to show how Java Toolkit works.
217

318
Project Structure
419
-----------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.onelogin</groupId>
55
<artifactId>java-saml</artifactId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.1</version>
77
<name>java-saml</name>
88

99
<properties>

sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.onelogin</groupId>
55
<artifactId>java-saml-sample</artifactId>
66
<packaging>war</packaging>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.1</version>
88
<name>java-saml Sample Webapp</name>
99

1010
<properties>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.onelogin</groupId>
1717
<artifactId>java-saml</artifactId>
18-
<version>1.0-SNAPSHOT</version>
18+
<version>1.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)