Skip to content

Commit

Permalink
bumped rascal-maven-plugin to first bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Mar 14, 2024
1 parent f5d4ebf commit 8ca0c97
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 @@ -32,7 +32,7 @@
<exec.mainClass>org.rascalmpl.shell.RascalShell</exec.mainClass>
<rascal.test.memory>2</rascal.test.memory>
<maven.compiler.release>11</maven.compiler.release>
<rascal-maven.version>0.25.0-RC2-SNAPSHOT</rascal-maven.version>
<rascal-maven.version>0.25.2-BOOT1</rascal-maven.version>
</properties>


Expand Down Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.25.0-RC1</version>
<version>${rascal-maven.version}</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
Expand Down

0 comments on commit 8ca0c97

Please sign in to comment.