Skip to content

Commit

Permalink
Updated to latest version of rascal-core
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jul 12, 2024
1 parent 7c391e1 commit 0f5631f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.27.5</version>
<version>0.28.0-BOOT1</version>
<configuration>
<bin>${project.build.outputDirectory}</bin>
<srcs>
Expand Down Expand Up @@ -135,7 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<arguments>-Drascal.compile.skip -Drascal.tutor.skip -DskipTests</arguments>
Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.4</version>
<version>0.40.6</version>
</dependency>
</dependencies>
</project>

0 comments on commit 0f5631f

Please sign in to comment.