Skip to content

Commit

Permalink
set maven-plugin back to 0.24.0 and rascal forward to 0.39.2-BOOT0 fo…
Browse files Browse the repository at this point in the history
…r a bootstrap round based on a new version of the rascal project
  • Loading branch information
jurgenvinju committed May 21, 2024
1 parent 0234bf6 commit d0cf381
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 @@ -161,7 +161,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.26.0-BOOT1</version>
<version>0.24.0</version>
<!-- <configuration>
<generated>${project.build.directory}/generated-test-sources</generated>
<mainModule>GenerateTestSources</mainModule>
Expand Down Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.38.2-BOOT2-SNAPSHOT</version>
<version>0.39.2-BOOT0</version>
</dependency>
</dependencies>
</project>

0 comments on commit d0cf381

Please sign in to comment.