Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanisoe committed Feb 6, 2023
1 parent 36e4886 commit a570f2e
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 eclipse-temurin:8u362-b09-jre-ubi9-minimal
COPY target /opt/edammap
WORKDIR /var/lib/edammap
EXPOSE 8080
CMD java -jar /opt/edammap/edammap-server-1.1.1-SNAPSHOT.jar -b http://0.0.0.0:8080 -p edammap --httpsProxy -e EDAM_1.25.owl -f files --fetching true --db server.db --idf biotools.idf --idfStemmed biotools.stemmed.idf --log /var/log/edammap
CMD java -jar /opt/edammap/edammap-server-1.1.1.jar -b http://0.0.0.0:8080 -p edammap --httpsProxy -e EDAM_1.25.owl -f files --fetching true --db server.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>1.1.1-SNAPSHOT</version>
<version>1.1.1</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>1.1.1-SNAPSHOT</version>
<version>1.1.1</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>1.1.1-SNAPSHOT</version>
<version>1.1.1</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-2020, Erik Jaaniso'
version = '1.1.1-SNAPSHOT'
release = '1.1.1-SNAPSHOT'
version = '1.1.1'
release = '1.1.1'

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>1.1.1-SNAPSHOT</version>
<version>1.1.1</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>1.1.1-SNAPSHOT</edammap.version>
<pubfetcher.version>1.1.1-SNAPSHOT</pubfetcher.version>
<edammap.version>1.1.1</edammap.version>
<pubfetcher.version>1.1.1</pubfetcher.version>
<maven.enforcer.version>3.1.0</maven.enforcer.version>
<maven.compiler.version>3.10.1</maven.compiler.version>
<maven.jar.version>3.3.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>1.1.1-SNAPSHOT</version>
<version>1.1.1</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>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

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

0 comments on commit a570f2e

Please sign in to comment.