We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d0a6c commit cf0c8cbCopy full SHA for cf0c8cb
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-SNAPSHOT</version>
+ <version>3.1.2</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>${scmTag}</tag>
+ <tag>pretested-integration-3.1.2</tag>
74
</scm>
75
76
<build>
0 commit comments