File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/java/org/rascalmpl/maven Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 <dependency >
7373 <groupId >org.rascalmpl</groupId >
7474 <artifactId >rascal</artifactId >
75- <version >0.41.1 </version >
75+ <version >0.41.2 </version >
7676 </dependency >
7777 </dependencies >
7878</project >
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.1 " , required = false , readonly = false )
91+ @ Parameter (defaultValue = "0.41.2 " , required = false , readonly = false )
9292 protected String bootstrapRascalVersion ;
9393
9494 @ SuppressWarnings ("deprecation" ) // Can't get @Parameter to work for the pluginManager.
@@ -273,7 +273,7 @@ protected List<File> collectDependentArtifactLibraries(MavenProject project) thr
273273 }
274274
275275 protected final ArtifactVersion getReferenceRascalVersion () {
276- return new DefaultArtifactVersion ("0.41.1 " );
276+ return new DefaultArtifactVersion ("0.41.2 " );
277277 }
278278
279279 protected Path installBootstrapRascalVersion (MavenProject project , MavenSession session ) throws MojoExecutionException {
You can’t perform that action at this time.
0 commit comments