Skip to content

Commit

Permalink
release azure autorest customization 1.0.0 beta.9 (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Nov 21, 2024
1 parent f5643fa commit ab7bb63
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core.diff
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ index afa83e5c4..db70c748e 100644
+ <dependency>
+ <groupId>com.azure.tools</groupId>
+ <artifactId>azure-autorest-customization</artifactId>
+ <version>1.0.0-beta.8</version>
+ <version>1.0.0-beta.9</version>
+ </dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -69,7 +69,7 @@ index c99896650..358938595 100644
- <version>1.0.0-beta.1</version>
+ <groupId>com.azure.tools</groupId>
+ <artifactId>azure-autorest-customization</artifactId>
+ <version>1.0.0-beta.8</version>
+ <version>1.0.0-beta.9</version>
</dependency>
</dependencies>

6 changes: 6 additions & 0 deletions customization-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.0-beta.9 (2024-11-21)

### Other Changes

- Replaced model types in Eclipse language server with a dependency of LSP4J.

## 1.0.0-beta.8 (2023-11-03)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion customization-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-customization</artifactId>
<version>1.0.0-beta.8</version>
<version>1.0.0-beta.9</version>

<name>Microsoft Azure AutoRest for Java Customization</name>
<description>This module contains the base classes needed for customizing a generated library.</description>
Expand Down
2 changes: 1 addition & 1 deletion customization-tests/swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-customization</artifactId>
<version>1.0.0-beta.8</version>
<version>1.0.0-beta.9</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion fluentgen/src/main/resources/readme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-customization</artifactId>
<version>1.0.0-beta.8</version>
<version>1.0.0-beta.9</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion javagen/src/main/resources/readme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-customization</artifactId>
<version>1.0.0-beta.8</version>
<version>1.0.0-beta.9</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion typespec-tests/customization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-customization</artifactId>
<version>1.0.0-beta.8</version>
<version>1.0.0-beta.9</version>
</dependency>
</dependencies>
</project>

0 comments on commit ab7bb63

Please sign in to comment.