Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmodrak committed Jan 9, 2017
1 parent b3d636f commit 05c73d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cy-genexpi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.cas.mbu.genexpi</groupId>
<artifactId>cy-genexpi</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>CyGenexpi</name>
<url>https://github.com/martincerny/genexpi</url>
Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>cz.cas.mbu.genexpi</groupId>
<artifactId>genexpi-compute</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>Genexpi - Parent</name>
Expand Down

0 comments on commit 05c73d0

Please sign in to comment.