Skip to content

Commit

Permalink
upgrade to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermartin committed Jul 8, 2023
1 parent 89e25dd commit 385229a
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 29 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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</sqlg.version>
<sqlg.version>3.0.1</sqlg.version>
<tinkerpop.version>3.6.4</tinkerpop.version>
<junit.version>4.13.2</junit.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqlg-gremlin-server/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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlg-gremlin-server</artifactId>
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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>sqlg-hsqldb</artifactId>
<name>sqlg :: hsqldb</name>
Expand Down
2 changes: 1 addition & 1 deletion sqlg-jdbc-pool/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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

Expand Down
2 changes: 1 addition & 1 deletion sqlg-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>sqlg-jmh</artifactId>
<name>sqlg :: jmh</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>sqlg-ui</artifactId>
<name>sqlg :: ui</name>
Expand Down

0 comments on commit 385229a

Please sign in to comment.