Skip to content

Commit 0e13b77

Browse files
committed
preparing release of 0.8.5
1 parent 3e68fa4 commit 0e13b77

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

nbactions.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<actions>
3+
<action>
4+
<actionName>CUSTOM-check-sign</actionName>
5+
<displayName>check-sign</displayName>
6+
<goals>
7+
<goal>clean</goal>
8+
<goal>install</goal>
9+
</goals>
10+
<properties>
11+
<performRelease>true</performRelease>
12+
<skipTests>true</skipTests>
13+
</properties>
14+
</action>
15+
</actions>

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
<goals>
192192
<goal>sign</goal>
193193
</goals>
194+
<configuration>
195+
<keyname>f22e0543</keyname>
196+
</configuration>
194197
</execution>
195198
</executions>
196199
</plugin>

0 commit comments

Comments
 (0)