Skip to content

Commit ab7bb63

Browse files
release azure autorest customization 1.0.0 beta.9 (#2987)
1 parent f5643fa commit ab7bb63

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

core.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ index afa83e5c4..db70c748e 100644
3535
+ <dependency>
3636
+ <groupId>com.azure.tools</groupId>
3737
+ <artifactId>azure-autorest-customization</artifactId>
38-
+ <version>1.0.0-beta.8</version>
38+
+ <version>1.0.0-beta.9</version>
3939
+ </dependency>
4040
<dependency>
4141
<groupId>com.azure</groupId>
@@ -69,7 +69,7 @@ index c99896650..358938595 100644
6969
- <version>1.0.0-beta.1</version>
7070
+ <groupId>com.azure.tools</groupId>
7171
+ <artifactId>azure-autorest-customization</artifactId>
72-
+ <version>1.0.0-beta.8</version>
72+
+ <version>1.0.0-beta.9</version>
7373
</dependency>
7474
</dependencies>
7575

customization-base/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.0-beta.9 (2024-11-21)
4+
5+
### Other Changes
6+
7+
- Replaced model types in Eclipse language server with a dependency of LSP4J.
8+
39
## 1.0.0-beta.8 (2023-11-03)
410

511
### Other Changes

customization-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>com.azure.tools</groupId>
1818
<artifactId>azure-autorest-customization</artifactId>
19-
<version>1.0.0-beta.8</version>
19+
<version>1.0.0-beta.9</version>
2020

2121
<name>Microsoft Azure AutoRest for Java Customization</name>
2222
<description>This module contains the base classes needed for customizing a generated library.</description>

customization-tests/swagger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.azure.tools</groupId>
3535
<artifactId>azure-autorest-customization</artifactId>
36-
<version>1.0.0-beta.8</version>
36+
<version>1.0.0-beta.9</version>
3737
</dependency>
3838
</dependencies>
3939
</project>

fluentgen/src/main/resources/readme/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.azure.tools</groupId>
2020
<artifactId>azure-autorest-customization</artifactId>
21-
<version>1.0.0-beta.8</version>
21+
<version>1.0.0-beta.9</version>
2222
</dependency>
2323
</dependencies>
2424

javagen/src/main/resources/readme/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.azure.tools</groupId>
2020
<artifactId>azure-autorest-customization</artifactId>
21-
<version>1.0.0-beta.8</version>
21+
<version>1.0.0-beta.9</version>
2222
</dependency>
2323
</dependencies>
2424

typespec-tests/customization/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.azure.tools</groupId>
1818
<artifactId>azure-autorest-customization</artifactId>
19-
<version>1.0.0-beta.8</version>
19+
<version>1.0.0-beta.9</version>
2020
</dependency>
2121
</dependencies>
2222
</project>

0 commit comments

Comments
 (0)