mirror of https://github.com/apache/maven.git
o placing a hard coded version in the event the pom.properties can't be found. for debugging inside m2e i can live with this.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@701665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa17cae65a
commit
9a02f5a1ec
|
@ -66,7 +66,7 @@ public class DefaultRuntimeInformation
|
|||
|
||||
if ( resourceAsStream == null )
|
||||
{
|
||||
return new ApplicationInformation( new DefaultArtifactVersion( version ), builtOn );
|
||||
return new ApplicationInformation( new DefaultArtifactVersion( "3.0" ), builtOn );
|
||||
}
|
||||
|
||||
properties.load( resourceAsStream );
|
||||
|
|
Loading…
Reference in New Issue