Skip to content

Commit

Permalink
Merge branch 'release/1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
tzok committed Oct 16, 2018
2 parents 647fb8a + 69cb6b1 commit 272dc3c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mcq-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mcq-parent</artifactId>
<groupId>pl.poznan.put</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<artifactId>mcq-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mcq-clustering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>mcq-parent</artifactId>
<groupId>pl.poznan.put</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<artifactId>mcq-clustering</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mcq-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mcq-parent</artifactId>
<groupId>pl.poznan.put</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<artifactId>mcq-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mcq-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mcq-parent</artifactId>
<groupId>pl.poznan.put</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<artifactId>mcq-gui</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>pl.poznan.put</groupId>
<artifactId>mcq-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -189,25 +189,25 @@
<dependency>
<groupId>pl.poznan.put</groupId>
<artifactId>BioCommons</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.2.1</version>
</dependency>

<dependency>
<groupId>pl.poznan.put</groupId>
<artifactId>circular</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>

<dependency>
<groupId>pl.poznan.put</groupId>
<artifactId>TzokCommons</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>

<dependency>
<groupId>pl.poznan.put</groupId>
<artifactId>varna-tz</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 272dc3c

Please sign in to comment.