Skip to content

Commit c5fd23e

Browse files
CopilotMohabMohie
andauthored
[WIP] Create pull request to update engine version (#2151)
* Initial plan * Update SHAFT Engine version to 9.4.20251022 Co-authored-by: MohabMohie <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: MohabMohie <[email protected]>
1 parent 427cdeb commit c5fd23e

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.shafthq</groupId>
55
<artifactId>SHAFT_ENGINE</artifactId>
6-
<version>9.4.20251007</version> <!-- UPDATE com.shaft.properties.internal > Internal -->
6+
<version>9.4.20251022</version> <!-- UPDATE com.shaft.properties.internal > Internal -->
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>SHAFT is a unified test automation engine. Powered by best-in-class frameworks, SHAFT provides a
99
wizard-like syntax to drive your automation efficiently, maximize your ROI, and minimize your learning curve.

src/main/java/com/shaft/properties/internal/Internal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})
1111
public interface Internal extends EngineProperties<Internal> {
1212
@Key("shaftEngineVersion")
13-
@DefaultValue("9.4.20251007")
13+
@DefaultValue("9.4.20251022")
1414
String shaftEngineVersion();
1515

1616
@Key("watermarkImagePath")

src/main/resources/examples/Cucumber/shaft-cucumber-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
12-
<shaft_engine.version>9.4.20251007</shaft_engine.version>
12+
<shaft_engine.version>9.4.20251022</shaft_engine.version>
1313
<jdk.version>21</jdk.version>
1414
<aspectjweaver.version>1.9.24</aspectjweaver.version>
1515
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>

src/main/resources/examples/JUnit/shaft-junit-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
12-
<shaft_engine.version>9.4.20251007</shaft_engine.version>
12+
<shaft_engine.version>9.4.20251022</shaft_engine.version>
1313
<jdk.version>21</jdk.version>
1414
<aspectjweaver.version>1.9.24</aspectjweaver.version>
1515
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>

src/main/resources/examples/JUnit/shaft-junit-mobile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
12-
<shaft_engine.version>9.4.20251007</shaft_engine.version>
12+
<shaft_engine.version>9.4.20251022</shaft_engine.version>
1313
<jdk.version>21</jdk.version>
1414
<aspectjweaver.version>1.9.24</aspectjweaver.version>
1515
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>

src/main/resources/examples/JUnit/shaft-junit-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
12-
<shaft_engine.version>9.4.20251007</shaft_engine.version>
12+
<shaft_engine.version>9.4.20251022</shaft_engine.version>
1313
<jdk.version>21</jdk.version>
1414
<aspectjweaver.version>1.9.24</aspectjweaver.version>
1515
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>

src/main/resources/examples/TestNG/shaft-testng-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
12-
<shaft_engine.version>9.4.20251007</shaft_engine.version>
12+
<shaft_engine.version>9.4.20251022</shaft_engine.version>
1313
<jdk.version>21</jdk.version>
1414
<aspectjweaver.version>1.9.24</aspectjweaver.version>
1515
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>

src/main/resources/examples/TestNG/shaft-testng-mobile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
12-
<shaft_engine.version>9.4.20251007</shaft_engine.version>
12+
<shaft_engine.version>9.4.20251022</shaft_engine.version>
1313
<jdk.version>21</jdk.version>
1414
<aspectjweaver.version>1.9.24</aspectjweaver.version>
1515
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>

src/main/resources/examples/TestNG/shaft-testng-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
12-
<shaft_engine.version>9.4.20251007</shaft_engine.version>
12+
<shaft_engine.version>9.4.20251022</shaft_engine.version>
1313
<jdk.version>21</jdk.version>
1414
<aspectjweaver.version>1.9.24</aspectjweaver.version>
1515
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>

0 commit comments

Comments
 (0)