Skip to content

Commit f9f1568

Browse files
committed
fix bug
1 parent fd0a30b commit f9f1568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wechaty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.apache.maven.plugins</groupId>
184184
<artifactId>maven-assembly-plugin</artifactId>
185-
<version>3.1.1</version>
185+
<version>3.3.0</version>
186186
<executions>
187187
<execution>
188188
<id>make-assembly</id>
@@ -193,7 +193,7 @@
193193
<configuration>
194194
<archive>
195195
<manifest>
196-
<mainClass>io.github.wechaty.example.Main</mainClass>
196+
<mainClass>io.github.wechaty.examples.Main</mainClass>
197197
</manifest>
198198
</archive>
199199
<descriptorRefs>

0 commit comments

Comments
 (0)