Skip to content

Commit

Permalink
Using latest release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Nov 15, 2024
1 parent d22a77d commit 0a146f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<artifactId>clair</artifactId>
<groupId>org.rascalmpl</groupId>
<version>0.13.0-RC4-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
<packaging>jar</packaging>

<scm>
Expand Down Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.1.0</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<arguments>-Drascal.compile.skip -DskipTests -Drascal.tutor.skip</arguments>
Expand Down

0 comments on commit 0a146f6

Please sign in to comment.