Skip to content

Commit

Permalink
issue #1: provide a signed package
Browse files Browse the repository at this point in the history
  • Loading branch information
markiewb committed Mar 15, 2014
1 parent 246a1ba commit cdb04fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.markiewb.netbeans.plugins</groupId>
<artifactId>editor.zoom</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>nbm</packaging>

<name>Editor zoom</name>
Expand Down Expand Up @@ -66,7 +66,8 @@
<author>Benno Markiewicz ([email protected])</author>
<homePageUrl>https://github.com/markiewb/nb-editor-zoom</homePageUrl>
<keystore>nbproject/private/keystore</keystore>
<licenseName>Apache 2.0</licenseName>
<keystorealias>myself</keystorealias>
<licenseName>CDDL-GPL-2-CP</licenseName>
</configuration>
</plugin>

Expand Down Expand Up @@ -102,6 +103,7 @@
&lt;ul&gt;
&lt;li&gt;[&lt;a href="https://github.com/markiewb/nb-editor-zoom/issues/2"&gt;Feature&lt;/a&gt;]: Add reset zoom action&lt;/li&gt;
&lt;li&gt;[&lt;a href="https://github.com/markiewb/nb-editor-zoom/issues/3"&gt;Change&lt;/a&gt;]: Move zoom actions to editor toolbar&lt;/li&gt;
&lt;li&gt;[&lt;a href="https://github.com/markiewb/nb-editor-zoom/issues/1"&gt;Feature&lt;/a&gt;]: Provide signed package for Plugin portal/li&gt;
&lt;/ul&gt;
&lt;h3&gt;1.0.0:&lt;/h3&gt;
&lt;ul&gt;
Expand Down
Binary file added releasebuilds/editor.zoom-1.1.0.nbm
Binary file not shown.

0 comments on commit cdb04fe

Please sign in to comment.