We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc314a + e619f67 commit 24b5433Copy full SHA for 24b5433
console-utils/pom.xml
@@ -13,7 +13,7 @@
13
</parent>
14
15
<artifactId>unity-server-console-utils</artifactId>
16
-
+ <name>UNITY Server ${m.name} module</name>
17
<properties>
18
<m.name>console-utils</m.name>
19
</properties>
unity-rest-api/pom.xml
@@ -14,6 +14,10 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>unity-rest-api</artifactId>
+ <properties>
+ <m.name>rest-api</m.name>
20
+ </properties>
21
22
<scm>
23
<connection>${scm.base}/${m.name}</connection>
0 commit comments