Skip to content

Commit

Permalink
Updating to version 2.0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiag committed Sep 29, 2016
1 parent 1ae1e45 commit 4423495
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions binders/difido-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-testng</artifactId>
<version>0.7-SNAPSHOT</version>
<version>2.0.04</version>
<name>Difido Reports</name>
<organization>
<name>Top-Q</name>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-reports-common</artifactId>
<version>1.6.01-SNAPSHOT</version>
<version>2.0.04</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down
2 changes: 1 addition & 1 deletion difido-reports-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-reports-common</artifactId>
<version>1.6.01-SNAPSHOT</version>
<version>2.0.04</version>
<name>Difido Reports</name>
<organization>
<name>Top-Q</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/jsystem-example/so-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.co.topq</groupId>
<artifactId>so-project</artifactId>
<version>1.0.01-SNAPSHOT</version>
<version>2.0.04</version>
<repositories>
<repository>
<id>top-q</id>
Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>org.jsystemtest</groupId>
<artifactId>jsystemCommon</artifactId>
<version>6.1.03</version>
<version>6.1.04</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jsystemtest.systemobjects</groupId>
<artifactId>cli</artifactId>
<version>6.1.03</version>
<version>6.1.04</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions examples/jsystem-example/tests-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.co.topq</groupId>
<artifactId>tests-project</artifactId>
<version>1.0.01-SNAPSHOT</version>
<version>2.0.04</version>
<repositories>
<repository>
<id>top-q</id>
Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>org.jsystemtest</groupId>
<artifactId>jsystemApp</artifactId>
<version>6.1.05-SNAPSHOT</version>
<version>6.1.04</version>
</dependency>
<dependency>
<groupId>il.co.topq</groupId>
<artifactId>so-project</artifactId>
<version>1.0.01-SNAPSHOT</version>
<version>2.0.04</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions examples/testng-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.co.topq.difido</groupId>
<artifactId>testng-example</artifactId>
<version>1.0.01-SNAPSHOT</version>
<version>2.0.04</version>
<organization>
<name>Top-Q</name>
</organization>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-testng</artifactId>
<version>0.7-SNAPSHOT</version>
<version>2.0.04</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down
4 changes: 2 additions & 2 deletions server/difido-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.co.topq.report</groupId>
<artifactId>difido-server</artifactId>
<version>2.0.04-SNAPSHOT</version>
<version>2.0.04</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-reports-common</artifactId>
<version>1.6.01-SNAPSHOT</version>
<version>2.0.04</version>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>
Expand Down

0 comments on commit 4423495

Please sign in to comment.