Skip to content

Commit a458671

Browse files
authored
Increment package versions for clientcore/annotation-processor releases (Azure#44889)
1 parent faf958b commit a458671

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ io.clientcore:http-netty4;1.0.0-beta.1;1.0.0-beta.1
485485
io.clientcore:http-okhttp3;1.0.0-beta.2;1.0.0-beta.3
486486
io.clientcore:http-stress;1.0.0-beta.1;1.0.0-beta.1
487487
io.clientcore:optional-dependency-tests;1.0.0-beta.1;1.0.0-beta.1
488-
io.clientcore:annotation-processor;1.0.0-beta.1;1.0.0-beta.2
488+
io.clientcore:annotation-processor;1.0.0-beta.2;1.0.0-beta.3
489489
io.clientcore:annotation-processor-test;1.0.0-beta.1;1.0.0-beta.1
490490

491491
# Unreleased dependencies: Copy the entry from above, prepend "unreleased_" and remove the current

sdk/clientcore/annotation-processor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.2 (2025-04-03)
414

515
### Features Added

sdk/clientcore/annotation-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>io.clientcore</groupId>
99
<artifactId>annotation-processor</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:annotation-processor;current} -->
11+
<version>1.0.0-beta.3</version> <!-- {x-version-update;io.clientcore:annotation-processor;current} -->
1212

1313
<name>Client Core Compile-Time Annotation Processor</name>
1414
<description>The client-core annotation processor for introducing compile-time code generation for libraries based on client core</description>

0 commit comments

Comments
 (0)