Skip to content

Commit

Permalink
Changed the release version to v0.1.0 [#16]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Dec 15, 2024
1 parent 817bf3c commit e0413ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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-marvel</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.1.0</version>
<name>comixed-metadata-marvel</name>
<url>http://www.comixedproject.org</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Log4j2
public class MarvelMetadataAdaptorProvider extends AbstractMetadataAdaptorProvider {
static final String PROVIDER_NAME = "MarvelMetadataAdaptor";
private static final String VERSION = "0.1-SNAPSHOT";
private static final String VERSION = "0.1.0";
private static final String HOMEPAGE = "https://github.com/comixed/comixed-metadata-marvel";

// configuration options
Expand Down

0 comments on commit e0413ed

Please sign in to comment.