Skip to content

Commit 530f03d

Browse files
committed
Update docs metadata
1 parent 8533fcc commit 530f03d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs-ref-services/latest/messaging-eventgrid-readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure Event Grid client library for Java
33
keywords: Azure, java, SDK, API, azure-messaging-eventgrid, eventgrid
44
author: mssfang
55
ms.author: shafang
6-
ms.date: 03/18/2023
6+
ms.date: 03/31/2023
77
ms.topic: reference
88
ms.devlang: java
99
ms.service: eventgrid
1010
---
11-
# Azure Event Grid client library for Java - version 4.14.2
11+
# Azure Event Grid client library for Java - version 4.15.0
1212

1313

1414
Azure Event Grid allows you to easily build applications with event-based architectures. The Event Grid service fully
@@ -56,7 +56,7 @@ az eventgrid domain create --location <location> --resource-group <your-resource
5656
#### Include the BOM file
5757

5858
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
59-
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.14.2/sdk/boms/azure-sdk-bom/README.md).
59+
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.15.0/sdk/boms/azure-sdk-bom/README.md).
6060

6161
```xml
6262
<dependencyManagement>
@@ -91,7 +91,7 @@ add the direct dependency to your project as follows.
9191
<dependency>
9292
<groupId>com.azure</groupId>
9393
<artifactId>azure-messaging-eventgrid</artifactId>
94-
<version>4.14.2</version>
94+
<version>4.15.0</version>
9595
</dependency>
9696
```
9797
[//]: # ({x-version-update-end})
@@ -495,7 +495,7 @@ If you encounter any bugs with these SDKs, please file issues via [Issues](https
495495

496496
## Contributing
497497

498-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.14.2/CONTRIBUTING.md).
498+
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.15.0/CONTRIBUTING.md).
499499

500500
1. Fork it
501501
2. Create your feature branch (`git checkout -b my-new-feature`)
@@ -512,13 +512,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
512512
[javadocs]: https://azure.github.io/azure-sdk-for-java/eventgrid.html
513513
[azure_subscription]: https://azure.microsoft.com/free
514514
[maven]: https://maven.apache.org/
515-
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.14.2/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
516-
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.14.2/sdk/eventgrid/azure-messaging-eventgrid/src/samples/java/com/azure/messaging/eventgrid
515+
[HttpResponseException]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.15.0/sdk/core/azure-core/src/main/java/com/azure/core/exception/HttpResponseException.java
516+
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-eventgrid_4.15.0/sdk/eventgrid/azure-messaging-eventgrid/src/samples/java/com/azure/messaging/eventgrid
517517
[eventgrid]: https://azure.com/eventgrid
518518
[portal]: https://ms.portal.azure.com/
519519
[cli]: /cli/azure
520520
[service_docs]: /azure/event-grid/
521-
[sources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-eventgrid_4.14.2/sdk/eventgrid/azure-messaging-eventgrid/src
521+
[sources]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-eventgrid_4.15.0/sdk/eventgrid/azure-messaging-eventgrid/src
522522
[EventGridEvent]: /azure/event-grid/event-schema
523523
[CloudEvent]: https://github.com/cloudevents/spec/blob/master/spec.md
524524

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-messaging-eventgrid",
3-
"Version": "4.14.2",
3+
"Version": "4.15.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/eventgrid/azure-messaging-eventgrid",
66
"ServiceDirectory": "eventgrid",
@@ -10,5 +10,5 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-messaging-eventgrid",
13-
"ReleaseStatus": "2023-03-16"
13+
"ReleaseStatus": "2023-03-31"
1414
}

0 commit comments

Comments
 (0)