[Webstart] Deployed plugin in the sandbox has incorrect pom.
------------------------------------------------------------

         Key: MOJO-382
         URL: http://jira.codehaus.org/browse/MOJO-382
     Project: Mojo
        Type: Bug

    Reporter: Adrian
    Priority: Blocker


The dependency for keytool in the pom is incorrectly [0.3,) instead of 
0.3-SNAPSHOT.

http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/webstart-maven-plugin/1.0-SNAPSHOT/webstart-maven-plugin-1.0-20060307.100605-1.pom

{code:xml}
    <dependency>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>keytool-maven-plugin</artifactId>
      <version>[0.3,)</version>
    </dependency>
{code} 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to