File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/SignalR/clients/java/signalr Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments