Skip to content

Commit

Permalink
Fix SignalR Java POM to include description (#58896)
Browse files Browse the repository at this point in the history
Co-authored-by: Brennan <brecon@microsoft.com>
  • Loading branch information
github-actions[bot] and BrennanConroy authored Nov 27, 2024
1 parent 5c959ae commit 0eb3437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SignalR/clients/java/signalr/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ publishing {
from components.java

artifactId 'signalr'
description 'ASP.NET Core SignalR Client for Java applications'

pom {
packaging = 'jar'
inceptionYear = '2018'
url = 'https://github.com/dotnet/aspnetcore'
name = groupId + ':' + artifactId
description = 'ASP.NET Core SignalR Client for Java applications'
licenses {
license {
name = 'MIT License'
Expand Down
2 changes: 1 addition & 1 deletion src/SignalR/clients/java/signalr/messagepack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ publishing {
from components.java

artifactId 'signalr-messagepack'
description 'MessagePack protocol implementation for ASP.NET Core SignalR Client for Java applications'

pom {
packaging = 'jar'
inceptionYear = '2020'
url = 'https://github.com/dotnet/aspnetcore'
name = groupId + ':' + artifactId
description = 'MessagePack protocol implementation for ASP.NET Core SignalR Client for Java applications'
licenses {
license {
name = 'MIT License'
Expand Down

0 comments on commit 0eb3437

Please sign in to comment.