tomecode / show-me-password-sqldev-jdev

The "Show me password" is extension for Oracle SQL Developer or Oracle JDeveloper i.e. simple extension (tool) that decrypts all saved (encrypted) password for database connections, application server connection, servers etc. in SQL Developer or JDeveloper.
http://show-me-password.tomecode.com/
127 stars 24 forks source link

Extension registers as 1.0.0 instead of 2.0.0 #18

Open PhilippSalvisberg opened 4 years ago

PhilippSalvisberg commented 4 years ago

First of all, thank you very much for providing this extension. I use it in most of my SQL Developer installations. Without any problems so far.

I recently created an update site for SQL Developer and included the version 2.0.0 of your extension. I had to declare it as 1.0.0 to prevent SQL Developer from wanting to install the extension every time. Because the version 2.0.0 registers as version 1.0.0 as you see on this screenshot:

image

In line 1 of extension.xml the configured version is wrong.

Maybe you want to fix that, when building the next version. Thanks.

tomecode commented 4 years ago

ok, thanks for info