Skip to content

Commit

Permalink
Update parent pom and fix scm
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Jul 11, 2024
1 parent c9477db commit c5b4e3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>net.revelc.code</groupId>
<artifactId>revelc</artifactId>
<version>5</version>
<version>6</version>
</parent>
<groupId>net.revelc.code</groupId>
<artifactId>zookeeper-maven-plugin</artifactId>
Expand All @@ -37,7 +37,10 @@
<maven>3.6.3</maven>
</prerequisites>
<scm>
<connection>scm:git:https://github.com/revelc/${github.site.repositoryName}.git</connection>
<developerConnection>scm:git:[email protected]:revelc/${github.site.repositoryName}.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/revelc/${github.site.repositoryName}</url>
</scm>
<properties>
<formatter.configFile>src/tools/modified-google-style.xml</formatter.configFile>
Expand Down

0 comments on commit c5b4e3c

Please sign in to comment.