Skip to content

Commit

Permalink
Changed the release version to v2.1.2-1 [#21]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Sep 14, 2024
1 parent c47b1a5 commit 478ae04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: false
prerelease: true
title: Changes For 2.1.1-1
title: Changes For 2.1.2-1
files: |
comixed-metadata-comicvine-2.1.1-1-GA.zip
comixed-metadata-comicvine-2.1.2-1-GA.zip
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.comixedproject</groupId>
<artifactId>comixed-metadata-comicvine</artifactId>
<packaging>jar</packaging>
<version>2.1.1-1</version>
<version>2.1.2-1</version>
<name>comixed-metadata-comicvine</name>
<url>http://www.comixedproject.org</url>

Expand Down Expand Up @@ -382,7 +382,7 @@
<artifactId>gitlog-maven-plugin</artifactId>
<version>1.14.0</version>
<configuration>
<reportTitle>Changelog for the ComiXed ComicVine Metadata Scraper v2.1.1-1</reportTitle>
<reportTitle>Changelog for the ComiXed ComicVine Metadata Scraper v2.1.2-1</reportTitle>
<verbose>false</verbose>
<outputDirectory>${project.basedir}</outputDirectory>
<generateMarkdownChangeLog>true</generateMarkdownChangeLog>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ComicVineMetadataAdaptorProvider extends AbstractMetadataAdaptorPro
/** The API key property name. */
static final String PROPERTY_API_KEY = "comic-vine.api-key";

private static final String VERSION = "2.1.1-1";
private static final String VERSION = "2.1.2-1";
private static final String HOMEPAGE = "http://www.github.com/comixed/comixed-metadata-comicvine";
static final String PROPERTY_DELAY = "comic-vine.delay";

Expand Down

0 comments on commit 478ae04

Please sign in to comment.