We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56eb89c commit 4e45991Copy full SHA for 4e45991
pom.xml
@@ -3,12 +3,12 @@
3
4
<groupId>org.rascalmpl</groupId>
5
<artifactId>rascal-maven-plugin</artifactId>
6
- <version>0.28.11-SNAPSHOT</version>
+ <version>0.28.11</version>
7
<packaging>maven-plugin</packaging>
8
9
<scm>
10
<developerConnection>scm:git:ssh://git@github.com/usethesource/rascal-maven-plugin.git</developerConnection>
11
- <tag>SNAPSHOT</tag>
+ <tag>v0.28.11</tag>
12
</scm>
13
14
<name>Rascal Maven Plugin</name>
0 commit comments