Skip to content

Commit

Permalink
chore(pom.xml): add SCM configuration for git repository
Browse files Browse the repository at this point in the history
The SCM configuration for the git repository was added to the pom.xml file. This allows for easier navigation to the repository and provides information about the connection and developer connection URLs. The URL was set to "https://github.com/liquibase/liquibase-percona.git" and the tag was set to "HEAD".
  • Loading branch information
jandroav committed Nov 30, 2023
1 parent 088571c commit 459b563
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@
</dependency>
</dependencies>

<scm>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/liquibase/liquibase-percona.git</url>
<tag>HEAD</tag>
</scm>

<build>
<resources>
<resource>
Expand Down

0 comments on commit 459b563

Please sign in to comment.