From 55d4557a61062ff033c4b043fce32b33186bc2fa Mon Sep 17 00:00:00 2001 From: Ivan Kitanovski Date: Sun, 5 May 2019 17:43:32 +0200 Subject: [PATCH] Updated version and artifactId --- README.md | 6 +++--- build.gradle | 4 ++-- settings.gradle | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e887b14..380976a 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ You can import the library with maven in your `pom.xml` file: ```xml com.github.fair-search - fairsearchdeltr-java - 1.0.1 + fairsearch-deltr + 1.0.2 ``` or, if you are using Gradle, in your `build.gradle` file add this in the `dependencies` block: ```gradle -compile "com.github.fair-search:fairsearchdeltr-java:1.0.1" +compile "com.github.fair-search:fairsearch-deltr:1.0.2" ``` And, that's it! diff --git a/build.gradle b/build.gradle index 8c81c27..d51d023 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { } group 'com.github.fair-search' -version '1.0.1' +version '1.0.2' apply plugin: 'java' apply plugin: 'maven-publish' @@ -59,7 +59,7 @@ publishing { mavenJava(MavenPublication) { groupId 'com.github.fair-search' artifactId 'fairsearch-deltr' - version '1.0.1' + version '1.0.2' from components.java } } diff --git a/settings.gradle b/settings.gradle index af0ae1f..13507c6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name = 'fairsearchdeltr-java' +rootProject.name = 'fairsearch-deltr'