We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374aed0 commit e002816Copy full SHA for e002816
1 file changed
pom.xml
@@ -22,7 +22,7 @@
22
23
<groupId>org.topbraid</groupId>
24
<artifactId>shacl</artifactId>
25
- <version>1.5.0</version>
+ <version>1.5.1-SNAPSHOT</version>
26
<packaging>jar</packaging>
27
28
<name>TopBraid SHACL API</name>
@@ -77,7 +77,7 @@
77
<url>https://github.com/TopQuadrant/shacl</url>
78
<connection>scm:git:https://github.com/TopQuadrant/shacl</connection>
79
<developerConnection>scm:git:git@github.com:TopQuadrant/shacl.git</developerConnection>
80
- <tag>v1.5.0</tag>
+ <tag>v@{project.version}</tag>
81
</scm>
82
83
<properties>
0 commit comments