Skip to content

Commit

Permalink
Updating mentioned versions in READMEs to reflect version bump (#5767)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Oct 10, 2019
1 parent 6719538 commit 99fee62
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ own AMQP client library that abstracts from the underlying transport library's i
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-netty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Azure Core Netty HTTP client is a plugin for the azure-core HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-okhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Azure Core OkHttp HTTP client is a plugin for the azure-core HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use this package, add the following to your _pom.xml_.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.3</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Typically, you will not need to install or specifically depend on Azure Core, in
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure-messaging-eventhubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ platform. First, add the package:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Maven dependency for Azure Secret Client library. Add it to your project's pom f
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Netty and include OkHTTP client in your pom.xml.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Netty and include OkHTTP client in your pom.xml.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Netty and include OkHTTP client in your pom.xml.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Netty and include OkHTTP client in your pom.xml.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Netty and include OkHTTP client in your pom.xml.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-preview.5</version>
<version>1.0.0-preview.6</version>
</dependency>
```

Expand Down

0 comments on commit 99fee62

Please sign in to comment.