Skip to content

Commit

Permalink
Merge pull request #19 from selcukes/dev
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
RameshBabuPrudhvi authored Aug 13, 2021
2 parents f4e8d26 + f20860b commit 26ebae2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.selcukes</groupId>
<artifactId>selcukes-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>

<modules>
<module>selcukes-commons</module>
Expand Down
2 changes: 1 addition & 1 deletion selcukes-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion selcukes-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion selcukes-databind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion selcukes-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion selcukes-notifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion selcukes-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion selcukes-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>selcukes-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion selcukes-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>selcukes-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webdriver-binaries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>selcukes-parent</artifactId>
<groupId>io.github.selcukes</groupId>
<version>1.2.4-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 26ebae2

Please sign in to comment.