Skip to content

Commit

Permalink
The 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmodrak committed Jul 17, 2017
1 parent 25dc0ee commit fbe3d97
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cy-genexpi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<bundle.symbolicName>cz.cas.mbu.cygenexpi</bundle.symbolicName>
<bundle.namespace>cz.cas.mbu.cygenexpi</bundle.namespace>
<cytoscape.version>3.4.0</cytoscape.version>
<cy-dataseries.version>0.10.0-SNAPSHOT</cy-dataseries.version>
<cy-dataseries.version>0.10.0</cy-dataseries.version>
</properties>

<modelVersion>4.0.0</modelVersion>
<groupId>cz.cas.mbu.genexpi</groupId>
<artifactId>cy-genexpi</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>

<name>CyGenexpi</name>
<url>https://github.com/cas-bioinf/genexpi/wiki/CyGenexpi</url>
Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>cz.cas.mbu.genexpi</groupId>
<artifactId>genexpi-compute</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<optional>true</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion genexpi-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cas.mbu.genexpi</groupId>
<artifactId>genexpi-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion genexpi-rinterface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cas.mbu.genexpi</groupId>
<artifactId>genexpi-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>genexpi-rinterface</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion genexpi-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cas.mbu.genexpi</groupId>
<artifactId>genexpi-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>genexpi-standalone</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>cz.cas.mbu.genexpi</groupId>
<artifactId>genexpi-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>Genexpi - Parent</name>
Expand Down
Binary file modified rpackage/inst/java/genexpi-rinterface.jar
Binary file not shown.

0 comments on commit fbe3d97

Please sign in to comment.