mirror of https://github.com/apache/maven.git
update dependency from 3.3.0-SNAPSHOT to 3.3.1 release
This commit is contained in:
parent
f170a14529
commit
9566c0c177
|
@ -30,7 +30,7 @@ public class MavenITmng5753CustomMojoExecutionConfiguratorTest
|
||||||
|
|
||||||
public MavenITmng5753CustomMojoExecutionConfiguratorTest()
|
public MavenITmng5753CustomMojoExecutionConfiguratorTest()
|
||||||
{
|
{
|
||||||
super( "[3.2.6-SNAPSHOT,)" );
|
super( "[3.3.0-alpha,)" );
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testCustomMojoExecutionConfigurator()
|
public void testCustomMojoExecutionConfigurator()
|
||||||
|
|
|
@ -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"
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>mng-5753-custom-mojo-execution-configurator</groupId>
|
<groupId>mng-5753-custom-mojo-execution-configurator</groupId>
|
||||||
|
@ -29,7 +29,7 @@ under the License.
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven-version>3.3.0-SNAPSHOT</maven-version>
|
<maven-version>3.3.1</maven-version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -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"
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>mng-5753-custom-mojo-execution-configurator</groupId>
|
<groupId>mng-5753-custom-mojo-execution-configurator</groupId>
|
||||||
|
|
Loading…
Reference in New Issue