Comment From: kumarisback
Hi @snicoll I'm new to contribution. I wanted to start contributing to the spring project I love this project. can you help me with how can I contribute to this issue? I searched the same keyword in the project I found only this do I have to change the below line with "4.0.6-SNAPSHOT", to "4.0.6" let me know if I am wrong. :--
library("Spring WS", "4.0.6-SNAPSHOT") {
considerSnapshots()
group("org.springframework.ws") {
imports = [
"spring-ws-bom"
]
}
}
Comment From: snicoll
Thanks for the offer @kumarisback but we don't need contributions for dependency upgrades like this. If you look at the template for pull requests, you'll see we have a specific section about it.
Comment From: kumarisback
@snicoll Thanks for the information I will try with another issue. I hope you don't mind if I ask for your help.