diff --git a/Maven-Dependency.md b/Maven-Dependency.md
index e7ad198..c27f75d 100644
--- a/Maven-Dependency.md
+++ b/Maven-Dependency.md
@@ -7,44 +7,44 @@ Below is a the dependency information for each of our artifacts, using the lates
## openid-connect-parent
The parent Maven project, which depends on each of the following artifacts. Include this in your dependency set if you need classes from each of the other three artifacts.
-```
+```xml
org.mitre
openid-connect-parent
- 1.1.0
+ 1.1.1
pom
```
## openid-connect-common
Includes common classes, service and repository interfaces, and JPA-annotated model code.
-```
+```xml
org.mitre
openid-connect-common
- 1.1.0
+ 1.1.1
jar
```
## openid-connect-client
Includes our RP/client implementation, built around spring security filters. Depends on openid-connect-common.
-```
+```xml
org.mitre
openid-connect-client
- 1.1.0
+ 1.1.1
jar
```
## openid-connect-server
Includes implementations of services and repositories from common which are used by the IdP/server. Depends on openid-connect-common.
-```
+```xml
org.mitre
openid-connect-server
- 1.1.0
+ 1.1.1
jar
```
@@ -52,11 +52,11 @@ Includes implementations of services and repositories from common which are used
## openid-connect-server-webapp
Includes IdP/server implementation, deployable as a webapp. Depends on openid-connect-server.
-```
+```xml
org.mitre
openid-connect-server-webapp
- 1.1.0
+ 1.1.1
war
```
\ No newline at end of file