Skip to content

Commit 7f8d223

Browse files
committed
fix: added missing name to artifacts
1 parent 333c493 commit 7f8d223

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

commons-rest-api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ SOFTWARE.
3535
</parent>
3636

3737
<artifactId>commons-rest-api</artifactId>
38+
<name>Commons REST API</name>
3839

3940
<dependencies>
4041
<dependency>

commons-rest-errorpage/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>commons-rest-errorpage</artifactId>
13+
<name>Commons REST Error Page</name>
1314

1415

1516
</project>

commons-rest-hashids/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>commons-rest-hashids</artifactId>
13+
<name>Commons REST HashIDs</name>
1314

1415
<dependencies>
1516
<dependency>

commons-rest-logging-aspect/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>commons-rest-logging-aspect</artifactId>
13+
<name>Commons REST Logging Aspect</name>
1314

1415
<dependencies>
1516
<dependency>

commons-rest-openapi/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>commons-rest-openapi</artifactId>
13+
<name>Commons REST OpenAPI</name>
1314

1415
<dependencies>
1516
<dependency>

commons-rest-posthog/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>commons-rest-posthog</artifactId>
11+
<name>Commons REST PostHog</name>
1112

1213
<dependencies>
1314
<dependency>

commons-rest-server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ SOFTWARE.
3535
</parent>
3636

3737
<artifactId>commons-rest-server</artifactId>
38+
<name>Commons REST Server</name>
3839

3940
<dependencies>
4041
<dependency>

commons-rest-tsid/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>commons-rest-tsid</artifactId>
13+
<name>Commons REST TSID</name>
1314

1415
<dependencies>
1516

0 commit comments

Comments
 (0)