Skip to content

Commit

Permalink
Advancing the versions to release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiag committed Apr 12, 2016
1 parent 6352d25 commit 71f3fb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2-SNAPSHOT</version>
<version>1.2</version>
<name>Difido Reports</name>
<organization>
<name>Top-Q</name>
Expand Down
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>2.0.1</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-reports-common</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>
Expand Down
2 changes: 1 addition & 1 deletion difido-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>il.co.topq.difido</groupId>
<artifactId>difido-reports-common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down

0 comments on commit 71f3fb2

Please sign in to comment.