Skip to content

Commit

Permalink
Preparing for 3.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Feb 9, 2018
1 parent 0ff7940 commit 35be249
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eppic-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eppic-web</groupId>
<artifactId>eppic</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>
<artifactId>eppic-cli</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion eppic-dbtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eppic-web</groupId>
<artifactId>eppic</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>eppic-dbtools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eppic-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eppic-web</groupId>
<artifactId>eppic</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>eppic-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eppic-wui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eppic-web</groupId>
<artifactId>eppic</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>eppic-wui</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions eppic-wui/src/main/webapp/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

<h1>Release log</h1>

<h2>3.0.4 - 9th February 2018</h2>
<ul class="eppic-iframe-log-list">
<li>Assembly probabilities are now normalised.</li>
<li>Structures with many clashes in any interface are now fully computed, showing warnings
for the clashes.</li>
<li>Fixed CLI issue, UniProt JAPI connection wasn't working.</li>
<li>Some bug fixes.</li>
</ul>

<h2>3.0.3 - 19th October 2017</h2>
<ul class="eppic-iframe-log-list">
<li>BioJava dependency updated to latest bugfix version 4.2.9</li>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.eppic-web</groupId>
<artifactId>eppic</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 35be249

Please sign in to comment.