I previously created a plug-in for the Eclipse IDE, and now want to create an update (new version) for it. I cannot seem to find many resources describing the "correct" process to do this - everything is about the initial creation of the site.
Specifically, there appear to be options to create "feature patch" projects, options to change the version number (in the original feature project), and manual options to change the version on the update site (in the update site project).
In the past, when I manually updated the version numbers, the site has behaved strangely, acting like the previous plug-in version never existed.
The end result I want is for people pointing at my update site to be notified (if auto-update is configured) that a new version is available, and for the "version history" of the plug-in to be maintained (within the limits of what eclipse update sites are configurable to maintain)