Skip to content

Commit

Permalink
3.0.1 version bump (#4802)
Browse files Browse the repository at this point in the history
* Version bump and Microsoft spell correction
  • Loading branch information
kushagraThapar authored Aug 2, 2019
1 parent 981248f commit 510feda
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions sdk/cosmos/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java SDK for SQL API of Azure Cosmos DB

[![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.azure/azure-cosmos.svg)](https://search.maven.org/artifact/com.microsoft.azure/azure-cosmos/3.0.0/jar)
[![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.azure/azure-cosmos.svg)](https://search.maven.org/artifact/com.microsoft.azure/azure-cosmos/3.0.1/jar)
[![Known Vulnerabilities](https://snyk.io/test/github/Azure/azure-cosmosdb-java/badge.svg?targetFile=sdk%2Fpom.xml)](https://snyk.io/test/github/Azure/azure-cosmosdb-java?targetFile=sdk%2Fpom.xml)

<!--[![Coverage Status](https://img.shields.io/codecov/c/github/Azure/azure-cosmos-java.svg)](https://codecov.io/gh/Azure/azure-cosmosdb-java)
Expand Down Expand Up @@ -91,7 +91,7 @@ For example, using maven, you can add the following dependency to your maven pom
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
3 changes: 3 additions & 0 deletions sdk/cosmos/changelog/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### 3.0.1
- Token Resolver null check fix in Cosmos Client Builder

### 3.0.0
- **Large API Changes**
- Changed library name to azure-cosmos
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/microsoft-azure-cosmos-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Licensed under the MIT License.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmos-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</parent>

<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/microsoft-azure-cosmos-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Licensed under the MIT License.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmos-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</parent>

<groupId>com.microsoft.azure</groupId>
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion sdk/cosmos/microsoft-azure-cosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Licensed under the MIT License.
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmos-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</parent>

<groupId>com.microsoft.azure</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public static class Versions {
// TODO: FIXME we can use maven plugin for generating a version file
// @see
// https://stackoverflow.com/questions/2469922/generate-a-version-java-file-in-maven
public static final String SDK_VERSION = "3.0.0";
public static final String SDK_VERSION = "3.0.1";
public static final String SDK_NAME = "cosmosdb-java-sdk";
}

Expand Down
10 changes: 5 additions & 5 deletions sdk/cosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Licensed under the MIT License.

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmos-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>pom</packaging>

<name>Microsoft Azure Cosmos DB SQL API</name>
<description>This package contains Mircosoft Azure SDK for Azure Cosmos DB SQL API (with Reactive Extension RX support)</description>
<description>This package contains Microsoft Azure SDK for Azure Cosmos DB SQL API (with Reactive Extension RX support)</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<distributionManagement>
Expand All @@ -34,11 +34,11 @@ Licensed under the MIT License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<cosmosdb-sdk-direct-impl.version>3.0.0</cosmosdb-sdk-direct-impl.version>
<direct-connectivity-version>3.0.0</direct-connectivity-version>
<cosmosdb-sdk-direct-impl.version>3.0.1</cosmosdb-sdk-direct-impl.version>
<direct-connectivity-version>3.0.1</direct-connectivity-version>
<mockito.version>1.10.19</mockito.version>
<netty.version>4.1.36.Final</netty.version>
<sdk-version>3.0.0</sdk-version>
<sdk-version>3.0.1</sdk-version>
<guava.version>27.0.1-jre</guava.version>
<reactor-core.version>3.2.9.RELEASE</reactor-core.version>
<netty-tcnative.version>2.0.25.Final</netty-tcnative.version>
Expand Down

0 comments on commit 510feda

Please sign in to comment.