Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading