Skip to content

Commit

Permalink
update pom.xml files to no longer try to support three versions. Inst…
Browse files Browse the repository at this point in the history
…ead version 2.5.0 only is supported
  • Loading branch information
ccjason committed Jul 26, 2016
1 parent 1f0dc03 commit eeff922
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 78 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<packaging>pom</packaging>

<name>PropelGraph All</name>
Expand Down Expand Up @@ -88,13 +82,7 @@ $endif $ -->
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- $if PGVERSION == 2.4.0 $
<tinkerpopVersion>2.4.0</tinkerpopVersion>
$elseif PGVERSION == 2.5.0 $ -->
<tinkerpopVersion>2.5.0</tinkerpopVersion>
<!-- $elseif PGVERSION == 2.6.0 $
<tinkerpopVersion>2.6.0</tinkerpopVersion>
$endif $ -->
</properties>

<distributionManagement>
Expand Down
6 changes: 0 additions & 6 deletions propelgraph-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
<!-- parent>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<relativePath>../pom.xml</relativePath>
</parent -->

Expand Down
6 changes: 0 additions & 6 deletions propelgraph-gremlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
<parent>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 0 additions & 6 deletions propelgraph-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
<parent>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 0 additions & 6 deletions propelgraph-memgraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
<parent>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 0 additions & 6 deletions propelgraph-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ To use this file, you need to rename it to be pom.xml and remove this line. Only
<parent>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 0 additions & 6 deletions propelgraph-tinkergraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
<parent>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
24 changes: 0 additions & 24 deletions propelgraph-titan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
<parent>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -202,37 +196,19 @@ $endif $ -->
<artifactId>titan-berkeleyje</artifactId>

<!-- I don't think they produced a BP 2.6.0 version of Titan -->
<!-- $if PGVERSION == 2.4.0 $
<version>0.4.4</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>0.5.4</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>0.5.4</version>
$endif $ -->
</dependency>
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-hbase</artifactId>
<!-- I don't think they produced a BP 2.6.0 version of Titan -->
<!-- $if PGVERSION == 2.4.0 $
<version>0.4.4</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>0.5.4</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>0.5.4</version>
$endif $ -->
</dependency>
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-cassandra</artifactId>
<!-- I don't think they produced a BP 2.6.0 version of Titan -->
<!-- $if PGVERSION == 2.4.0 $
<version>0.4.4</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>0.5.4</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>0.5.4</version>
$endif $ -->
</dependency>

<!--dependency>
Expand Down
6 changes: 0 additions & 6 deletions propelgraph-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
<parent>
<groupId>org.propelgraph</groupId>
<artifactId>all</artifactId>
<!-- $if PGVERSION == 2.4.0 $
<version>2.4.0-SNAPSHOT</version>
$elseif PGVERSION == 2.5.0 $ -->
<version>2.5.0-SNAPSHOT</version>
<!-- $elseif PGVERSION == 2.6.0 $
<version>2.6.0-SNAPSHOT</version>
$endif $ -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit eeff922

Please sign in to comment.