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:
Jason van Zyl 2008-10-04 16:33:36 +00:00
parent fa17cae65a
commit 9a02f5a1ec
1 changed files with 1 additions and 1 deletions

View File

@ -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 );