Skip to content

Commit

Permalink
Fix: TE-11472 Sending Email from Addon is not working (#12)
Browse files Browse the repository at this point in the history
* Fix: TE-11472 Sending Email from Addon is not working

* Changed Version
  • Loading branch information
kasyap-gundu authored Aug 8, 2023
1 parent 2ef69ed commit 92d9d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.1_cloud'
version = '1.2.2_cloud'
description = 'testsigma-addon-archetype'
java.sourceCompatibility = JavaVersion.VERSION_11

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.1_cloud</testsigma.sdk.version>
<testsigma.sdk.version>1.2.2_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 92d9d8d

Please sign in to comment.