/
githubmirror
/
alluxio
Обзор
Документация
Войти
/
githubmirror
/
alluxio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v310
assembly/pom.xml
37 строк
1 KB
Alluxio Bot
Update version to 310
23 фев 2024, 11:58
23 фев 2024, 11:58
fa279a9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <!-- The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 (the "License"). You may not use this work except in compliance with the License, which is available at www.apache.org/licenses/LICENSE-2.0 This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, as more fully set forth in the License. See the NOTICE file distributed with this work for information regarding copyright ownership. --> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.alluxio</groupId> <artifactId>alluxio-parent</artifactId> <version>310</version> </parent> <artifactId>alluxio-assembly</artifactId> <packaging>pom</packaging> <name>Alluxio Assembly</name> <description>Assembly JARs of Alluxio system</description> <properties> <!-- The following paths need to be defined here as well as in the parent pom so that mvn can --> <!-- run properly from sub-project directories --> <build.path>${project.parent.basedir}/build</build.path> <failIfNoTests>false</failIfNoTests> </properties> <modules> <module>client</module> <module>server</module> </modules> </project>