Skip to content

Commit 2194c39

Browse files
committed
Release 1.7.2
1 parent 89e5529 commit 2194c39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>ru.odnoklassniki</groupId>
55
<artifactId>one-nio</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.7.1</version>
7+
<version>1.7.2</version>
88
<name>one-nio</name>
99
<url>https://github.com/odnoklassniki/one-nio</url>
1010
<description>Unconventional Java I/O library</description>
@@ -150,6 +150,9 @@
150150
<goals>
151151
<goal>sign</goal>
152152
</goals>
153+
<configuration>
154+
<keyname>${gpg.keyname}</keyname>
155+
</configuration>
153156
</execution>
154157
</executions>
155158
</plugin>

0 commit comments

Comments
 (0)