Skip to content

Commit 388f0e1

Browse files
author
Carmine DiMascio
committed
provide default error per code when not present
1 parent 55a19b0 commit 388f0e1

File tree

4 files changed

+77
-227
lines changed

4 files changed

+77
-227
lines changed

japi-errors-1.3.0.pom

Lines changed: 0 additions & 221 deletions
This file was deleted.

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<name>jwcp-errors</name>
7+
<name>japi-errors</name>
88
<description>Errors for http apis</description>
9-
<url>https://github.com/cdimascio/jwcp-errors</url>
9+
<url>https://github.com/cdimascio/japi-errors</url>
1010

1111
<groupId>io.github.cdimascio</groupId>
1212
<artifactId>japi-errors</artifactId>
13-
<version>1.3.0</version>
13+
<version>1.3.1</version>
1414

1515
<licenses>
1616
<license>
@@ -50,7 +50,6 @@
5050

5151

5252
<properties>
53-
<kotlin.version>1.3.0</kotlin.version>
5453
<main.class>io.github.cdimascio.japierrors.ApiErrors</main.class>
5554
<junit.version>4.12</junit.version>
5655
<jackson.version>2.9.7</jackson.version>
@@ -59,7 +58,7 @@
5958
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6059

6160
<maven.source.plugin>3.0.1</maven.source.plugin>
62-
<maven.javadoc.plugin>3.0.0</maven.javadoc.plugin>
61+
<maven.javadoc.plugin>3.1.0</maven.javadoc.plugin>
6362
<dokka.version>0.9.15</dokka.version>
6463
<bintray.subject>cdimascio</bintray.subject>
6564
<bintray.repo>maven</bintray.repo>

0 commit comments

Comments
 (0)