Skip to content

Commit

Permalink
Simulating a release (#2479)
Browse files Browse the repository at this point in the history
Trying out a release to check if publish to 
Maven Central happens. 
This will not be an actual version.
  • Loading branch information
krmahadevan committed Feb 14, 2021
1 parent 5f6b4e7 commit 47aa43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
@@ -1,5 +1,5 @@
object This {
const val version = "7.4.0-SNAPSHOT"
const val version = "7.3.1"
const val artifactId = "testng"
const val groupId = "org.testng"
const val description = "Testing framework for Java"
Expand Down

0 comments on commit 47aa43b

Please sign in to comment.