Skip to content

Commit

Permalink
Set version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Mar 5, 2018
1 parent bbd64a8 commit 8f30484
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EnrichmentMapIntegrationTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.baderlab.csplugins</groupId>
<artifactId>enrichmentmap-parent</artifactId>
<version>3.1.0-RC4</version>
<version>3.1.0</version>
</parent>

<artifactId>enrichmentmap-integration</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public Option[] config() {

// These have to match what's in the pom.xml files.
final String cyVersion = "3.5.0";
final String emVersion = "3.1.0-RC4";
final String emVersion = "3.1.0";
final String groupId = "org.baderlab.csplugins";
final String appBundle = "EnrichmentMap";

Expand Down
2 changes: 1 addition & 1 deletion EnrichmentMapPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.baderlab.csplugins</groupId>
<artifactId>enrichmentmap-parent</artifactId>
<version>3.1.0-RC4</version>
<version>3.1.0</version>
</parent>

<artifactId>enrichmentmap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.baderlab.csplugins</groupId>
<artifactId>enrichmentmap-parent</artifactId>
<version>3.1.0-RC4</version>
<version>3.1.0</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 8f30484

Please sign in to comment.