We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b47cd commit 07314e6Copy full SHA for 07314e6
1 file changed
pom.xml
@@ -28,6 +28,12 @@
28
29
<name>Vert.x OpenAPI</name>
30
31
+ <scm>
32
+ <connection>scm:git:git@github.com:eclipse-vertx/vertx-openapi.git</connection>
33
+ <developerConnection>scm:git:git@github.com:eclipse-vertx/vertx-openapi.git</developerConnection>
34
+ <url>git@github.com:eclipse-vertx/vertx-openapi.git</url>
35
+ </scm>
36
+
37
<properties>
38
<doc.skip>false</doc.skip>
39
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
0 commit comments