Updated Maven Dependency (markdown)

master
Justin Richer 2013-09-06 12:23:24 -07:00
parent adb7276440
commit 985cb03fa3
1 changed files with 4 additions and 4 deletions

@ -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.10</version>
<version>1.0.11</version>
<type>pom</type>
</dependency>
```
@ -22,7 +22,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.10</version>
<version>1.0.11</version>
<type>jar</type>
</dependency>
```
@ -33,7 +33,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.10</version>
<version>1.0.11</version>
<type>jar</type>
</dependency>
```
@ -44,7 +44,7 @@ Includes IdP/server implementation, with implementations of services and reposit
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-server</artifactId>
<version>1.0.10</version>
<version>1.0.11</version>
<type>war</type>
</dependency>
```