Releasing patches and updates to web service users

Posted by Kalidoss.M on Programmers See other posts from Programmers or by Kalidoss.M
Published on 2012-02-23T02:42:55Z Indexed on 2012/03/25 11:40 UTC
Read the original article Hit count: 208

Filed under:

I have written one web services using Java. Its already live (Up & Running).

During development I have SVN(repository) + Jira for task maintenance + Maven for building the web services. Now i have some small update for my web services and i have created that task in Jira and committed the files in svn with respect to Jira-Id after all testing, etc..

Say my web services is used by 10 clients, we did not give our source code to them.

Is there any steps/procedure available to release patch/updates?
Is there any way to render/create the change log at the build time (maven).
How do i manage the change log for all version or Patch updates during build time? (Automatically)

© Programmers or respective owner

Related posts about java