Skip to content

Commit d3e8b1f

Browse files
committed
ready for next rascal and rascal-maven-plugin versions
1 parent c8ce568 commit d3e8b1f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
<dependency>
4949
<groupId>org.rascalmpl</groupId>
5050
<artifactId>rascal</artifactId>
51-
<version>0.40.17</version>
51+
<version>0.41.0-RC42</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>edu.appstate.cs</groupId>
5555
<artifactId>rascal-git</artifactId>
56-
<version>0.1.15</version>
56+
<version>0.1.16-RC1</version>
5757
</dependency>
5858
</dependencies>
5959

@@ -136,9 +136,8 @@
136136
<plugin>
137137
<groupId>org.rascalmpl</groupId>
138138
<artifactId>rascal-maven-plugin</artifactId>
139-
<version>0.28.9</version>
139+
<version>0.30.0-RC25</version>
140140
<configuration>
141-
<enableStandardLibrary>false</enableStandardLibrary>
142141
<bin>${project.build.outputDirectory}</bin>
143142
<srcs>
144143
<src>${project.basedir}/src/main/rascal</src>
@@ -166,8 +165,6 @@
166165
<goal>tutor</goal>
167166
</goals>
168167
<configuration>
169-
<enableStandardLibrary>true</enableStandardLibrary>
170-
<errorsAsWarnings>false</errorsAsWarnings>
171168
<bin>${project.build.outputDirectory}</bin>
172169
<license>${project.basedir}/LICENSE</license>
173170
<citation>${project.basedir}/CITATION.md</citation>
@@ -177,8 +174,6 @@
177174
<src>${project.basedir}/src/main/rascal</src>
178175
<src>${project.basedir}/doc</src>
179176
</srcs>
180-
<ignores>
181-
</ignores>
182177
</configuration>
183178
</execution>
184179
</executions>

0 commit comments

Comments
 (0)