Skip to content

Commit c5b4e3c

Browse files
committed
Update parent pom and fix scm
1 parent c9477db commit c5b4e3c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>net.revelc.code</groupId>
2121
<artifactId>revelc</artifactId>
22-
<version>5</version>
22+
<version>6</version>
2323
</parent>
2424
<groupId>net.revelc.code</groupId>
2525
<artifactId>zookeeper-maven-plugin</artifactId>
@@ -37,7 +37,10 @@
3737
<maven>3.6.3</maven>
3838
</prerequisites>
3939
<scm>
40+
<connection>scm:git:https://github.com/revelc/${github.site.repositoryName}.git</connection>
41+
<developerConnection>scm:git:git@github.com:revelc/${github.site.repositoryName}.git</developerConnection>
4042
<tag>HEAD</tag>
43+
<url>https://github.com/revelc/${github.site.repositoryName}</url>
4144
</scm>
4245
<properties>
4346
<formatter.configFile>src/tools/modified-google-style.xml</formatter.configFile>

0 commit comments

Comments
 (0)