Skip to content

Commit 0a146f6

Browse files
committed
Using latest release plugin
1 parent d22a77d commit 0a146f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<artifactId>clair</artifactId>
55
<groupId>org.rascalmpl</groupId>
6-
<version>0.13.0-RC4-SNAPSHOT</version>
6+
<version>0.13.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<scm>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-release-plugin</artifactId>
119-
<version>2.5.3</version>
119+
<version>3.1.0</version>
120120
<configuration>
121121
<tagNameFormat>v@{project.version}</tagNameFormat>
122122
<arguments>-Drascal.compile.skip -DskipTests -Drascal.tutor.skip</arguments>

0 commit comments

Comments
 (0)