mirror of https://github.com/apache/maven.git
o moving main dependency version on maven forward to 2.0.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
332f8af8e7
commit
7e9b4b26ef
|
@ -9,6 +9,9 @@
|
|||
<artifactId>maven-embedder</artifactId>
|
||||
<name>Maven Embedder</name>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<properties>
|
||||
<mavenVersion>2.0.1-SNAPSHOT</mavenVersion>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -42,7 +45,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
<properties>
|
||||
<mavenVersion>2.0</mavenVersion>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue