Skip to content

Commit

Permalink
Change version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlfernandez committed May 26, 2021
1 parent 48065b9 commit f456f8d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<name>SEquence DAtaset builder</name>
Expand Down
2 changes: 1 addition & 1 deletion seda-docker/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
stable" && \
apt-get update && apt-get install -y docker-ce docker-ce-cli containerd.io

COPY seda-linux-64b-1.4.0-SNAPSHOT.tar.gz /tmp/SEDA.tar.gz
COPY seda-linux-64b-1.4.0.tar.gz /tmp/SEDA.tar.gz

RUN mkdir /opt/SEDA && tar zxvf /tmp/SEDA.tar.gz -C /opt/SEDA && rm /tmp/SEDA.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion seda-plugin-bedtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seda-plugin-blast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seda-plugin-clustalomega/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seda-plugin-emboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seda-plugin-pfam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seda-plugin-prosplign-procompart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seda-plugin-sapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seda-plugin-splign-compart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion seda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sing_group</groupId>
<artifactId>seda-all</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit f456f8d

Please sign in to comment.