Skip to content

Commit

Permalink
Merge pull request #13 from testsigmahq/feat/selenium-appium-upgrade-…
Browse files Browse the repository at this point in the history
…dev-cloud-1

feat: Upgrade Testsigma SDK version Selenium/Appium upgrade
  • Loading branch information
Ganesh-Testsigma authored Nov 21, 2023
2 parents 8eaac35 + 40ae16d commit 01b21d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
}

group = 'com.testsigma'
version = '1.2.2_cloud'
version = '1.2.3_cloud'
description = 'testsigma-addon-archetype'
java.sourceCompatibility = JavaVersion.VERSION_11

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RELEASE_SIGNING_ENABLED=true

GROUP=com.testsigma
POM_ARTIFACT_ID=testsigma-addon-archetype
VERSION_NAME=1.2.2_cloud
VERSION_NAME=1.2.3_cloud

POM_NAME=Testsigma Addon Archetype
POM_DESCRIPTION=Testsigma Addon Archetype
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<testsigma.sdk.version>1.2.2_cloud</testsigma.sdk.version>
<testsigma.sdk.version>1.2.3_cloud</testsigma.sdk.version>
<junit.jupiter.version>5.8.0-M1</junit.jupiter.version>
<testsigma.addon.maven.plugin>1.0.0</testsigma.addon.maven.plugin>
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
Expand Down

0 comments on commit 01b21d8

Please sign in to comment.