We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4592d46 commit c034c9fCopy full SHA for c034c9f
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.yocto</groupId>
7
<artifactId>yoclib-jsonrpc</artifactId>
8
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
9
10
<description>This yocLibrary enables your project to encode and decode JSON-RPC messages in Java.</description>
11
<url>https://yocto.com</url>
@@ -23,6 +23,9 @@
23
<goals>
24
<goal>sign</goal>
25
</goals>
26
+ <configuration>
27
+ <keyname>B684D1ECE4EA8439A7E57D79261AA214130CE7AB</keyname>
28
+ </configuration>
29
</execution>
30
</executions>
31
</plugin>
0 commit comments