Skip to content

Commit

Permalink
Merge pull request #185 from Bindambc/fix/maven-compiler-plugin
Browse files Browse the repository at this point in the history
fix: maven-compiler-plugin - downgrade to version 3.12.1
  • Loading branch information
Bindambc authored May 7, 2024
2 parents 9a50d4b + f9ae59e commit fad1ead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This SDK supports WhatsApp Business API versions from v16.0 onwards. [See api ch
<dependency>
<groupId>com.github.Bindambc</groupId>
<artifactId>whatsapp-business-java-api</artifactId>
<version>v0.4.0</version>
<version>v0.4.1</version>
</dependency>
```

Expand All @@ -107,7 +107,7 @@ This SDK supports WhatsApp Business API versions from v16.0 onwards. [See api ch

```gradle
dependencies {
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.4.0'
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.4.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.whatsapp.api</groupId>
<artifactId>whatsapp-business-java-api</artifactId>
<version>v0.4.0</version>
<version>v0.4.1</version>
<licenses>
<license>
<name>The MIT License</name>
Expand Down Expand Up @@ -111,7 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit fad1ead

Please sign in to comment.