Skip to content

Commit

Permalink
Correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Aug 4, 2014
1 parent 8f2a84c commit f9b5c99
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,63 +87,63 @@ within your project you can also have them installed by the Java package manager
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-compute</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-network</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-sql</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-storage</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-websites</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-media</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-servicebus</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-serviceruntime</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>
```

Expand Down

0 comments on commit f9b5c99

Please sign in to comment.