Skip to content

Commit

Permalink
Updated version to 1.0.0-beta4 for initial app store release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrmzz committed Dec 1, 2016
1 parent 8cd030d commit a5f8c2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.princeton.safe</groupId>
<artifactId>safe-parent</artifactId>
<version>1.0.0-beta3</version>
<version>1.0.0-beta4</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cytoscape/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.princeton.safe</groupId>
<artifactId>safe-parent</artifactId>
<version>1.0.0-beta3</version>
<version>1.0.0-beta4</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>edu.princeton.safe</groupId>
<artifactId>safe-core</artifactId>
<version>1.0.0-beta3</version>
<version>1.0.0-beta4</version>
</dependency>
<dependency>
<groupId>com.miglayout</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>
<name>SAFE Parent</name>

<version>1.0.0-beta3</version>
<version>1.0.0-beta4</version>

<modules>
<module>core</module>
Expand Down

0 comments on commit a5f8c2a

Please sign in to comment.