Skip to content

Commit

Permalink
Set version to 3.2.0-BETA2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Dec 21, 2018
1 parent 8a200cf commit f6145a8
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.2.0-BETA1</version>
<version>3.2.0-BETA2</version>
</parent>

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

// These have to match what's in the pom.xml files.
final String cyVersion = "3.7.1-SNAPSHOT";
final String emVersion = "3.2.0-BETA1";
final String emVersion = "3.2.0-BETA2";
final String karafVersion = "4.2.1";
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.2.0-BETA1</version>
<version>3.2.0-BETA2</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.2.0-BETA1</version>
<version>3.2.0-BETA2</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit f6145a8

Please sign in to comment.