Skip to content

Commit 1ebeeb5

Browse files
authored
Merge pull request #38 from diaozxin007/master
update 0.1.4
2 parents 5867ad2 + d5f1b86 commit 1ebeeb5

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

examples/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1919
<dokka.version>0.10.1</dokka.version>
20-
<wechaty.version>0.1.3-SNAPSHOT</wechaty.version>
20+
<wechaty.version>0.1.4-SNAPSHOT</wechaty.version>
2121
</properties>
2222

2323
<dependencies>
@@ -66,6 +66,11 @@
6666
<artifactId>java-wechaty-plugin-contrib</artifactId>
6767
<version>1.0.0-SNAPSHOT</version>
6868
</dependency>
69+
<dependency>
70+
<groupId>org.apache.commons</groupId>
71+
<artifactId>commons-lang3</artifactId>
72+
<version>3.10</version>
73+
</dependency>
6974

7075

7176
</dependencies>

examples/src/main/java/io/github/wechaty/example/Main.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
package io.github.wechaty.example;
22

33

4-
import io.github.wechaty.LoginListener;
5-
import io.github.wechaty.MessageListener;
64
import io.github.wechaty.Wechaty;
7-
import io.github.wechaty.filebox.FileBox;
8-
import io.github.wechaty.io.github.wechaty.schemas.EventEnum;
9-
import io.github.wechaty.user.Contact;
105
import io.github.wechaty.user.Room;
116
import io.github.wechaty.utils.QrcodeUtils;
127
import okhttp3.OkHttpClient;

pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.github.wechaty</groupId>
66
<artifactId>wechaty-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.1.4-SNAPSHOT</version>
99
<name>kotlin-wechaty</name>
1010

1111
<description>
@@ -179,26 +179,26 @@
179179

180180
<build>
181181
<plugins>
182-
<plugin>
183-
<groupId>org.apache.maven.plugins</groupId>
184-
<artifactId>maven-gpg-plugin</artifactId>
185-
<version>1.6</version>
186-
<executions>
187-
<execution>
188-
<id>sign-artifacts</id>
189-
<phase>verify</phase>
190-
<goals>
191-
<goal>sign</goal>
192-
</goals>
193-
<configuration>
194-
<gpgArguments>
195-
<arg>--pinentry-mode</arg>
196-
<arg>loopback</arg>
197-
</gpgArguments>
198-
</configuration>
199-
</execution>
200-
</executions>
201-
</plugin>
182+
<!-- <plugin>-->
183+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
184+
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
185+
<!-- <version>1.6</version>-->
186+
<!-- <executions>-->
187+
<!-- <execution>-->
188+
<!-- <id>sign-artifacts</id>-->
189+
<!-- <phase>verify</phase>-->
190+
<!-- <goals>-->
191+
<!-- <goal>sign</goal>-->
192+
<!-- </goals>-->
193+
<!-- <configuration>-->
194+
<!-- <gpgArguments>-->
195+
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
196+
<!-- <arg>loopback</arg>-->
197+
<!-- </gpgArguments>-->
198+
<!-- </configuration>-->
199+
<!-- </execution>-->
200+
<!-- </executions>-->
201+
<!-- </plugin>-->
202202
</plugins>
203203
</build>
204204

wechaty-puppet-hostie/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.wechaty</groupId>
66
<artifactId>wechaty-parent</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>wechaty-puppet-hostie</artifactId>

wechaty-puppet-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>wechaty-parent</artifactId>
77
<groupId>io.github.wechaty</groupId>
8-
<version>0.1.3-SNAPSHOT</version>
8+
<version>0.1.4-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

wechaty-puppet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.wechaty</groupId>
66
<artifactId>wechaty-parent</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>wechaty-puppet</artifactId>

wechaty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.wechaty</groupId>
66
<artifactId>wechaty-parent</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.4-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>wechaty</artifactId>

0 commit comments

Comments
 (0)