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 61a7fb7 commit ef7791b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM openjdk:8u232-jre-stretch
COPY target /opt/edammap
WORKDIR /var/lib/edammap
EXPOSE 8080
CMD java -jar /opt/edammap/edammap-server-0.2-SNAPSHOT.jar -b http://0.0.0.0:8080 -p edammap --httpsProxy -e EDAM_1.24.owl -f files --fetching true --db biotools.db --idf biotools.idf --idfStemmed biotools.stemmed.idf --log /var/log/edammap
CMD java -jar /opt/edammap/edammap-server-1.0.0.jar -b http://0.0.0.0:8080 -p edammap --httpsProxy -e EDAM_1.24.owl -f files --fetching true --db biotools.db --idf biotools.idf --idfStemmed biotools.stemmed.idf --log /var/log/edammap
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.edammap</groupId>
<artifactId>edammap</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>edammap-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.edammap</groupId>
<artifactId>edammap</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>edammap-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.edammap</groupId>
<artifactId>edammap</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>edammap-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 = 'EDAMmap'
author = 'Erik Jaaniso'
copyright = '2016-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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

<name>EDAMmap</name>
Expand Down Expand Up @@ -54,8 +54,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<edammap.version>0.2-SNAPSHOT</edammap.version>
<pubfetcher.version>0.2-SNAPSHOT</pubfetcher.version>
<edammap.version>1.0.0</edammap.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
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.edamontology.edammap</groupId>
<artifactId>edammap</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

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

<artifactId>edammap-util</artifactId>
Expand Down

0 comments on commit ef7791b

Please sign in to comment.