Updated version number
parent
a7199a5fdc
commit
b5704dfd03
|
@ -11,7 +11,7 @@ The parent Maven project, which depends on each of the following artifacts. Incl
|
|||
<dependency>
|
||||
<groupId>org.mitre</groupId>
|
||||
<artifactId>openid-connect-parent</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
```
|
||||
## openid-connect-common
|
||||
|
@ -21,7 +21,7 @@ Includes common classes, service and repository interfaces, and JPA-annotated mo
|
|||
<dependency>
|
||||
<groupId>org.mitre</groupId>
|
||||
<artifactId>openid-connect-common</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
```
|
||||
## openid-connect-client
|
||||
|
@ -31,7 +31,7 @@ Includes our RP/client implementation, built around spring security filters. Dep
|
|||
<dependency>
|
||||
<groupId>org.mitre</groupId>
|
||||
<artifactId>openid-connect-client</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
```
|
||||
## openid-connect-server
|
||||
|
@ -41,6 +41,6 @@ Includes IdP/server implementation, with implementations of services and reposit
|
|||
<dependency>
|
||||
<groupId>org.mitre</groupId>
|
||||
<artifactId>openid-connect-server</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
```
|
Loading…
Reference in New Issue