Skip to content

Commit

Permalink
Update javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Dec 17, 2014
1 parent a84310c commit 301906d
Show file tree
Hide file tree
Showing 159 changed files with 299 additions and 5,936 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,42 +89,42 @@ within your project you can also have them installed by the Java package manager
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-compute</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-network</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-sql</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-storage</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-websites</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```
```xml
Expand All @@ -138,7 +138,7 @@ within your project you can also have them installed by the Java package manager
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```
```xml
Expand Down
95 changes: 0 additions & 95 deletions core-test/pom.xml

This file was deleted.

Loading

0 comments on commit 301906d

Please sign in to comment.