Skip to content

Commit 6241398

Browse files
committed
upgrade to 2.1.4
1 parent 80e9555 commit 6241398

File tree

23 files changed

+24
-24
lines changed

23 files changed

+24
-24
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.umlg</groupId>
1414
<artifactId>sqlg</artifactId>
1515
<packaging>pom</packaging>
16-
<version>2.1.4-SNAPSHOT</version>
16+
<version>2.1.4</version>
1717
<name>sqlg</name>
1818
<description>Sqlg is a tinkerpop 3 implementation on top of a rdbms.
1919
</description>
@@ -31,7 +31,7 @@
3131
<url>[email protected]:pietermartin/sqlg.git</url>
3232
</scm>
3333
<properties>
34-
<sqlg.version>2.1.4-SNAPSHOT</sqlg.version>
34+
<sqlg.version>2.1.4</sqlg.version>
3535
<tinkerpop.version>3.4.10</tinkerpop.version>
3636
<slf4j.version>1.7.25</slf4j.version>
3737
<junit.version>4.13.1</junit.version>

sqlg-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-core</artifactId>
1111
<name>sqlg :: core</name>

sqlg-doc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-h2-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-h2-parent/sqlg-h2-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg-h2-parent</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-h2-parent/sqlg-h2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg-h2-parent</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-hsqldb-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-hsqldb-parent/sqlg-hsqldb-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg-hsqldb-parent</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-hsqldb-dialect</artifactId>
1111
<name>sqlg :: hsqldb dialect</name>

sqlg-hsqldb-parent/sqlg-hsqldb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg-hsqldb-parent</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-hsqldb</artifactId>
1111
<name>sqlg :: hsqldb</name>

sqlg-mariadb-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-mariadb-parent/sqlg-mariadb-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg-mariadb-parent</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-mariadb-dialect</artifactId>
1111
<name>sqlg :: mariadb dialect</name>

sqlg-mariadb-parent/sqlg-mariadb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg-mariadb-parent</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-mariadb</artifactId>
1111
<name>sqlg :: mariadb</name>

sqlg-mssqlserver-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-mssqlserver-parent/sqlg-mssqlserver-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg-mssqlserver-parent</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-mssqlserver-parent/sqlg-mssqlserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg-mssqlserver-parent</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-mysql-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-mysql-parent/sqlg-mysql-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg-mysql-parent</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-mysql-dialect</artifactId>
1111
<name>sqlg :: mysql dialect</name>

sqlg-mysql-parent/sqlg-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg-mysql-parent</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-mysql</artifactId>
1111
<name>sqlg :: mysql</name>

sqlg-postgres-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sqlg</artifactId>
77
<groupId>org.umlg</groupId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sqlg-postgres-parent/sqlg-postgres-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg-postgres-parent</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-postgres-dialect</artifactId>
1111
<name>sqlg :: postgres dialect</name>

sqlg-postgres-parent/sqlg-postgres/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg-postgres-parent</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-postgres</artifactId>
1111
<name>sqlg :: postgres</name>

sqlg-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-test</artifactId>
1111
<name>sqlg :: test</name>

sqlg-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.umlg</groupId>
77
<artifactId>sqlg</artifactId>
8-
<version>2.1.4-SNAPSHOT</version>
8+
<version>2.1.4</version>
99
</parent>
1010
<artifactId>sqlg-ui</artifactId>
1111
<name>sqlg :: ui</name>

0 commit comments

Comments
 (0)