Skip to content

Commit

Permalink
Fix scm config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Jul 11, 2024
1 parent 916aeaf commit 66fb416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 66fb416

Please sign in to comment.