Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Sep 25, 2016
1 parent a273ff7 commit 89a5ac3
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<packaging>pom</packaging>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>sqlg</name>
<description>Sqlg is a tinkerpop 3 implementation on top of a rdbms.
</description>
Expand All @@ -31,7 +31,7 @@
<url>[email protected]:pietermartin/sqlg.git</url>
</scm>
<properties>
<sqlg.version>1.3.0-SNAPSHOT</sqlg.version>
<sqlg.version>1.3.0</sqlg.version>
<tinkerpop.version>3.2.2</tinkerpop.version>
<slf4j.version>1.7.21</slf4j.version>
<junit.version>4.12</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-benchmark-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-benchmark-h2</artifactId>
<name>sqlg :: benchmark-h2</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-benchmark-hsqldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-benchmark-hsqldb</artifactId>
<name>sqlg :: benchmark-hsqldb</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-benchmark-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-benchmark-postgres</artifactId>
<name>sqlg :: benchmark-postgres</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-benchmark</artifactId>
<name>sqlg :: benchmark</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-core</artifactId>
<name>sqlg :: core</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-h2-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqlg</artifactId>
<groupId>org.umlg</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlg-h2-parent/sqlg-h2-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqlg-h2-parent</artifactId>
<groupId>org.umlg</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlg-h2-parent/sqlg-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqlg-h2-parent</artifactId>
<groupId>org.umlg</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlg-hsqldb-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqlg</artifactId>
<groupId>org.umlg</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlg-hsqldb-parent/sqlg-hsqldb-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg-hsqldb-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-hsqldb-dialect</artifactId>
<name>sqlg :: hsqldb dialect</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-hsqldb-parent/sqlg-hsqldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg-hsqldb-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-hsqldb</artifactId>
<name>sqlg :: hsqldb</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-postgres-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqlg</artifactId>
<groupId>org.umlg</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlg-postgres-parent/sqlg-postgres-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg-postgres-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-postgres-dialect</artifactId>
<name>sqlg :: postgres dialect</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-postgres-parent/sqlg-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg-postgres-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-postgres</artifactId>
<name>sqlg :: postgres</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>sqlg-test</artifactId>
<name>sqlg :: test</name>
Expand Down

0 comments on commit 89a5ac3

Please sign in to comment.