Cleanup before 1.0 release

This commit is contained in:
Erik C. Thauvin 2023-09-24 18:09:24 -07:00
parent e89074b986
commit 900371cc83
74 changed files with 3309 additions and 2415 deletions

View file

@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>akismet-kotlin</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>1.0.0</version>
<name>akismet-kotlin</name>
<description>A client library for accessing the Automattic Kismet (Akismet) spam comments filtering service.</description>
<url>https://github.com/ethauvin/akismet-kotlin</url>
@ -65,6 +65,12 @@
<version>4.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
<version>3.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>