Skip to content

Commit c034c9f

Browse files
committed
Set version 1.0.0
1 parent 4592d46 commit c034c9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.yocto</groupId>
77
<artifactId>yoclib-jsonrpc</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99

1010
<description>This yocLibrary enables your project to encode and decode JSON-RPC messages in Java.</description>
1111
<url>https://yocto.com</url>
@@ -23,6 +23,9 @@
2323
<goals>
2424
<goal>sign</goal>
2525
</goals>
26+
<configuration>
27+
<keyname>B684D1ECE4EA8439A7E57D79261AA214130CE7AB</keyname>
28+
</configuration>
2629
</execution>
2730
</executions>
2831
</plugin>

0 commit comments

Comments
 (0)