Skip to content

Commit 62806cc

Browse files
committed
update version and commitId
1 parent edd202f commit 62806cc

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lasted": "0.2.31",
3-
"meta_commit": "4948cc390604946e43d4ee213ab67fd0151af886"
3+
"meta_commit": "5ea62ff7d371db1217e24981c449a52a381c1454"
44
}

volcengine-java-sdk-llmshield/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.volcengine</groupId>
86
<artifactId>volcengine-java-sdk</artifactId>
9-
<version>0.2.28</version>
7+
<version>0.2.31</version>
108
</parent>
11-
129
<artifactId>volcengine-java-sdk-llmshield</artifactId>
13-
1410
<properties>
1511
<maven.compiler.source>1.8</maven.compiler.source>
1612
<maven.compiler.target>1.8</maven.compiler.target>
@@ -35,4 +31,4 @@
3531
<version>2.10.1</version>
3632
</dependency>
3733
</dependencies>
38-
</project>
34+
</project>

0 commit comments

Comments
 (0)