fabioz / startexplorer

This Eclipse plug-in offers tight integration of system file manager (Windows Explorer, Gnome Nautilus, KDE Konqueror, Mac Finder, ...) and shell (cmd.exe, Linux/Mac terminal) in Eclipse.
https://fabioz.github.io/startexplorer/
MIT License
148 stars 55 forks source link

update version to 1.6.0; prepare and write instructions how to make next #39

Closed paulvi closed 10 years ago

paulvi commented 10 years ago

version change with one command mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.7.0-SNAPSHOT

basti1302 commented 10 years ago

Thanks for the hint with letting maven/tycho change the version numbers :-)

Why do you want to bump the version number to 1.6.0??? No new features have been added since 1.5.1.

paulvi commented 10 years ago

Yes, there were no new features. But I don't thing there would be bugs fix any ways, so next version is going to be 1.6 , e.g. with #40

Actually, I was checking and fixing build, then I wanted to share with you that releasing next version maybe 15 minutes effort.

basti1302 commented 10 years ago

Ah, so you've updated to version 1.6 just in anticipation of the next major version which might include new features. Understood. I usually update the version as the last step before building and publishing a new version, but whatevs.

paulvi commented 10 years ago

The build was fixed.

Also there is change from X.X.X version to X.X.X.qualifier version (version with date) That lets update plugin of the same version without uninstalling it, very useful during development.