Skip to content

Commit 771f866

Browse files
committed
ver 3.5.1
Xenon 1.5.1
1 parent 478681b commit 771f866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.wire</groupId>
88
<artifactId>lithium</artifactId>
9-
<version>3.5.0</version>
9+
<version>3.5.1</version>
1010
<name>Lithium</name>
1111
<description>Wire Bots SDK written in Java</description>
1212
<url>https://wire.com/</url>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.wire</groupId>
7373
<artifactId>xenon</artifactId>
74-
<version>1.5.0</version>
74+
<version>1.5.1</version>
7575
<exclusions>
7676
<exclusion>
7777
<groupId>org.slf4j</groupId>
@@ -197,7 +197,7 @@
197197
<executions>
198198
<execution>
199199
<id>sign-artifacts</id>
200-
<phase>verify</phase>
200+
<phase>deploy</phase>
201201
<goals>
202202
<goal>sign</goal>
203203
</goals>

0 commit comments

Comments
 (0)