Skip to content

Commit 24b5433

Browse files
author
Jenkins CI
committed
Merge branch 'dev'
2 parents 1bc314a + e619f67 commit 24b5433

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

console-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414

1515
<artifactId>unity-server-console-utils</artifactId>
16-
16+
<name>UNITY Server ${m.name} module</name>
1717
<properties>
1818
<m.name>console-utils</m.name>
1919
</properties>

unity-rest-api/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<modelVersion>4.0.0</modelVersion>
1515

1616
<artifactId>unity-rest-api</artifactId>
17+
<name>UNITY Server ${m.name} module</name>
18+
<properties>
19+
<m.name>rest-api</m.name>
20+
</properties>
1721

1822
<scm>
1923
<connection>${scm.base}/${m.name}</connection>

0 commit comments

Comments
 (0)