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...
|
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
|
Now, even if I have built the verifier plugin locally m2 insist for downloading it
|
||||||
from the remote repo. Why is that? -->
|
from the remote repo. Why is that? -->
|
||||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
<version>1.0-alpha-1-SNAPSHOT</version>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>
|
<goal>
|
||||||
<id>verify</id>
|
<id>verify</id>
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-ejb-plugin</artifactId>
|
<artifactId>maven-ejb-plugin</artifactId>
|
||||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Reference in New Issue