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 478681b commit 771f866Copy full SHA for 771f866
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.wire</groupId>
8
<artifactId>lithium</artifactId>
9
- <version>3.5.0</version>
+ <version>3.5.1</version>
10
<name>Lithium</name>
11
<description>Wire Bots SDK written in Java</description>
12
<url>https://wire.com/</url>
@@ -71,7 +71,7 @@
71
<dependency>
72
73
<artifactId>xenon</artifactId>
74
- <version>1.5.0</version>
+ <version>1.5.1</version>
75
<exclusions>
76
<exclusion>
77
<groupId>org.slf4j</groupId>
@@ -197,7 +197,7 @@
197
<executions>
198
<execution>
199
<id>sign-artifacts</id>
200
- <phase>verify</phase>
+ <phase>deploy</phase>
201
<goals>
202
<goal>sign</goal>
203
</goals>
0 commit comments