Skip to content

Commit

Permalink
Updated version and artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankitanovski committed May 5, 2019
1 parent 399aaa3 commit 55d4557
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ You can import the library with maven in your `pom.xml` file:
```xml
<dependency>
<groupId>com.github.fair-search</groupId>
<artifactId>fairsearchdeltr-java</artifactId>
<version>1.0.1</version>
<artifactId>fairsearch-deltr</artifactId>
<version>1.0.2</version>
</dependency>
```
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!
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'fairsearchdeltr-java'
rootProject.name = 'fairsearch-deltr'

0 comments on commit 55d4557

Please sign in to comment.