Version | Date | Description |
---|---|---|
1.6.1 | 2007-03-28 | |
1.6 | 2006-02-24 | |
1.5 | 2005-06-05 | |
1.4.1 | 2004-07-30 | |
1.4 | 2004-06-18 | |
1.3 | 2004-05-15 | |
1.2 | 2004-03-07 | |
1.1 | 2003-09-29 | |
1.0 | 2003-08-31 |
Type | Changes | By |
---|---|---|
The prepare-release goal should fail if project.xml can't be edited (e.g. read only). Fixes MPSCM-63. | ltheussl | |
SCM Parse Connection output is wrong / misleading. Fixes MPSCM-89. | ltheussl | |
scm:prepare-release does not commit modified changes.xml. Fixes MPSCM-86. | ltheussl | |
Upgrade plexus-utils to version 1.0.5 Fixes MAVEN-1803. | aheritier | |
Upgrade plexus-container-default and plexus-component-api to version 1.0-alpha-15 and replace classworlds by plexus-classworlds 1.2-alpha-5 | aheritier | |
Update dom4j and jelly dependencies to match the ones in maven 1.1 core. | ltheussl | |
Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. Add the dependency to jline for commons-jelly-tags-interaction v1.1. | aheritier | |
Upgrade to commons-io 1.2. | aheritier |
Type | Changes | By |
---|---|---|
The encoding of the project.xml file is not preserved after doing
release:transform
.
Fixes MPRELEASE-12.
Thanks to Dennis Lundberg.
|
ltheussl | |
Handle poms with a namespace. Fixes MPRELEASE-16. | fgiust | |
Handle non-jar dependencies. Fixes MPRELEASE-11. | brett | |
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
aheritier | |
Make it possible to check changes made by prepare-release before they are checked in and tagged. New property
maven.scm.testmode
.
Fixes MPSCM-77.
|
ltheussl | |
Update to maven-scm 1.0-beta-2. Fixes MPSCM-68. | ltheussl | |
When pom.repository.connection ends with '/' checkout fails. Fixes MPSCM-65. Thanks to Phil Steitz. | ltheussl | |
Re-add changes.xml file to display announcements. Fixes MPSCM-57. | ltheussl | |
New scm:checkin goal. Fixes MPSCM-47 and MPSCM-54 . | brett | |
Add Starteam support, plus scm:add, scm:status, scm:checkin. Fixes MPSCM-56. | evenisse |
Type | Changes | By |
---|---|---|
Exception while executing SCM command. Fixes MPSCM-61. | brett | |
v1.5 is not compatible with 1.4.1. Fixes MPSCM-58. | dion | |
Avoid use of jelly empty operator. Fixes MPSCM-40. | brett | |
NullPointerException when setting checkout dir. Fixes MPSCM-53. | brett | |
Skip prompt for tag. Fixes MPSCM-44. | brett | |
Clarify "module" notation as used for CVS in regards to Subversion. Fixes MPSCM-48. | brett | |
Implement status check. Fixes MPSCM-42. | brett | |
Incorporate a released version of Maven SCM. Fixes MPSCM-49. | brett | |
scm:bootstrap fails on SVN project requiring username/password. Fixes MPSCM-52. | brett | |
scm:cvs-update-project uses developer connection. Fixes MPSCM-29. | brett | |
Update documentation after latest changes. Fixes MPSCM-41. | brett | |
Var delim not always ":" (on CVSNT "|"). Fixes MPSCM-45. | brett | |
Support starting and ending revision in diff bean/tag. Fixes MPSCM-50. | brett | |
Add the ability to pass a username and password to the Subversion provider. | brett | |
Check out into
maven.scm.checkout.dir
rather than a subdirectory of it.
|
brett | |
Use maven.scm.bootstrap.pom.dir. Fixes MPSCM-33. | brett | |
Add support for subversion. Fixes MPSCM-32. | brett | |
Rewritten to utilise the Maven SCM library. | brett | |
Ignore whitespace when creating a patch. Fixes MPSCM-25. | dion | |
Ignore POM if the scm root is specified in command line. | carlos |
Type | Changes | By |
---|---|---|
Trim goals after prompting from the user. Fixes MPSCM-16. | dion | |
Add scm:cvs-create-patch goal to help in creating patches. Fixes MPSCM-20. | dion | |
Set default
maven.scm.method
to cvs
Fixes MPSCM-13.
|
carlos |
Type | Changes | By |
---|---|---|
Add minimal support for SVN to allow cruisecontrol plugin to work. | epugh | |
Add scm:cvs-tag-project goal. | dion |
Type | Changes | By |
---|---|---|
Don't use -C - Mac OS X doesn't recognise it. | brett | |
Catch exceptions to make sure files don't get moved permanently. Fixes MPSCM-3. | brett | |
Update POM using dom4j instead of JSL - no more formatting issues. Fixes MPSCM-4. | brett | |
Support :local: CVS paths | brett | |
Update changes.xml version and release date on prepare. | brett | |
Use developerConnection first, then standard connection when parsing connection from POM. | brett |