Skip to content

Commit

Permalink
upgrade to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermartin committed Apr 27, 2024
1 parent 82b5cd7 commit 7272073
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 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.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</sqlg.version>
<sqlg.version>3.1.0</sqlg.version>
<tinkerpop.version>3.7.2</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.1.0-SNAPSHOT</version>
<version>3.1.0</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.1.0-SNAPSHOT</version>
<version>3.1.0</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>3.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</version>
<version>3.1.0</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.1.0-SNAPSHOT</version>
<version>3.1.0</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.1.0-SNAPSHOT</version>
<version>3.1.0</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.1.0-SNAPSHOT</version>
<version>3.1.0</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.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sqlg-jmh</artifactId>
<name>sqlg :: jmh</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.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</version>
<version>3.1.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>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>sqlg-test</artifactId>
<name>sqlg :: test</name>
Expand Down

0 comments on commit 7272073

Please sign in to comment.