Skip to content

Commit 028d0bb

Browse files
committed
fix module version
1 parent bff30fd commit 028d0bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github-app-installation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.32.4-SNAPSHOT</version>
9+
<version>2.33.1-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

it/server/src/test/java/com/walmartlabs/concord/it/server/SystemResourceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import static org.junit.jupiter.api.Assertions.assertNull;
3434
import static org.junit.jupiter.api.Assertions.assertThrows;
3535

36-
class ExternalTokenProviderIT extends AbstractServerIT {
36+
class SystemResourceIT extends AbstractServerIT {
3737

3838
private static final URI URI001 = URI.create("https://github001.local/owner/repo.git");
3939
private static final URI URI002 = URI.create("https://github002.local/owner/repo.git");

0 commit comments

Comments
 (0)