We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0c8cb commit d8a9113Copy full SHA for d8a9113
1 file changed
pom.xml
@@ -23,7 +23,7 @@
23
Those updates will only be visible to people who have enabled the experimental update center.
24
Example of a beta: 3.0.0-beta.1-SNAPSHOT
25
-->
26
- <version>3.1.2</version>
+ <version>3.1.3-SNAPSHOT</version>
27
<packaging>hpi</packaging>
28
29
@@ -70,7 +70,7 @@
70
<connection>scm:git:git://github.com/Praqma/${project.artifactId}-plugin.git</connection>
71
<developerConnection>scm:git:git@github.com:Praqma/${project.artifactId}-plugin.git</developerConnection>
72
<url>https://github.com/Praqma/${project.artifactId}-plugin</url>
73
- <tag>pretested-integration-3.1.2</tag>
+ <tag>${scmTag}</tag>
74
</scm>
75
76
<build>
0 commit comments