File tree Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33
44
5+ <parent >
6+ <groupId >io.github.wechaty</groupId >
7+ <artifactId >wechaty-parent</artifactId >
8+ <version >0.1.5-SNAPSHOT</version >
9+ </parent >
10+
511 <modelVersion >4.0.0</modelVersion >
6- <groupId >io.github.wechaty</groupId >
712 <artifactId >wechaty-example</artifactId >
13+
14+ <name >wechaty/example</name >
15+
816 <packaging >jar</packaging >
917 <version >1.0.0-SNAPSHOT</version >
1018
1523 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1624 <kotlin .compiler.incremental>true</kotlin .compiler.incremental>
1725 <dokka .version>0.10.1</dokka .version>
18- <wechaty .version>0.1.4 -SNAPSHOT</wechaty .version>
26+ <wechaty .version>0.1.5 -SNAPSHOT</wechaty .version>
1927 </properties >
2028
2129 <dependencies >
6775 <dependency >
6876 <groupId >org.apache.commons</groupId >
6977 <artifactId >commons-lang3</artifactId >
70- <version >3.10</version >
7178 </dependency >
7279
7380 <dependency >
Original file line number Diff line number Diff line change 55 <groupId >io.github.wechaty</groupId >
66 <artifactId >wechaty-parent</artifactId >
77 <packaging >pom</packaging >
8- <version >0.1.4 -SNAPSHOT</version >
8+ <version >0.1.5 -SNAPSHOT</version >
99 <name >kotlin-wechaty</name >
1010
1111 <description >
3131 <module >wechaty-puppet</module >
3232 <module >wechaty-puppet-hostie</module >
3333 <module >wechaty-puppet-mock</module >
34- <module >examples</module >
34+ <!-- <module>examples</module> -- >
3535 </modules >
3636
3737 <dependencyManagement >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.github.wechaty</groupId >
66 <artifactId >wechaty-parent</artifactId >
7- <version >0.1.4 -SNAPSHOT</version >
7+ <version >0.1.5 -SNAPSHOT</version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <artifactId >wechaty-puppet-hostie</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >wechaty-parent</artifactId >
77 <groupId >io.github.wechaty</groupId >
8- <version >0.1.4 -SNAPSHOT</version >
8+ <version >0.1.5 -SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.github.wechaty</groupId >
66 <artifactId >wechaty-parent</artifactId >
7- <version >0.1.4 -SNAPSHOT</version >
7+ <version >0.1.5 -SNAPSHOT</version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <artifactId >wechaty-puppet</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.github.wechaty</groupId >
66 <artifactId >wechaty-parent</artifactId >
7- <version >0.1.4 -SNAPSHOT</version >
7+ <version >0.1.5 -SNAPSHOT</version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <artifactId >wechaty</artifactId >
You can’t perform that action at this time.
0 commit comments