File tree Expand file tree Collapse file tree
src/main/java/org/rascalmpl/maven Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public abstract class AbstractRascalMojo extends AbstractMojo
8888 @ Parameter (defaultValue = "${session}" , required = true , readonly = true )
8989 protected MavenSession session ;
9090
91- @ Parameter (defaultValue = "0.41.3-RC1 " , required = false , readonly = false )
91+ @ Parameter (defaultValue = "0.42.0 " , required = false , readonly = false )
9292 protected String bootstrapRascalVersion ;
9393
9494 @ SuppressWarnings ("deprecation" ) // Can't get @Parameter to work for the pluginManager.
@@ -278,7 +278,7 @@ protected List<File> collectDependentArtifactLibraries(MavenProject project) thr
278278 }
279279
280280 protected final ArtifactVersion getReferenceRascalVersion () {
281- return new DefaultArtifactVersion ("0.41.3-RC1 " );
281+ return new DefaultArtifactVersion ("0.42.0 " );
282282 }
283283
284284 protected Path installBootstrapRascalVersion (MavenProject project , MavenSession session ) throws MojoExecutionException {
You can’t perform that action at this time.
0 commit comments