Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 1 addition & 2 deletions maven-projects/info/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
<parent>
<groupId>org.apache.graphar</groupId>
<artifactId>graphar-root</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>graphar-info</artifactId>
<packaging>jar</packaging>
<version>${graphar.version}</version>

<name>graphar-info</name>

Expand Down
2 changes: 1 addition & 1 deletion maven-projects/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.graphar</groupId>
<artifactId>graphar-root</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</parent>
<groupId>org.apache.graphar</groupId>
<artifactId>graphar-root</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache GraphAr Root POM</name>
Expand Down
3 changes: 1 addition & 2 deletions maven-projects/spark/datasources-32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
<parent>
<groupId>org.apache.graphar</groupId>
<artifactId>spark</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>graphar-datasources</artifactId>
<version>${graphar.version}</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions maven-projects/spark/datasources-33/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
<parent>
<groupId>org.apache.graphar</groupId>
<artifactId>spark</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>graphar-datasources</artifactId>
<version>${graphar.version}</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions maven-projects/spark/datasources-34/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
<parent>
<groupId>org.apache.graphar</groupId>
<artifactId>spark</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>graphar-datasources</artifactId>
<version>${graphar.version}</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions maven-projects/spark/datasources-35/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
<parent>
<groupId>org.apache.graphar</groupId>
<artifactId>spark</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>graphar-datasources</artifactId>
<version>${graphar.version}</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions maven-projects/spark/graphar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
<parent>
<groupId>org.apache.graphar</groupId>
<artifactId>spark</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>graphar-commons</artifactId>
<version>${graphar.version}</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions maven-projects/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@
<parent>
<groupId>org.apache.graphar</groupId>
<artifactId>graphar-root</artifactId>
<version>${graphar.version}</version>
<version>0.12.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>spark</artifactId>
<packaging>pom</packaging>
<version>${graphar.version}</version>

<properties>
<scala.version>2.12.15</scala.version>
Expand Down
Loading