Skip to content

Commit

Permalink
chore: replace hard coded tag version with project.version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleycaselli committed Mar 5, 2024
1 parent 12c512c commit a5acda7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<url>https://github.com/TopQuadrant/shacl</url>
<connection>scm:git:https://github.com/TopQuadrant/shacl</connection>
<developerConnection>scm:git:[email protected]:TopQuadrant/shacl.git</developerConnection>
<tag>shacl-1.4.3</tag>
<tag>v@{project.version}</tag>
</scm>

<properties>
Expand Down Expand Up @@ -178,7 +178,8 @@
<configuration>
<goals>deploy</goals>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>

</plugins>
Expand Down

0 comments on commit a5acda7

Please sign in to comment.