Skip to content

Commit

Permalink
Update Template's version for testing releases (#11348)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored May 21, 2020
1 parent a67beaf commit 08713ad
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 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 @@ -185,7 +185,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-template</artifactId>
<version>1.0.4-beta.15</version> <!-- {x-version-update;com.azure:azure-sdk-template;current} -->
<version>1.0.4-beta.20</version> <!-- {x-version-update;com.azure:azure-sdk-template;current} -->
</dependency>
</dependencies>

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 @@ -30,7 +30,7 @@ com.azure:azure-search-documents;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-security-keyvault-certificates;4.1.0-beta.2;4.1.0-beta.3
com.azure:azure-security-keyvault-keys;4.2.0-beta.3;4.2.0-beta.4
com.azure:azure-security-keyvault-secrets;4.2.0-beta.2;4.2.0-beta.3
com.azure:azure-sdk-template;1.0.4-beta.14;1.0.4-beta.15
com.azure:azure-sdk-template;1.0.4-beta.19;1.0.4-beta.20
com.azure:azure-storage-blob;12.6.1;12.7.0-beta.1
com.azure:azure-storage-blob-batch;12.5.1;12.6.0-beta.1
com.azure:azure-storage-blob-cryptography;12.6.1;12.7.0-beta.1
Expand Down
16 changes: 15 additions & 1 deletion sdk/template/azure-sdk-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Release History

## 1.0.4-beta.20 (Unreleased)

## 1.0.4-beta.19 (2020-05-20)
- Test Java Release Pipeline (normal docs, normal sources)

## 1.0.4-beta.18 (2020-05-20)
- Test Java Release Pipeline (empty sources, empty javadoc)

## 1.0.4-beta.17 (2020-05-20)
- Test Java Release Pipeline (empty sources, empty javadoc)

## 1.0.4-beta.16 (2020-05-20)
- Test Java Release Pipeline (empty sources, only readme in javadoc)

## 1.0.4-beta.15 (Unreleased)
- Test Java Release Pipeline
- Test Java Release Pipeline - artifact not released to maven

## 1.0.4-beta.14 (2020-05-18)
- Test Java Release Pipeline
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.15</version> <!-- {x-version-update;com.azure:azure-sdk-template;current} -->
<version>1.0.4-beta.20</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 08713ad

Please sign in to comment.