Skip to content

Commit

Permalink
ISSUE: PURPOSE: Creating a clean no-snapshots referenced release. DES…
Browse files Browse the repository at this point in the history
…CRIPTION: Updating pom to reference 2.0.0 ffdq-api instead of snapshot, incrementing version to 2.0.0, updating README.
  • Loading branch information
chicoreus committed Mar 18, 2019
1 parent 40382a9 commit 16060ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library provides two classes each with a set of static methods which provid

Obtain a v1.2.x or newer build, or checkout and run mvn package, then execute jar file, e.g. with:

java -jar event_date_qc-1.2.0.jar -f src/test/resources/example_dates.csv
java -jar event_date_qc-2.0.0.jar -f src/test/resources/example_dates.csv

Dates from the corpus of example dates that aren't yet recognized will be printed. To show only matched dates add -m as an option, to show both matched and un-matched dates, use -a as an option.

Expand Down Expand Up @@ -122,7 +122,7 @@ Available in Maven Central.
<dependency>
<groupId>org.filteredpush</groupId>
<artifactId>event_date_qc</artifactId>
<version>1.0.5</version>
<version>2.0.0</version>
</dependency>

# Building
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.filteredpush</groupId>
<artifactId>event_date_qc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>event_date_qc</name>
<description>FilteredPush dwc:Event data quality library. Tools for working with dates in forms found in biodiversity data.</description>
<url>https://wiki.filteredpush.org/</url>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.datakurator</groupId>
<artifactId>ffdq-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit 16060ce

Please sign in to comment.