Skip to content

Commit

Permalink
m2e 1.3 and 1.4 catalogs support
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
  • Loading branch information
ifedorenko committed Feb 17, 2013
1 parent c6ca11e commit c0c9ce8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ public class M2eDiscoveryMetadataGeneratorMojo
{
private static final DateFormat DATE_FORMAT = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss" );

private static final List<String> SUPPORTED_M2E_VERSION = Arrays.asList( "1.0", "1.1" );
private static final List<String> SUPPORTED_M2E_VERSION = Arrays.asList( "1.0", "1.1", "1.3", "1.4" );

/**
* Base directory of the project.
Expand Down

0 comments on commit c0c9ce8

Please sign in to comment.