Skip to content

Commit 79095bd

Browse files
committed
Remove C3P0, Update Web Services
1 parent 79e9373 commit 79095bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Built on [GuicedEE Client](../../GuicedEE/client) · [JWebMP](https://jwebmp.com
3333
<summary>Gradle (Kotlin DSL)</summary>
3434

3535
```kotlin
36-
implementation("com.jwebmp:jwebmp-client:2.0.0-RC10")
36+
implementation("com.jwebmp:jwebmp-client:2.0.0-RC11")
3737
```
3838
</details>
3939

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>com.jwebmp</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.0.0-RC10</version>
8+
<version>2.0.0-RC11</version>
99
</parent>
1010

1111
<groupId>com.jwebmp</groupId>
1212
<artifactId>jwebmp-client</artifactId>
1313
<packaging>jar</packaging>
14-
<version>2.0.0-RC10</version>
14+
<version>2.0.0-RC11</version>
1515
<name>JWebMP Client</name>
1616

1717
<description>A client library for interacting with JWebMP</description>

0 commit comments

Comments
 (0)