Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping version not working #37

Open
jrajput opened this issue Jul 17, 2015 · 0 comments
Open

Bumping version not working #37

jrajput opened this issue Jul 17, 2015 · 0 comments

Comments

@jrajput
Copy link

jrajput commented Jul 17, 2015

Hi,
I am using grunt-maven-tasks version 1.3.2 and getting following error when doing maven:release. Although maven deploy works fine since it doesn't do bumping the version. My package.json has version : "version": "1.2.0-SNAPSHOT".
Also is there any option to stop bumping of version and commit on git automatically?

Bumping version to 1.2.0...ERROR

Failed to bump version to 1.2.0
Warning: 'C:\Program' is not recognized as an internal or external command,
operable program or batch file. Use --force to continue.

Aborted due to warnings.

My grunt settings are :
maven: {
options: {
groupId: mavenGroupId,
artifactId: mavenArtifactId,
commitPrefix: ' ',
repositoryId: ''
},
deploy: {
options: { url: mavenSanpshotUrl },
src: [ disuiPath + '//*' ]
},
release: {
options: { url: mavenReleaseUrl, mode:'patch'},
src: [ disuiPath + '/
/*' ]
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant