update dependency from 3.3.0-SNAPSHOT to 3.3.1 release

This commit is contained in:
Hervé Boutemy 2015-03-22 13:45:50 +01:00
parent f170a14529
commit 9566c0c177
3 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ public class MavenITmng5753CustomMojoExecutionConfiguratorTest
public MavenITmng5753CustomMojoExecutionConfiguratorTest()
{
super( "[3.2.6-SNAPSHOT,)" );
super( "[3.3.0-alpha,)" );
}
public void testCustomMojoExecutionConfigurator()

View File

@ -20,7 +20,7 @@ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>mng-5753-custom-mojo-execution-configurator</groupId>
@ -29,7 +29,7 @@ under the License.
<packaging>maven-plugin</packaging>
<properties>
<maven-version>3.3.0-SNAPSHOT</maven-version>
<maven-version>3.3.1</maven-version>
</properties>
<dependencies>

View File

@ -20,7 +20,7 @@ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>mng-5753-custom-mojo-execution-configurator</groupId>