Skip to content

Commit

Permalink
Increment package version after release of com.azure azure-sdk-templa…
Browse files Browse the repository at this point in the history
…te (#13311)
  • Loading branch information
azure-sdk authored Jul 18, 2020
1 parent 732e8b6 commit a027319
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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 @@ -229,7 +229,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-template</artifactId>
<version>1.0.4-beta.25</version> <!-- {x-version-update;com.azure:azure-sdk-template;current} -->
<version>1.0.4-beta.26</version> <!-- {x-version-update;com.azure:azure-sdk-template;current} -->
</dependency>

<dependency>
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 @@ -36,7 +36,7 @@ com.azure:azure-search-documents;11.0.0;11.1.0-beta.1
com.azure:azure-security-keyvault-certificates;4.0.4;4.1.0-beta.5
com.azure:azure-security-keyvault-keys;4.1.4;4.2.0-beta.6
com.azure:azure-security-keyvault-secrets;4.1.4;4.2.0-beta.5
com.azure:azure-sdk-template;1.0.4-beta.24;1.0.4-beta.25
com.azure:azure-sdk-template;1.0.4-beta.25;1.0.4-beta.26
com.azure:azure-spring-data-cosmos;3.0.0-beta.1;3.0.0-beta.1
com.azure:azure-storage-blob;12.8.0-beta.1;12.8.0-beta.2
com.azure:azure-storage-blob-batch;12.6.0-beta.1;12.6.0-beta.2
Expand Down
3 changes: 3 additions & 0 deletions sdk/template/azure-sdk-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.4-beta.26 (Unreleased)


## 1.0.4-beta.25 (2020-07-15)
- Test Java Release Pipeline (normal docs, normal sources)

Expand Down
2 changes: 1 addition & 1 deletion sdk/template/azure-sdk-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-sdk-template</artifactId>
<version>1.0.4-beta.25</version> <!-- {x-version-update;com.azure:azure-sdk-template;current} -->
<version>1.0.4-beta.26</version> <!-- {x-version-update;com.azure:azure-sdk-template;current} -->

<name>Microsoft Azure SDK for Template</name>
<description>This package contains Microsoft Azure SDK for Template.</description>
Expand Down

0 comments on commit a027319

Please sign in to comment.