Skip to content

Commit

Permalink
Switched to a minor release for common (#24743)
Browse files Browse the repository at this point in the history
* Switched to a minor release for common

* Re-added suppression
  • Loading branch information
rickle-msft authored Oct 12, 2021
1 parent 12f5e0c commit 40eec35
Show file tree
Hide file tree
Showing 25 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ com.azure:azure-storage-blob-batch;12.11.0;12.11.1
com.azure:azure-storage-blob-changefeed;12.0.0-beta.9;12.0.0-beta.10
com.azure:azure-storage-blob-cryptography;12.14.0;12.14.1
com.azure:azure-storage-blob-nio;12.0.0-beta.9;12.0.0-beta.10
com.azure:azure-storage-common;12.13.0;12.13.1
com.azure:azure-storage-common;12.13.0;12.14.0
com.azure:azure-storage-file-share;12.11.0;12.11.1
com.azure:azure-storage-file-datalake;12.7.0;12.7.1
com.azure:azure-storage-internal-avro;12.1.0;12.1.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.11.1 (2021-10-11)
## 12.11.1 (2021-10-12)

### Other Changes
#### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.0.0-beta.10 (2021-10-11)
## 12.0.0-beta.10 (2021-10-12)

### Other Changes
#### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-changefeed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.14.1 (2021-10-11)
## 12.14.1 (2021-10-12)

### Other Changes
#### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-nio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.0.0-beta.10 (2021-10-11)
## 12.0.0-beta.10 (2021-10-12)

### Other Changes
#### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.14.1 (2021-10-11)
## 12.14.1 (2021-10-12)

### Bugs Fixed

Expand All @@ -10,7 +10,7 @@
### Other Changes
#### Dependency Updates
- Updated to version `1.21.0` of `azure-core`
- Updated to version `12.13.1` of `azure-storage-common`
- Updated to version `12.14.0` of `azure-storage-common`

## 12.14.0 (2021-09-15)
- GA release
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.13.1 (2021-10-11)
## 12.14.0 (2021-10-12)

### Other Changes
#### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version>
<version>12.14.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->

<name>Microsoft Azure common module for Storage</name>
<description>This module contains common code based for all Microsoft Azure Storage client libraries.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.7.1 (2021-10-11)
## 12.7.1 (2021-10-12)

### Bugs Fixed
- Fixed bug where composite BlobServiceException wasn't translated into DataLakeServiceException.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Release History

## 12.11.1 (2021-10-11)
## 12.11.1 (2021-10-12)

### Other Changes
#### Dependency Updates
- Updated to version `12.13.1` of `azure-storage-common`
- Updated to version `12.14.0` of `azure-storage-common`
- Updated to version `1.21.0` of `azure-core`

## 12.11.0 (2021-09-15)
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-file-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-internal-avro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Release History

## 12.1.1 (2021-10-11)
## 12.1.1 (2021-10-12)

### Other Changes
#### Dependency Updates
- Updated `azure-storage-common` to version `12.13.1`
- Updated `azure-storage-common` to version `12.14.0`

## 12.1.0 (2021-09-15)
### Other changes
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-internal-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Release History

## 12.11.1 (2021-10-11)
## 12.11.1 (2021-10-12)

### Other Changes
#### Dependency Updates
- Updated `azure-storage-common` to version `12.13.1`
- Updated `azure-storage-common` to version `12.14.0`
- Updated `azure-core` to version `1.21.0`

## 12.11.0 (2021-09-15)
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/microsoft-azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit 40eec35

Please sign in to comment.