Skip to content

Commit c092bf3

Browse files
authored
Merge pull request cwi-swat#12 from SWAT-engineering/chore/update-latest-rascal-release
Moved to the latest rascal and rascal-plugin release
2 parents b240fbe + da2bb53 commit c092bf3

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Build and Deploy
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
tags:
77
- 'v[0-9]+.*'
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
env:
1212
MAVEN_OPTS: "-Xmx4G -Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"
1313

CITATION renamed to CITATION.md

File renamed without changes.

FUNDING renamed to FUNDING.md

File renamed without changes.

LICENSE renamed to LICENSE.md

File renamed without changes.
File renamed without changes.

pom.xml

Lines changed: 2 additions & 2 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.25.0-RC1</version>
66+
<version>0.28.6</version>
6767
<configuration>
6868
<bin>${project.build.outputDirectory}</bin>
6969
<srcs>
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>org.rascalmpl</groupId>
148148
<artifactId>rascal</artifactId>
149-
<version>0.35.0-RC5</version>
149+
<version>0.40.11</version>
150150
</dependency>
151151
</dependencies>
152152
</project>

0 commit comments

Comments
 (0)