Skip to content

Commit 749cfcf

Browse files
committed
Fixed poms files
1 parent 039f2b6 commit 749cfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension-recorder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<dependency>
1414
<groupId>io.github.jwdeveloper.tiktok</groupId>
1515
<artifactId>Client</artifactId>
16-
<version>1.0.14-Release</version>
16+
<version>${project.version}</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
<dependency>
2020
<groupId>io.github.jwdeveloper.tiktok</groupId>
2121
<artifactId>API</artifactId>
22-
<version>1.0.17-Release</version>
22+
<version>${project.version}</version>
2323
<scope>compile</scope>
2424
</dependency>
2525
</dependencies>

0 commit comments

Comments
 (0)