Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1212 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1212 Summary: convert-snapshots does not change pom Type: Bug Status: Unassigned Priority: Major Original Estimate: 1 hour Time Spent: Unknown Remaining: 1 hour Project: maven Components: core Versions: 1.0-rc2 Assignee: Reporter: Oliver Noelle Created: Fri, 26 Mar 2004 5:18 AM Updated: Fri, 26 Mar 2004 5:18 AM Environment: maven-rc-2, win2k Description: Calling "maven convert-snapshots" does not change pom. It correctly finds a SNAPSHOT dependency, asks for updating it and for updating the pom. The file seems to be touched (new date), a .backup file is created. BUT: Nothing changed in the file, still a "SNAPSHOT" in the version of that dependency. This is the sequence: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 Attempting to download errormanager-SNAPSHOT.jar. There are 1 snapshot dependencies, would you like to update them to use timestamped versions? [yes] yes build:start: convert-snapshots: <dependency> <artifactId>errormanager</artifactId> <groupId>errormanager</groupId> <version>SNAPSHOT</version> </dependency> [echo] <dependency> <artifactId>errormanager</artifactId> <groupId>errormanager</groupId> <version>SNAPSHOT</version> </dependency> [echo] Do you want to update this dependency? [yes] Would you like the update POM to be written out for the release? [yes] BUILD SUCCESSFUL Total time: 10 seconds Finished at: Fri Mar 26 10:55:01 CET 2004 D:\Oliver\projects\> --------------------------------------------------------------------- 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]
