Skip to content

Commit

Permalink
Increment package versions for clientcore releases (#43836)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jan 21, 2025
1 parent f37a2a6 commit 2ba0e9f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ com.azure.resourcemanager:azure-resourcemanager-neonpostgres;1.0.0-beta.1;1.0.0-
com.azure.tools:azure-sdk-archetype;1.0.0;1.2.0-beta.1
com.azure.tools:azure-sdk-build-tool;1.0.0;1.1.0-beta.1
io.clientcore:clientcore-parent;1.0.0-beta.1;1.0.0-beta.1
io.clientcore:core;1.0.0-beta.1;1.0.0-beta.2
io.clientcore:core;1.0.0-beta.2;1.0.0-beta.3
io.clientcore:http-okhttp3;1.0.0-beta.1;1.0.0-beta.1
io.clientcore:http-stress;1.0.0-beta.1;1.0.0-beta.1
io.clientcore:optional-dependency-tests;1.0.0-beta.1;1.0.0-beta.1
Expand Down
10 changes: 10 additions & 0 deletions sdk/clientcore/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.2 (2025-01-17)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/clientcore/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>io.clientcore</groupId>
<artifactId>core</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:core;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;io.clientcore:core;current} -->

<name>Core Library for building Java client libraries for accessing web services.</name>
<description>This library contains core types for building Java client libraries for accessing web services.</description>
Expand Down
4 changes: 2 additions & 2 deletions sdk/clientcore/http-okhttp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>core</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:core;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;io.clientcore:core;current} -->
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>core</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:core;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;io.clientcore:core;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/clientcore/http-stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>core</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;io.clientcore:core;dependency} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:core;dependency} -->
</dependency>
<dependency>
<groupId>io.clientcore</groupId>
Expand Down
4 changes: 2 additions & 2 deletions sdk/clientcore/optional-dependency-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>core</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:core;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;io.clientcore:core;current} -->
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>core</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:core;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;io.clientcore:core;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/clientcore/tools/annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>io.clientcore</groupId>
<artifactId>core</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;io.clientcore:core;dependency} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:core;dependency} -->
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 2ba0e9f

Please sign in to comment.