Skip to content

Commit

Permalink
upgrade to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermartin committed Nov 12, 2021
1 parent e4c4a46 commit d6d4e77
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</sqlg.version>
<sqlg.version>2.1.5</sqlg.version>
<tinkerpop.version>3.5.1</tinkerpop.version>
<slf4j.version>1.7.25</slf4j.version>
<junit.version>4.13.1</junit.version>
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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<artifactId>sqlg-core</artifactId>
<name>sqlg :: core</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-doc/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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<artifactId>sqlg-hsqldb</artifactId>
<name>sqlg :: hsqldb</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-mariadb-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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlg-mariadb-parent/sqlg-mariadb-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-mariadb-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<artifactId>sqlg-mariadb-dialect</artifactId>
<name>sqlg :: mariadb dialect</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-mariadb-parent/sqlg-mariadb/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-mariadb-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<artifactId>sqlg-mariadb</artifactId>
<name>sqlg :: mariadb</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-mssqlserver-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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

Expand Down
2 changes: 1 addition & 1 deletion sqlg-mysql-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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlg-mysql-parent/sqlg-mysql-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-mysql-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<artifactId>sqlg-mysql-dialect</artifactId>
<name>sqlg :: mysql dialect</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-mysql-parent/sqlg-mysql/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-mysql-parent</artifactId>
<version>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<artifactId>sqlg-mysql</artifactId>
<name>sqlg :: mysql</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<artifactId>sqlg-test</artifactId>
<name>sqlg :: test</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-ui/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>2.1.5-SNAPSHOT</version>
<version>2.1.5</version>
</parent>
<artifactId>sqlg-ui</artifactId>
<name>sqlg :: ui</name>
Expand Down

0 comments on commit d6d4e77

Please sign in to comment.