Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-960 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-960 Summary: convert-snapshot does nothing Type: Bug Status: Unassigned Priority: Minor Time Spent: Unknown Remaining: Unknown Project: maven Components: plugin-release Versions: 1.0-rc1 Assignee: Reporter: nicolas de loof Created: Wed, 22 Oct 2003 9:41 AM Updated: Wed, 22 Oct 2003 9:41 AM Environment: windows 2000, jdk 1.4.2 Description: On remote repository I've got this files : configuration-20031021.131312.jar configuration-SNAPSHOT.jar configuration-snapshot-version ("20031021.131312") When I use convert-snapshot goal, Maven doesn't convert any snaphot to dateTime version : (...) convert-snapshots: <dependency> <groupId>cgey</groupId> <artifactId>configuration</artifactId> <version>SNAPSHOT</version> <type>jar</type> <properties> <war.bundle>true</war.bundle> </properties> </dependency> [echo] <dependency> <groupId>cgey</groupId> <artifactId>configuration</artifactId> <version>SNAPSHOT</version> <type>jar</type> <properties> <war.bundle>true</war.bundle> </properties> </dependency> [echo] Do you want to update this dependency? [yes] --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
