Skip to content

Commit

Permalink
Upgrading to version 2.2.00
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiag committed Sep 18, 2017
1 parent 646b981 commit cc0b9f2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion binders/difido-generic-binder/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>difido-parent</artifactId>
<groupId>il.co.topq.difido</groupId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
<relativePath>../../difido-parent</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion binders/difido-testng/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>difido-parent</artifactId>
<groupId>il.co.topq.difido</groupId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
<relativePath>../../difido-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion difido-parent/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-parent</artifactId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
<packaging>pom</packaging>
<organization>
<name>Top-Q</name>
Expand Down
2 changes: 1 addition & 1 deletion difido-reports-common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>difido-parent</artifactId>
<groupId>il.co.topq.difido</groupId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
<relativePath>../difido-parent</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsystem-example/so-project/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>difido-parent</artifactId>
<groupId>il.co.topq.difido</groupId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
<relativePath>../../../difido-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jsystem-example/tests-project/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>difido-parent</artifactId>
<groupId>il.co.topq.difido</groupId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
<relativePath>../../../difido-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/testng-example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>difido-parent</artifactId>
<groupId>il.co.topq.difido</groupId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
<relativePath>../../difido-parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions server/difido-server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.co.topq.report</groupId>
<artifactId>difido-server</artifactId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-reports-common</artifactId>
<version>2.1.02-SNAPSHOT</version>
<version>2.2.00</version>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>
Expand Down

0 comments on commit cc0b9f2

Please sign in to comment.