Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
harmonyzhang committed Mar 23, 2023
1 parent a3e0031 commit 5018e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This sdk implements engagelab whatsapp API version v1.

```xml
<dependency>
<groupId>io.github.harmonyzhang</groupId>
<groupId>com.github.harmonyzhang</groupId>
<artifactId>whatsapp-business-java-sdk</artifactId>
<version>v0.1.1</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.harmonyzhang</groupId>
<groupId>com.github.harmonyzhang</groupId>
<artifactId>whatsapp-business-java-sdk</artifactId>
<version>v0.1.0</version>
<licenses>
Expand Down Expand Up @@ -44,7 +44,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/harmonyzhang/whatsapp-business-java-api</url>
<url>https://maven.pkg.github.com/harmonyzhang/whatsapp-business-java-sdk</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 5018e1e

Please sign in to comment.