Skip to content

Commit 97a8fee

Browse files
committed
upgraded to latest rc versions of rascal and rascal-maven-plugin
1 parent b12a4c0 commit 97a8fee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.rascalmpl</groupId>
6565
<artifactId>rascal-maven-plugin</artifactId>
66-
<version>0.28.9</version>
66+
<version>0.30.0-RC25</version>
6767
<configuration>
6868
<bin>${project.build.outputDirectory}</bin>
6969
<srcs>
@@ -95,7 +95,6 @@
9595
<enableStandardLibrary>true</enableStandardLibrary>
9696
<errorsAsWarnings>false</errorsAsWarnings>
9797
<bin>${project.build.outputDirectory}</bin>
98-
<license>${project.basedir}/LICENSE</license>
9998
<sources>|http://github.com/cwi-swat/python-air/blob/main|</sources>
10099
<issues>|http://github.com/cwi-swat/python-air/issues|</issues>
101100
<srcs>
@@ -146,7 +145,7 @@
146145
<dependency>
147146
<groupId>org.rascalmpl</groupId>
148147
<artifactId>rascal</artifactId>
149-
<version>0.40.17</version>
148+
<version>0.41.0-RC42</version>
150149
</dependency>
151150
</dependencies>
152151
</project>

0 commit comments

Comments
 (0)