Skip to content

Commit 9fb17d2

Browse files
committed
bumping to 1.5.0 and updating some comments/URLs
1 parent aeb2537 commit 9fb17d2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

ffi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ publishing {
4242
pom {
4343
name = "${implementationTitle}"
4444
description = 'This internal library provides methods for Java programs to interface with Antithesis platform.'
45-
url = 'https://antithesis.com/docs/using_antithesis/sdk/java/overview/'
45+
url = 'https://antithesis.com/docs/using_antithesis/sdk/java/overview'
4646

4747
licenses {
4848
license {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.java.installations.auto-download=false
2-
version = 1.4.6
2+
version = 1.5.0
33
com.antithesis.sdk.protocol = 1.1.0

sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ publishing {
2121
pom {
2222
name = "${implementationTitle}"
2323
description = 'This library provides methods for Java programs to configure the Antithesis platform.'
24-
url = 'https://antithesis.com/docs/using_antithesis/sdk/java/overview/'
24+
url = 'https://antithesis.com/docs/using_antithesis/sdk/java/'
2525

2626
licenses {
2727
license {

sdk/src/main/java/com/antithesis/sdk/Assert.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import com.fasterxml.jackson.databind.node.ObjectNode;
1010

1111
/**
12-
* The Assert class enables defining <a href="https://antithesis.com/docs/using_antithesis/properties/" target="_blank">test properties</a>
13-
* about your program or <a href="https://antithesis.com/docs/getting_started/first_test/" target="_blank">workload</a>.
12+
* The Assert class enables defining <a href="https://antithesis.com/docs/properties_assertions/properties/" target="_blank">test properties</a>
13+
* about your program or <a href="https://antithesis.com/docs/test_templates/first_test/" target="_blank">workload</a>.
1414
* <p>
1515
* Each static method in this class takes a parameter called <code>message</code>, which is
1616
* a string literal identifier used to aggregate assertions.

0 commit comments

Comments
 (0)