We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250cb63 commit eb8eb83Copy full SHA for eb8eb83
2 files changed
pom.xml
@@ -29,11 +29,10 @@
29
<version>12</version>
30
</parent>
31
32
+ <name>vertx-auth</name>
33
<artifactId>vertx-auth</artifactId>
34
<version>5.1.0-SNAPSHOT</version>
35
- <name>Vert.x Auth</name>
36
-
37
<scm>
38
<connection>scm:git:git@github.com:vert-x3/vertx-auth.git</connection>
39
<developerConnection>scm:git:git@github.com:vert-x3/vertx-auth.git</developerConnection>
@@ -57,4 +56,4 @@
57
56
</dependencies>
58
</dependencyManagement>
59
60
-</project>
+</project>
vertx-auth-mongo/pom.xml
@@ -24,6 +24,7 @@
24
25
<modelVersion>4.0.0</modelVersion>
26
27
+ <name>vertx-auth-mongo</name>
28
<artifactId>vertx-auth-mongo</artifactId>
<properties>
0 commit comments