We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26923f commit b783993Copy full SHA for b783993
pom.xml
@@ -4,15 +4,15 @@
4
5
<groupId>org.rascalmpl</groupId>
6
<artifactId>salix-contrib</artifactId>
7
- <version>0.2.8-SNAPSHOT</version>
+ <version>0.2.8-RC1</version>
8
9
<properties>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11
</properties>
12
13
<scm>
14
<developerConnection>scm:git:ssh://git@github.com/usethesource/salix-contrib.git</developerConnection>
15
- <tag>head</tag>
+ <tag>v0.2.8-RC1</tag>
16
</scm>
17
18
<repositories>
0 commit comments