Skip to content

Commit

Permalink
[Maven Release] Prepare for the next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
RameshBabuPrudhvi committed Jan 10, 2024
1 parent f979842 commit a5aba3d
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 17 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### Removed

## [2.3.8] (In Git)
## [2.3.8] (10-01-2024)

### Added

Expand All @@ -33,6 +33,10 @@
* Update dependency org.apache.poi:poi-ooxml to v5.2.5 ([#305](https://github.com/selcukes/selcukes-java/pull/305))
* Update dependency org.junit:junit-bom to v5.10.1 ([#300](https://github.com/selcukes/selcukes-java/pull/300))

### Fixed

[Core] Enabled Selenium Manager for Grid Tests

## [2.3.7] (02-11-2023)

### Changed
Expand Down
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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>

<modules>
<module>selcukes-commons</module>
Expand Down
2 changes: 1 addition & 1 deletion selcukes-bom/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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion selcukes-collections/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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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>2.3.8-SNAPSHOT</version>
<version>2.3.9-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>2.3.8-SNAPSHOT</version>
<version>2.3.9-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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion selcukes-excel-runner/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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>selcukes-excel-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion selcukes-extent-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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion selcukes-java/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>2.3.8-SNAPSHOT</version>
<version>2.3.9-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>2.3.8-SNAPSHOT</version>
<version>2.3.9-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>2.3.8-SNAPSHOT</version>
<version>2.3.9-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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion selcukes-snapshot/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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>selcukes-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion video-recorder/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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>video-recorder</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>2.3.8-SNAPSHOT</version>
<version>2.3.9-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit a5aba3d

Please sign in to comment.