Skip to content

Commit 67316d8

Browse files
committed
fix: artifact id
1 parent e5dfe6b commit 67316d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
```xml
2222
<dependency>
2323
<groupId>io.github.group-robot</groupId>
24-
<artifactId>wrok-weixin-robot-core</artifactId>
24+
<artifactId>work-weixin-robot-core</artifactId>
2525
<version>${version}</version>
2626
</dependency>
2727
```

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>io.github.group-robot</groupId>
7-
<artifactId>wrok-weixin-robot-core</artifactId>
8-
<version>1.0.1</version>
7+
<artifactId>work-weixin-robot-core</artifactId>
8+
<version>1.0.2</version>
99
<packaging>jar</packaging>
1010

11-
<name>wrok-weixiu-robot-core</name>
11+
<name>work-weixiu-robot-core</name>
1212
<description>work weixin group robot java version</description>
1313
<url>https://github.com/group-robot/java-work-weixin-robot</url>
1414

0 commit comments

Comments
 (0)