Skip to content

Commit 40eec35

Browse files
authored
Switched to a minor release for common (Azure#24743)
* Switched to a minor release for common * Re-added suppression
1 parent 12f5e0c commit 40eec35

File tree

25 files changed

+33
-33
lines changed

25 files changed

+33
-33
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<dependency>
280280
<groupId>com.azure</groupId>
281281
<artifactId>azure-storage-common</artifactId>
282-
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
282+
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
283283
</dependency>
284284
<dependency>
285285
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ com.azure:azure-storage-blob-batch;12.11.0;12.11.1
125125
com.azure:azure-storage-blob-changefeed;12.0.0-beta.9;12.0.0-beta.10
126126
com.azure:azure-storage-blob-cryptography;12.14.0;12.14.1
127127
com.azure:azure-storage-blob-nio;12.0.0-beta.9;12.0.0-beta.10
128-
com.azure:azure-storage-common;12.13.0;12.13.1
128+
com.azure:azure-storage-common;12.13.0;12.14.0
129129
com.azure:azure-storage-file-share;12.11.0;12.11.1
130130
com.azure:azure-storage-file-datalake;12.7.0;12.7.1
131131
com.azure:azure-storage-internal-avro;12.1.0;12.1.1

sdk/storage/azure-storage-blob-batch/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.11.1 (2021-10-11)
3+
## 12.11.1 (2021-10-12)
44

55
### Other Changes
66
#### Dependency Updates

sdk/storage/azure-storage-blob-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.azure</groupId>
9797
<artifactId>azure-storage-common</artifactId>
98-
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
98+
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
9999
<classifier>tests</classifier>
100100
<type>test-jar</type>
101101
<scope>test</scope>

sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.0.0-beta.10 (2021-10-11)
3+
## 12.0.0-beta.10 (2021-10-12)
44

55
### Other Changes
66
#### Dependency Updates

sdk/storage/azure-storage-blob-changefeed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>com.azure</groupId>
103103
<artifactId>azure-storage-common</artifactId>
104-
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
104+
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
105105
<classifier>tests</classifier>
106106
<type>test-jar</type>
107107
<scope>test</scope>

sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.14.1 (2021-10-11)
3+
## 12.14.1 (2021-10-12)
44

55
### Other Changes
66
#### Dependency Updates

sdk/storage/azure-storage-blob-cryptography/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.azure</groupId>
6969
<artifactId>azure-storage-common</artifactId>
70-
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
70+
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
7171
<classifier>tests</classifier>
7272
<type>test-jar</type>
7373
<scope>test</scope>

sdk/storage/azure-storage-blob-nio/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.0.0-beta.10 (2021-10-11)
3+
## 12.0.0-beta.10 (2021-10-12)
44

55
### Other Changes
66
#### Dependency Updates

sdk/storage/azure-storage-blob-nio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.azure</groupId>
8686
<artifactId>azure-storage-common</artifactId>
87-
<version>12.13.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
87+
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
8888
<classifier>tests</classifier>
8989
<type>test-jar</type>
9090
<scope>test</scope>

0 commit comments

Comments
 (0)