Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanisoe committed Jan 24, 2020
1 parent 76b811d commit c04613d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.edamontology.pubfetcher</groupId>
<artifactId>pubfetcher</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>pubfetcher-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.edamontology.pubfetcher</groupId>
<artifactId>pubfetcher</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>pubfetcher-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.edamontology.pubfetcher</groupId>
<artifactId>pubfetcher</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>pubfetcher-dist</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
project = 'PubFetcher'
author = 'Erik Jaaniso'
copyright = '2018-2019, Erik Jaaniso'
version = '0.2-SNAPSHOT'
release = '0.2-SNAPSHOT'
version = '1.0.0'
release = '1.0.0'

master_doc = 'index'
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>org.edamontology.pubfetcher</groupId>
<artifactId>pubfetcher</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>PubFetcher</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pubfetcher.version>0.2-SNAPSHOT</pubfetcher.version>
<pubfetcher.version>1.0.0</pubfetcher.version>
<maven.enforcer.version>3.0.0-M3</maven.enforcer.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.jar.version>3.2.0</maven.jar.version>
Expand Down

0 comments on commit c04613d

Please sign in to comment.