Skip to content

Commit

Permalink
Let's release 3.0.0 better, more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Mar 16, 2017
1 parent e903100 commit ec2f361
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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-RC3-SNAPSHOT</version>
<version>3.0.0</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-RC3-SNAPSHOT</version>
<version>3.0.0</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-RC3-SNAPSHOT</version>
<version>3.0.0</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-RC3-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>eppic-wui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eppic-wui/src/main/webapp/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<h1>Release log</h1>

<h2>3.0-RC2 - 16th March 2017</h2>
<h2>3.0-0 - 16th March 2017</h2>
<ul class="eppic-iframe-log-list">
<li>Full assembly enumeration and prediction of most likely assembly</li>
<li>Probabilistic scoring of interfaces and assemblies, including confidence assignments.</li>
Expand Down
4 changes: 2 additions & 2 deletions 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-RC3-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -20,7 +20,7 @@
<scm>
<url>https://github.com/eppic-team/eppic</url>
<connection>scm:git:https://github.com/eppic-team/eppic.git</connection>
<tag>v3.0-RC3-SNAPSHOT</tag>
<tag>v3.0.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit ec2f361

Please sign in to comment.