We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22a77d commit 0a146f6Copy full SHA for 0a146f6
pom.xml
@@ -3,7 +3,7 @@
3
4
<artifactId>clair</artifactId>
5
<groupId>org.rascalmpl</groupId>
6
- <version>0.13.0-RC4-SNAPSHOT</version>
+ <version>0.13.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
9
<scm>
@@ -116,7 +116,7 @@
116
<plugin>
117
<groupId>org.apache.maven.plugins</groupId>
118
<artifactId>maven-release-plugin</artifactId>
119
- <version>2.5.3</version>
+ <version>3.1.0</version>
120
<configuration>
121
<tagNameFormat>v@{project.version}</tagNameFormat>
122
<arguments>-Drascal.compile.skip -DskipTests -Drascal.tutor.skip</arguments>
0 commit comments