From 4d18c28e91613a986609625dacb9d3143e95db3b Mon Sep 17 00:00:00 2001 From: Rahul B Date: Tue, 8 Jan 2019 09:33:33 -0500 Subject: [PATCH] version bump for release --- README.md | 12 ++++++------ common/pom.xml | 2 +- pom.xml | 2 +- stanford-entity-extractor/pom.xml | 4 ++-- webapp/pom.xml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ac756c2..ab7e509 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ pip install mediameter-cliff To test it out, hit this url in a browser and you should get some JSON back: ``` -http://localhost:8080/cliff-2.4.1/parse/text?q=This is some text about New York City, and maybe about Accra as well, and maybe Boston as well. +http://localhost:8080/cliff-2.4.2/parse/text?q=This is some text about New York City, and maybe about Accra as well, and maybe Boston as well. ``` Of course, when you use this in a script you should do an HTTP POST, not a GET! @@ -138,7 +138,7 @@ Response: }, "status": "ok", "milliseconds": 4004, - "version": "2.4.1" + "version": "2.4.2" } ``` @@ -151,7 +151,7 @@ A convenience method to help you lookup places by their geonames ids. |id|(required)|The unique id that identifies a place in the [geonames.org](geonames.org) database| Example Query: -`http://localhost:8080/cliff-2.4.1/geonames?id=4930956` +`http://localhost:8080/cliff-2.4.2/geonames?id=4930956` Response: ```json @@ -209,7 +209,7 @@ Response: "population": 617594 }, "status": "ok", - "version": "2.4.1" + "version": "2.4.2" } ``` @@ -222,7 +222,7 @@ A convenience method to help you get the raw text of the story from a URL. This |url|(required)|The url of a news story to extract the text of| Example Query: -`http://localhost:8080/cliff-2.4.1/extract?url=http://www.theonion.com/articles/woman-thinks-she-can-just-waltz-back-into-work-aft,38349/` +`http://localhost:8080/cliff-2.4.2/extract?url=http://www.theonion.com/articles/woman-thinks-she-can-just-waltz-back-into-work-aft,38349/` Response: ```json @@ -234,7 +234,7 @@ Response: }, "status": "ok", "milliseconds": 625, - "version": "2.4.1" + "version": "2.4.2" } ``` diff --git a/common/pom.xml b/common/pom.xml index 812d4d7..cdb47b5 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ CLIFF org.mediameter - 2.4.1 + 2.4.2 4.0.0 diff --git a/pom.xml b/pom.xml index 73afca1..749ad0b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.mediameter CLIFF pom - 2.4.1 + 2.4.2 common webapp diff --git a/stanford-entity-extractor/pom.xml b/stanford-entity-extractor/pom.xml index cd777c8..9946c66 100644 --- a/stanford-entity-extractor/pom.xml +++ b/stanford-entity-extractor/pom.xml @@ -5,7 +5,7 @@ CLIFF org.mediameter - 2.4.1 + 2.4.2 4.0.0 @@ -14,7 +14,7 @@ org.mediameter common - 2.4.1 + 2.4.2 edu.stanford.nlp diff --git a/webapp/pom.xml b/webapp/pom.xml index 98d830c..7dbfbc5 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -5,7 +5,7 @@ CLIFF org.mediameter - 2.4.1 + 2.4.2 4.0.0 @@ -16,7 +16,7 @@ org.mediameter common - 2.4.1 + 2.4.2 com.bericotech @@ -76,7 +76,7 @@ org.mediameter stanford-entity-extractor - 2.4.1 + 2.4.2 compile