We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27c80f commit b5258b2Copy full SHA for b5258b2
pom.xml
@@ -32,7 +32,7 @@
32
<dependency>
33
<groupId>org.rascalmpl</groupId>
34
<artifactId>rascal</artifactId>
35
- <version>0.41.0-RC42</version>
+ <version>0.41.0</version>
36
</dependency>
37
</dependencies>
38
@@ -71,7 +71,7 @@
71
<plugin>
72
73
<artifactId>rascal-maven-plugin</artifactId>
74
- <version>0.30.0-RC24</version>
+ <version>0.30.0</version>
75
<configuration>
76
<errorsAsWarnings>false</errorsAsWarnings>
77
<bin>${project.build.outputDirectory}</bin>
0 commit comments