Skip to content

Commit

Permalink
Prepare azure-xml for beta release (#39027)
Browse files Browse the repository at this point in the history
Prepare azure-xml for beta release
  • Loading branch information
alzimmermsft authored Feb 29, 2024
1 parent 7c1fc6d commit 213019f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
8 changes: 2 additions & 6 deletions sdk/serialization/azure-xml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.0.0-beta.3 (Unreleased)

### Features Added
## 1.0.0-beta.3 (2024-02-29)

### Breaking Changes

### Bugs Fixed

### Other Changes
- Changed default encoding from `utf-8` to `UTF-8`.

## 1.0.0-beta.2 (2023-06-02)

Expand Down
2 changes: 1 addition & 1 deletion sdk/serialization/azure-xml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-xml</artifactId>
<version>1.0.0-beta.2</version>
<version>1.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
14 changes: 2 additions & 12 deletions sdk/serialization/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ parameters:
extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: core
ServiceDirectory: serialization
JavadocSafeJavaBuildVersion: '1.21'
EnableBatchRelease: true
ReleaseDependsOnLiveTests: ${{ parameters.release_dependsonlivetests }}
Artifacts:
- name: azure-json
groupId: com.azure
Expand All @@ -47,16 +46,14 @@ extends:
groupId: com.azure
safeName: azurexml
releaseInBatch: ${{ parameters.release_azurexml }}
MatrixReplace:
- TestGoals=(surefire:test)/$1 failsafe:integration-test failsafe:verify
AdditionalStagesAfterBuild:
- stage: AzureJsonReflectVersionSupport
displayName: 'azure-json-reflect Version Support'
dependsOn: []
jobs:
- template: /eng/pipelines/templates/jobs/ci.versions.tests.yml
parameters:
ServiceDirectory: core
ServiceDirectory: serialization
Artifacts:
- name: azure-json-reflect
groupId: com.azure
Expand Down Expand Up @@ -88,10 +85,3 @@ extends:
- name: azure-xml
groupId: com.azure
safeName: azurexml
MatrixReplace:
- TestGoals=(surefire:test)/$1 failsafe:integration-test failsafe:verify
- template: /sdk/storage/tests-template.yml
parameters:
AdditionalMatrixReplace:
- TestFromSource=(.*)/true

0 comments on commit 213019f

Please sign in to comment.