Skip to content

Commit

Permalink
Capitalization. Add the logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg committed Jul 28, 2020
1 parent 65fcd17 commit 7b5e6ba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<a href="https://www.rosette.com"><img src="https://s3.amazonaws.com/styleguide.basistech.com/logos/rosette-logo.png" width="181" height="47" /></a>

---

[![Build Status](https://travis-ci.org/rosette-api/rosette-elasticsearch-plugin.svg?branch=master)](https://travis-ci.org/rosette-api/rosette-elasticsearch-plugin)
[![Maven Central](https://img.shields.io/maven-central/v/com.rosette.elasticsearch/rosette-elasticsearch-plugin?color=green)](https://mvnrepository.com/artifact/com.rosette.elasticsearch/rosette-elasticsearch-plugin)
[![Maven Central](https://img.shields.io/maven-central/v/com.rosette.elasticsearch/rosette-elasticsearch-plugin?color=blue)](https://mvnrepository.com/artifact/com.rosette.elasticsearch/rosette-elasticsearch-plugin)

Rosette Plugin for ElasticSearch
================================
# Rosette Plugin for Elasticsearch

A Document Enrichment plugin that brings the Rosette API to Elasticsearch.

This Ingest plugin allows Elasticsearch users to perform Language Identification, Sentiment Analysis, Entity Extraction,
This ingest plugin allows Elasticsearch users to perform Language Identification, Sentiment Analysis, Entity Extraction,
Categorization, and Name Translation on documents as they're indexed.

## Rosette API
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<developerConnection>scm:git:[email protected]:rosette-api/${project.artifactId}.git</developerConnection>
<tag>7.6.1.0</tag>
</scm>
<description>ElasticSearch analysis plugin powered by Rosette API</description>
<description>Elasticsearch analysis plugin powered by Rosette API</description>
<distributionManagement>
<site>
<id>site</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<developerConnection>scm:git:[email protected]:rosette-api/rosette-elasticsearch-plugin.git</developerConnection>
<tag>7.6.1.0</tag>
</scm>
<description>ElasticSearch plugin parent</description>
<description>Elasticsearch plugin parent</description>
<distributionManagement>
<site>
<id>site</id>
Expand Down
3 changes: 1 addition & 2 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Releasing the Elasticsearch plugin
==================================
# Releasing the Elasticsearch plugin

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "* Set versions so they will be incremented correctly."
echo "**"
mvn versions:update-property -Dproperty=elasticsearch.version -DnewVersion=[${ELASTIC_VERSION}] -DallowDowngrade -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=${ELASTIC_VERSION}.0-SNAPSHOT -DgenerateBackupPoms=false
git commit -a -m "Auto-update ElasticSearch to ${ELASTIC_VERSION}"
git commit -a -m "Auto-update Elasticsearch to ${ELASTIC_VERSION}"

echo "**"
echo "* First running mvn release:prepare release:perform"
Expand Down

0 comments on commit 7b5e6ba

Please sign in to comment.