Skip to content

Commit

Permalink
TE-17810 Windows UFT Addon Support (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasyap-gundu authored Apr 16, 2024
1 parent b8488eb commit 290cb85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8_cloud'
version = '1.2.9_cloud'
description = 'testsigma-addon-archetype'
java.sourceCompatibility = JavaVersion.VERSION_11

Expand Down
4 changes: 2 additions & 2 deletions 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.8_cloud
VERSION_NAME=1.2.9_cloud

POM_NAME=Testsigma Addon Archetype
POM_DESCRIPTION=Testsigma Addon Archetype
Expand All @@ -23,4 +23,4 @@ POM_DEVELOPER_NAME=Testsigma Technologies Inc
POM_DEVELOPER_URL=https://github.com/vikram-chaitanya/

SONATYPE_CONNECT_TIMEOUT_SECONDS=120
SONATYPE_CLOSE_TIMEOUT_SECONDS=300
SONATYPE_CLOSE_TIMEOUT_SECONDS=300
4 changes: 2 additions & 2 deletions 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.8_cloud</testsigma.sdk.version>
<testsigma.sdk.version>1.2.9_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 Expand Up @@ -94,4 +94,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 290cb85

Please sign in to comment.