Skip to content

Commit

Permalink
bumped rascal-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jun 25, 2023
1 parent cca44d4 commit 75dea1f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions FUNDING
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Centrum Wiskunde & Informatica, SWAT group (2009-...)
* EU FP7 OSSMETER Project Number **318736** (2012-2015)
* EU H2020 CROSSMINER Project Number **REP-732223-2** (2016-2019)
* NWO Big Software "MERITS" **NWO.628.008.002** (2016-2020)
* NWO TOPGO "Domain-Specific Languages: A Big Future for Small Programs" **NWO.612.001.011** (2011-2016)
2 changes: 2 additions & 0 deletions META-INF/RASCAL.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Project-Name: rascal
Source: src/org/rascalmpl/library
Courses: src/org/rascalmpl/courses


5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<exec.mainClass>org.rascalmpl.shell.RascalShell</exec.mainClass>
<rascal.test.memory>2</rascal.test.memory>
<maven.compiler.release>11</maven.compiler.release>
<rascal-maven.version>0.19.0-RC1</rascal-maven.version>
<rascal-maven.version>0.19.0</rascal-maven.version>
</properties>


Expand Down Expand Up @@ -131,6 +131,9 @@
<src>${project.basedir}/src/org/rascalmpl/library</src>
</srcs>
<sourceLookup>|std:///|</sourceLookup>
<funding>${project.basedir}/FUNDING</funding>
<citation>${project.basedir}/CITATION.md</citation>
<issues>|https://github.com/usethesource/rascal/issues|</issues>
<srcIgnores>
<ignore>${project.basedir}/src/org/rascalmpl/library/experiments</ignore>
<ignore>${project.basedir}/src/org/rascalmpl/library/resource</ignore>
Expand Down

0 comments on commit 75dea1f

Please sign in to comment.