aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/maven/spark-connector/pom.xml
blob: 19c752d08be1deec40042bc1aa8fd1159b2f2be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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">
    <!-- Placeholder pom which is replaced by TensorFlow ecosystem Spark pom during build -->
    <modelVersion>4.0.0</modelVersion>
    <description>TensorFlow TFRecord connector for Apache Spark DataFrames</description>
    <artifactId>spark-connector</artifactId>
    <packaging>jar</packaging>

    <scm>
        <url>https://github.com/tensorflow/ecosystem.git</url>
        <connection>git@github.com:tensorflow/ecosystem.git</connection>
        <developerConnection>scm:git:https://github.com/tensorflow/ecosystem.git</developerConnection>
    </scm>

    <url>https://github.com/tensorflow/ecosystem/</url>
    <parent>
        <groupId>org.tensorflow</groupId>
        <artifactId>parentpom</artifactId>
        <version>1.9.0-rc0</version>
        <relativePath>../</relativePath>
    </parent>
</project>