Skip to content

Commit a0e4607

Browse files
azure-sdksrnagar
andauthored
Increment package versions for clientcore/annotation-processor releases (#46104)
Co-authored-by: Srikanta <[email protected]>
1 parent a07e81e commit a0e4607

File tree

10 files changed

+26
-17
lines changed

10 files changed

+26
-17
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ com.azure.v2:azure-security-keyvault-secrets;5.0.0-beta.1;5.0.0-beta.1
517517
com.azure.v2:azure-security-keyvault-keys;5.0.0-beta.1;5.0.0-beta.1
518518
com.azure.v2:azure-storage-blob;13.0.0-beta.1;13.0.0-beta.1
519519
com.azure.v2:azure-storage-perf;2.0.0-beta.1;2.0.0-beta.1
520-
io.clientcore:annotation-processor;1.0.0-beta.3;1.0.0-beta.4
520+
io.clientcore:annotation-processor;1.0.0-beta.4;1.0.0-beta.5
521521
io.clientcore:annotation-processor-test;1.0.0-beta.1;1.0.0-beta.1
522522
io.clientcore:clientcore-parent;1.0.0-beta.3;1.0.0-beta.3
523523
io.clientcore:core;1.0.0-beta.11;1.0.0-beta.12
@@ -538,7 +538,6 @@ io.clientcore:optional-dependency-tests;1.0.0-beta.1;1.0.0-beta.1
538538
unreleased_com.azure:azure-core-amqp;2.10.2
539539
unreleased_com.azure.v2:azure-core;2.0.0-beta.1
540540
unreleased_com.azure.v2:azure-identity;2.0.0-beta.1
541-
unreleased_io.clientcore:annotation-processor;1.0.0-beta.4
542541
unreleased_io.clientcore:http-netty4;1.0.0-beta.1
543542
unreleased_io.clientcore:linting-extensions;1.0.0-beta.1
544543

sdk/appconfiguration-v2/azure-data-appconfiguration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
9898
<annotationProcessorPath>
9999
<groupId>io.clientcore</groupId>
100100
<artifactId>annotation-processor</artifactId>
101-
<version>1.0.0-beta.3</version> <!-- {x-version-update;io.clientcore:annotation-processor;dependency} -->
101+
<version>1.0.0-beta.4</version> <!-- {x-version-update;io.clientcore:annotation-processor;dependency} -->
102102
</annotationProcessorPath>
103103
</annotationProcessorPaths>
104104
<annotationProcessors>
@@ -117,7 +117,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
117117
<dependency>
118118
<groupId>io.clientcore</groupId>
119119
<artifactId>annotation-processor</artifactId>
120-
<version>1.0.0-beta.3</version> <!-- {x-version-update;io.clientcore:annotation-processor;dependency} -->
120+
<version>1.0.0-beta.4</version> <!-- {x-version-update;io.clientcore:annotation-processor;dependency} -->
121121
</dependency>
122122
</dependencies>
123123
</plugin>

sdk/clientcore/annotation-processor-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<annotationProcessorPath>
133133
<groupId>io.clientcore</groupId>
134134
<artifactId>annotation-processor</artifactId>
135-
<version>1.0.0-beta.4</version> <!-- {x-version-update;unreleased_io.clientcore:annotation-processor;dependency} -->
135+
<version>1.0.0-beta.4</version> <!-- {x-version-update;io.clientcore:annotation-processor;dependency} -->
136136
</annotationProcessorPath>
137137
</annotationProcessorPaths>
138138
<annotationProcessors>
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>io.clientcore</groupId>
155155
<artifactId>annotation-processor</artifactId>
156-
<version>1.0.0-beta.4</version> <!-- {x-version-update;unreleased_io.clientcore:annotation-processor;dependency} -->
156+
<version>1.0.0-beta.4</version> <!-- {x-version-update;io.clientcore:annotation-processor;dependency} -->
157157
</dependency>
158158
</dependencies>
159159
</plugin>

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.5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.4 (2025-07-21)
414

515
### Bugs Fixed

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.4</version> <!-- {x-version-update;io.clientcore:annotation-processor;current} -->
11+
<version>1.0.0-beta.5</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>

sdk/keyvault-v2/azure-security-keyvault-administration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
9898
<annotationProcessorPath>
9999
<groupId>io.clientcore</groupId>
100100
<artifactId>annotation-processor</artifactId>
101-
<version>1.0.0-beta.3</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
101+
<version>1.0.0-beta.4</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
102102
</annotationProcessorPath>
103103
</annotationProcessorPaths>
104104
<annotationProcessors>
@@ -118,7 +118,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
118118
<dependency>
119119
<groupId>io.clientcore</groupId>
120120
<artifactId>annotation-processor</artifactId>
121-
<version>1.0.0-beta.3</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
121+
<version>1.0.0-beta.4</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
122122
</dependency>
123123
</dependencies>
124124
</plugin>

sdk/keyvault-v2/azure-security-keyvault-certificates/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
9898
<annotationProcessorPath>
9999
<groupId>io.clientcore</groupId>
100100
<artifactId>annotation-processor</artifactId>
101-
<version>1.0.0-beta.3</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
101+
<version>1.0.0-beta.4</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
102102
</annotationProcessorPath>
103103
</annotationProcessorPaths>
104104
<annotationProcessors>
@@ -117,7 +117,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
117117
<dependency>
118118
<groupId>io.clientcore</groupId>
119119
<artifactId>annotation-processor</artifactId>
120-
<version>1.0.0-beta.3</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
120+
<version>1.0.0-beta.4</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
121121
</dependency>
122122
</dependencies>
123123
</plugin>

sdk/keyvault-v2/azure-security-keyvault-keys/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
9898
<annotationProcessorPath>
9999
<groupId>io.clientcore</groupId>
100100
<artifactId>annotation-processor</artifactId>
101-
<version>1.0.0-beta.3</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
101+
<version>1.0.0-beta.4</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
102102
</annotationProcessorPath>
103103
</annotationProcessorPaths>
104104
<annotationProcessors>
@@ -117,7 +117,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
117117
<dependency>
118118
<groupId>io.clientcore</groupId>
119119
<artifactId>annotation-processor</artifactId>
120-
<version>1.0.0-beta.3</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
120+
<version>1.0.0-beta.4</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
121121
</dependency>
122122
</dependencies>
123123
</plugin>

sdk/keyvault-v2/azure-security-keyvault-secrets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
116116
<annotationProcessorPath>
117117
<groupId>io.clientcore</groupId>
118118
<artifactId>annotation-processor</artifactId>
119-
<version>1.0.0-beta.3</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
119+
<version>1.0.0-beta.4</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
120120
</annotationProcessorPath>
121121
</annotationProcessorPaths>
122122
<annotationProcessors>
@@ -135,7 +135,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
135135
<dependency>
136136
<groupId>io.clientcore</groupId>
137137
<artifactId>annotation-processor</artifactId>
138-
<version>1.0.0-beta.3</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
138+
<version>1.0.0-beta.4</version> &lt;!&ndash; {x-version-update;io.clientcore:annotation-processor;dependency} &ndash;&gt;
139139
</dependency>
140140
</dependencies>
141141
</plugin>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
9898
<annotationProcessorPath>
9999
<groupId>io.clientcore</groupId>
100100
<artifactId>annotation-processor</artifactId>
101-
<version>1.0.0-beta.4</version> <!-- {x-version-update;unreleased_io.clientcore:annotation-processor;dependency} -->
101+
<version>1.0.0-beta.4</version> <!-- {x-version-update;io.clientcore:annotation-processor;dependency} -->
102102
</annotationProcessorPath>
103103
</annotationProcessorPaths>
104104
<annotationProcessors>
@@ -117,7 +117,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
117117
<dependency>
118118
<groupId>io.clientcore</groupId>
119119
<artifactId>annotation-processor</artifactId>
120-
<version>1.0.0-beta.4</version> <!-- {x-version-update;unreleased_io.clientcore:annotation-processor;dependency} -->
120+
<version>1.0.0-beta.4</version> <!-- {x-version-update;io.clientcore:annotation-processor;dependency} -->
121121
</dependency>
122122
</dependencies>
123123
</plugin>

0 commit comments

Comments
 (0)