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.
1 parent 29033dd commit ecf0940Copy full SHA for ecf0940
pom.xml
@@ -19,6 +19,12 @@
19
<name>Java Open Source Software Archetype</name>
20
<description>Maven archetype for dataliquid Open Source Software Java projects with Java 17 and JUnit 5</description>
21
22
+ <scm>
23
+ <connection>scm:git:git://github.com/dataliquid/java-oss-archetype.git</connection>
24
+ <developerConnection>scm:git:ssh://github.com:dataliquid/java-oss-archetype.git</developerConnection>
25
+ <url>https://github.com/dataliquid/java-oss-archetype</url>
26
+ </scm>
27
+
28
<properties>
29
<archetype-packaging.version>3.2.1</archetype-packaging.version>
30
</properties>
0 commit comments