Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwinckles committed Jul 11, 2023
1 parent 0290f16 commit 2539e0d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased] - ReleaseDate

## [1.0.1] - 2023-07-11

### Added

- Index species without `remaster_from` or `remaster_to` values as `none`
Expand All @@ -11,5 +13,6 @@

Initial release

[Unreleased]: https://github.com/pwinckles/cassette-beasts-explorer/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/pwinckles/cassette-beasts-explorer/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/pwinckles/cassette-beasts-explorer/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/pwinckles/cassette-beasts-explorer/releases/tag/v1.0.0
6 changes: 3 additions & 3 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cbe-cli</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>cli</name>

<dependencies>
<dependency>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-index</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<!-- json -->
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cbe-common</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>common</name>

Expand Down
6 changes: 3 additions & 3 deletions index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cbe-index</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>index</name>

<dependencies>
<dependency>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-common</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<!-- Lucene -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>parent</name>
Expand Down
6 changes: 3 additions & 3 deletions scraper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cbe-scraper</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>scraper</name>

<dependencies>
<dependency>
<groupId>com.pwinckles.cassette</groupId>
<artifactId>cbe-common</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<!-- Scraping -->
Expand Down

0 comments on commit 2539e0d

Please sign in to comment.