Skip to content

Commit 4122326

Browse files
BrennanConroycaptainsafia
authored andcommitted
Fix SignalR Java POM to include description (#58895)
1 parent d48bfe2 commit 4122326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SignalR/clients/java/signalr/core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ publishing {
2727
from components.java
2828

2929
artifactId 'signalr'
30-
description 'ASP.NET Core SignalR Client for Java applications'
3130

3231
pom {
3332
packaging = 'jar'
3433
inceptionYear = '2018'
3534
url = 'https://github.com/dotnet/aspnetcore'
3635
name = groupId + ':' + artifactId
36+
description = 'ASP.NET Core SignalR Client for Java applications'
3737
licenses {
3838
license {
3939
name = 'MIT License'

src/SignalR/clients/java/signalr/messagepack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ publishing {
2727
from components.java
2828

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

3231
pom {
3332
packaging = 'jar'
3433
inceptionYear = '2020'
3534
url = 'https://github.com/dotnet/aspnetcore'
3635
name = groupId + ':' + artifactId
36+
description = 'MessagePack protocol implementation for ASP.NET Core SignalR Client for Java applications'
3737
licenses {
3838
license {
3939
name = 'MIT License'

0 commit comments

Comments
 (0)