mirror of
https://github.com/wassname/ray.git
synced 2026-07-21 12:50:45 +08:00
[dist] Mvn deploy (#9777)
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.ray</groupId>
|
||||
<artifactId>streaming-state</artifactId>
|
||||
<name>ray streaming state</name>
|
||||
<description>ray streaming state</description>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
@@ -3,20 +3,20 @@
|
||||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<artifactId>ray-streaming</artifactId>
|
||||
<groupId>io.ray</groupId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>ray-streaming</artifactId>
|
||||
<groupId>io.ray</groupId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>streaming-state</artifactId>
|
||||
<name>ray streaming state</name>
|
||||
<description>ray streaming state</description>
|
||||
<packaging>jar</packaging>
|
||||
<artifactId>streaming-state</artifactId>
|
||||
<name>ray streaming state</name>
|
||||
<description>ray streaming state</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
{generated_bzl_deps}
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
{generated_bzl_deps}
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user