mirror of https://github.com/apache/maven.git
align versions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d27f531dca
commit
fcb7b5a294
|
@ -17,7 +17,7 @@
|
|||
in the remote repo. If I don't specify a version, it fails...
|
||||
Now, even if I have built the verifier plugin locally m2 insist for downloading it
|
||||
from the remote repo. Why is that? -->
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
||||
<goals>
|
||||
<goal>
|
||||
<id>verify</id>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue