Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kserve-modelmesh.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kserve-modelmesh
version: 0.12.0
epoch: 6
epoch: 7
description: The ModelMesh framework is a mature, general-purpose model serving management/routing layer designed for high-scale, high-density and frequently-changing model use cases.
dependencies:
runtime:
Expand Down
18 changes: 9 additions & 9 deletions kserve-modelmesh/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
patches:
- groupId: com.google.protobuf
artifactId: protobuf-java
version: 3.25.5
- groupId: commons-io
artifactId: commons-io
version: 2.14.0
- groupId: ch.qos.logback
artifactId: logback-core
version: 1.5.13
- groupId: com.google.protobuf
artifactId: protobuf-java
version: 3.25.5
- groupId: commons-io
artifactId: commons-io
version: 2.14.0
- groupId: ch.qos.logback
artifactId: logback-core
version: 1.5.13
2 changes: 1 addition & 1 deletion kserve-modelmesh/pombump-properties.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
properties:
- property: netty-version
value: "4.1.115.Final"
value: 4.1.118.Final
Loading