Skip to content

Commit

Permalink
Fix SCM information
Browse files Browse the repository at this point in the history
Fixes #66
  • Loading branch information
dmlloyd committed Oct 25, 2023
1 parent 9b52f63 commit b5fb584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
</license>
</licenses>

<scm>
<connection>scm:git:git@github.com:wildfly/wildfly-common.git</connection>
<developerConnection>scm:git:git@github.com:wildfly/wildfly-common.git</developerConnection>
<url>https://github.com/wildfly/wildfly-common/</url>
</scm>

<properties>
<version.org.jboss.logging.jboss-logging>3.5.3.Final</version.org.jboss.logging.jboss-logging>
<version.org.jboss.logging.jboss-logging-tools>2.2.1.Final</version.org.jboss.logging.jboss-logging-tools>
Expand Down

0 comments on commit b5fb584

Please sign in to comment.