Skip to content

Commit

Permalink
All subprojects are set up correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tzok committed Jun 5, 2019
1 parent 3628055 commit 2bb55e4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mcq-cli
Submodule mcq-cli updated 5 files
+29 −0 colorbars.R
+2 −0 global
+2 −0 lcs
+2 −0 local
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion mcq-clustering
Submodule mcq-clustering updated 1 files
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion mcq-core
Submodule mcq-core updated 1 files
+1 −6 pom.xml
2 changes: 1 addition & 1 deletion mcq-gui
Submodule mcq-gui updated 1 files
+1 −1 pom.xml
8 changes: 6 additions & 2 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.6-SNAPSHOT</version>
<version>1.6</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -126,6 +126,10 @@
<artifactId>log4j-slf4j-impl</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
</exclusions>
</dependency>

Expand Down Expand Up @@ -186,7 +190,7 @@
<dependency>
<groupId>pl.poznan.put</groupId>
<artifactId>BioCommons</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2bb55e4

Please sign in to comment.