Skip to content

Commit eb8eb83

Browse files
committed
Name maven components
1 parent 250cb63 commit eb8eb83

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
<version>12</version>
3030
</parent>
3131

32+
<name>vertx-auth</name>
3233
<artifactId>vertx-auth</artifactId>
3334
<version>5.1.0-SNAPSHOT</version>
3435

35-
<name>Vert.x Auth</name>
36-
3736
<scm>
3837
<connection>scm:git:git@github.com:vert-x3/vertx-auth.git</connection>
3938
<developerConnection>scm:git:git@github.com:vert-x3/vertx-auth.git</developerConnection>
@@ -57,4 +56,4 @@
5756
</dependencies>
5857
</dependencyManagement>
5958

60-
</project>
59+
</project>

vertx-auth-mongo/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

27+
<name>vertx-auth-mongo</name>
2728
<artifactId>vertx-auth-mongo</artifactId>
2829

2930
<properties>

0 commit comments

Comments
 (0)