Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Made changes to reflect correct group & artifact ids.
  • Loading branch information
bradygaster committed Aug 12, 2014
1 parent 3160f5a commit 132e24b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,64 +85,64 @@ within your project you can also have them installed by the Java package manager

```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-compute</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-compute</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-network</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-network</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-sql</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-sql</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-storage</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-storage</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-websites</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-websites</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-media</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-media</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-servicebus</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-serviceruntime</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-serviceruntime</artifactId>
<version>0.6.0</version>
</dependency>
```
Expand Down

0 comments on commit 132e24b

Please sign in to comment.