Skip to content

Commit

Permalink
[config] make the plugin upgradeable from the previous version 1.0.1 …
Browse files Browse the repository at this point in the history
…(use same codebasename)
  • Loading branch information
markiewb committed Sep 23, 2013
1 parent ec578be commit 2745ceb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,14 @@
<version>3.11</version>
<extensions>true</extensions>
<configuration>
<!-- keep this id, else the update from existing versions will fail
and will cause classpath issues in the log file
-->
<codeNameBase>de.markiewb.netbeans.plugins.hints</codeNameBase>
<keystore>private/keystore</keystore>
<keystorealias>myself</keystorealias>
<licenseFile>CDDL-GPL-2-CP</licenseFile>
<licenseName>CDDL-GPL-2-CP</licenseName>
<requiresRestart>true</requiresRestart>
</configuration>
</plugin>

Expand Down

0 comments on commit 2745ceb

Please sign in to comment.