From d494188580d7519f2eae212dc0be2eac5ab70282 Mon Sep 17 00:00:00 2001 From: amdelamar Date: Sun, 10 Nov 2019 13:13:48 -0800 Subject: [PATCH] Release 1.2.2 --- README.md | 6 +++--- build.gradle | 2 +- docs/index.html | 8 ++++---- pom.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 39b00ed..b31c1cd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Maven: com.amdelamar jotp - 1.2.0 + 1.2.2 ``` @@ -35,7 +35,7 @@ repositories { } dependencies { - compile 'com.amdelamar:jotp:1.2.0' + compile 'com.amdelamar:jotp:1.2.2' } ``` @@ -47,7 +47,7 @@ resolvers += { } libraryDependencies ++= Seq( - "com.amdelamar" % "jotp" % "1.2.0" + "com.amdelamar" % "jotp" % "1.2.2" ) ``` diff --git a/build.gradle b/build.gradle index 22368e7..e8d0778 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { } dependencies { - implementation 'commons-codec:commons-codec:1.8' + compile 'commons-codec:commons-codec:1.8' testCompile 'junit:junit:4.12' } diff --git a/docs/index.html b/docs/index.html index 6f64511..2e9d7d0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,7 +54,7 @@

Jotp

View on GitHub Report Issue

- v1.2.0 - 30 Jun 2018 - 16KB + v1.2.2 - 10 Nov 2019 - 16KB @@ -80,7 +80,7 @@

Download

<dependency> <groupId>com.amdelamar</groupId> <artifactId>jotp</artifactId> - <version>1.2.0</version> + <version>1.2.2</version> </dependency>

Gradle:

@@ -89,7 +89,7 @@

Download

} dependencies { - compile 'com.amdelamar:jotp:1.2.0' + compile 'com.amdelamar:jotp:1.2.2' } @@ -99,7 +99,7 @@

Download

} libraryDependencies ++= Seq( - "com.amdelamar" % "jotp" % "1.2.0" + "com.amdelamar" % "jotp" % "1.2.2" ) diff --git a/pom.xml b/pom.xml index 66e6584..d99a815 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.amdelamar jotp - 1.2.0 + 1.2.2 commons-codec