Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into ankur_elastic_search_6.0
  • Loading branch information
Ankur Khurana committed Jun 25, 2018
2 parents ab213ab + 5f52f9b commit 085ceb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -21,25 +21,25 @@ The library components are offered a la carte:
<dependency>
<groupId>com.sumologic.elasticsearch</groupId>
<artifactId>elasticsearch-core</artifactId>
<version>2.0.7</version>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>com.sumologic.elasticsearch</groupId>
<artifactId>elasticsearch-aws</artifactId>
<version>2.0.7</version>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>com.sumologic.elasticsearch</groupId>
<artifactId>elasticsearch-akka</artifactId>
<version>2.0.7</version>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>com.sumologic.elasticsearch</groupId>
<artifactId>elasticsearch-test</artifactId>
<version>2.0.7</version>
<version>6.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-aws/pom.xml
Expand Up @@ -5,7 +5,7 @@
<name>elasticsearch-aws</name>
<packaging>jar</packaging>
<version>6.0.0-SNAPSHOT</version>
<scm><connection>scm:git:git@github.com:Sanyaku/sumologic.git/tags/all-2.0.8-SNAPSHOT/sumologic.git</connection></scm>
<scm><connection>scm:git:git@github.com:Sanyaku/sumologic.git/tags/all-6.0.0-SNAPSHOT/sumologic.git</connection></scm>

<parent>
<artifactId>all</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -19,8 +19,8 @@
<module>elasticsearch-aws</module>
</modules>
<scm>
<url>https://github.com/SumoLogic/elasticsearch-client/tags/all-2.0.8-SNAPSHOT</url>
<connection>https://github.com/SumoLogic/elasticsearch-client.git/tags/all-2.0.8-SNAPSHOT</connection>
<url>https://github.com/SumoLogic/elasticsearch-client/tags/all-6.0.0-SNAPSHOT</url>
<connection>https://github.com/SumoLogic/elasticsearch-client.git/tags/all-6.0.0-SNAPSHOT</connection>
</scm>

<properties>
Expand Down

0 comments on commit 085ceb4

Please sign in to comment.