Activity log for bug #1053384

Date Who What changed Old value New value Message
2012-09-20 12:52:44 Jose Maria Nunez Izu bug added bug
2012-09-20 12:59:19 Jose Maria Nunez Izu description When I try to perform a new release, using a SNAPSHOT version, this is what happens: - the current revision is obtained and stored in props.releaseSvnRev, i.e. rev 1000 - the -SNAPSHOT is removed and the file 'gradle.properties' is updated - the the new change is committed and the revision changes to 1001, but the property is NOT updated - the tag is then created with an old revision (rev 1000) that contains -SNAPSHOT as part of the version. Proposed solution: - After the preTagCommit task is execute, the project property should be updated with the new revision number Thanks, Jose.- When I try to perform a new release, using a SNAPSHOT version, this is what happens: - the current revision is obtained and stored in props.releaseSvnRev, i.e. rev 1000 - the -SNAPSHOT is removed and the file 'gradle.properties' is updated - the the new change is committed and the revision changes to 1001, but the property is NOT updated - the tag is then created with an old revision (rev 1000) that contains -SNAPSHOT as part of the version. Proposed solution: - After the preTagCommit task is execute, the project property should be updated with the new revision number Additional info: - running svn - os x Thanks, Jose.-
2012-09-25 06:32:08 Eric Berry gradle-release: assignee Eric Berry (elberry)
2012-09-25 06:43:26 Eric Berry gradle-release: status New Confirmed
2012-09-25 08:46:36 Jose Maria Nunez Izu description When I try to perform a new release, using a SNAPSHOT version, this is what happens: - the current revision is obtained and stored in props.releaseSvnRev, i.e. rev 1000 - the -SNAPSHOT is removed and the file 'gradle.properties' is updated - the the new change is committed and the revision changes to 1001, but the property is NOT updated - the tag is then created with an old revision (rev 1000) that contains -SNAPSHOT as part of the version. Proposed solution: - After the preTagCommit task is execute, the project property should be updated with the new revision number Additional info: - running svn - os x Thanks, Jose.- When I try to perform a new release, using a SNAPSHOT version, this is what happens: - the current revision is obtained and stored in props.releaseSvnRev, i.e. rev 1000 - the -SNAPSHOT is removed and the file 'gradle.properties' is updated - the new change is committed and the revision changes to 1001, but the property is NOT updated - the tag is then created with an old revision (rev 1000) that contains -SNAPSHOT as part of the version. Proposed solution: - After the preTagCommit task is executed, the project property should be updated with the new revision number Additional info: - running svn - os x Thanks, Jose.-