Skip to content

Commit b5258b2

Browse files
committed
Using released version of rascal
1 parent f27c80f commit b5258b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.rascalmpl</groupId>
3434
<artifactId>rascal</artifactId>
35-
<version>0.41.0-RC42</version>
35+
<version>0.41.0</version>
3636
</dependency>
3737
</dependencies>
3838

@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.rascalmpl</groupId>
7373
<artifactId>rascal-maven-plugin</artifactId>
74-
<version>0.30.0-RC24</version>
74+
<version>0.30.0</version>
7575
<configuration>
7676
<errorsAsWarnings>false</errorsAsWarnings>
7777
<bin>${project.build.outputDirectory}</bin>

0 commit comments

Comments
 (0)