Skip to content

Commit

Permalink
Cytoscape GUI-DISTRIBUTION 3.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiono committed Jun 3, 2014
2 parents 78bf2f6 + 7a61fd9 commit 5b66d38
Show file tree
Hide file tree
Showing 16 changed files with 386 additions and 19 deletions.
2 changes: 1 addition & 1 deletion application-metadata-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape.distribution</groupId>
<artifactId>parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape.distribution</groupId>
<artifactId>parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions assembly/src/main/bin/cytoscape.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:: are specified. If so, display help or the current version and exit.
:: Note: Current version to be implemented after 3.1

set CYTOSCAPE_VERSION=Cytoscape version: 3.1.0
set CYTOSCAPE_VERSION=Cytoscape version: 3.1.1

set help=false
IF "%1"=="-h" set help=true
Expand Down Expand Up @@ -103,4 +103,4 @@ goto :EOF
:: This is probably wrong. We don't really want the user to be in this directory, do we?
framework/bin/karaf %1 %2 %3 %4 %5 %6 %7 %8

:END_BATCH
:END_BATCH
2 changes: 1 addition & 1 deletion assembly/src/main/bin/cytoscape.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# First, see if help (-h, --help) or version (-v, --version) command line arguments
# are specified. If so, display help or the current version and exit.

CYTOSCAPE_VERSION="Cytoscape version: 3.1.0"
CYTOSCAPE_VERSION="Cytoscape version: 3.1.1"

if [[ $# > 0 ]]; then
if [ $1 == "-h" -o $1 == "--help" ]; then
Expand Down
2 changes: 1 addition & 1 deletion branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape.distribution</groupId>
<artifactId>parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cmdline-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape.distribution</groupId>
<artifactId>parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion diagnostics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape.distribution</groupId>
<artifactId>parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape.distribution</groupId>
<artifactId>parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape.distribution</groupId>
<artifactId>parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</parent>

<properties>
Expand All @@ -19,7 +19,7 @@
<artifactId>integration-test</artifactId>
<name>Cytoscape GUI-Distribution Integration Test (${project.artifactId})</name>

<version>3.1.0</version>
<version>3.1.1</version>
<packaging>jar</packaging>

<build>
Expand Down
Loading

0 comments on commit 5b66d38

Please sign in to comment.