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 {
27
27
from components. java
28
28
29
29
artifactId ' signalr'
30
- description ' ASP.NET Core SignalR Client for Java applications'
31
30
32
31
pom {
33
32
packaging = ' jar'
34
33
inceptionYear = ' 2018'
35
34
url = ' https://github.com/dotnet/aspnetcore'
36
35
name = groupId + ' :' + artifactId
36
+ description = ' ASP.NET Core SignalR Client for Java applications'
37
37
licenses {
38
38
license {
39
39
name = ' MIT License'
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ publishing {
27
27
from components. java
28
28
29
29
artifactId ' signalr-messagepack'
30
- description ' MessagePack protocol implementation for ASP.NET Core SignalR Client for Java applications'
31
30
32
31
pom {
33
32
packaging = ' jar'
34
33
inceptionYear = ' 2020'
35
34
url = ' https://github.com/dotnet/aspnetcore'
36
35
name = groupId + ' :' + artifactId
36
+ description = ' MessagePack protocol implementation for ASP.NET Core SignalR Client for Java applications'
37
37
licenses {
38
38
license {
39
39
name = ' MIT License'
You can’t perform that action at this time.
0 commit comments