Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #358 from cmgrote/main
Browse files Browse the repository at this point in the history
Bump to latest snapshot version
  • Loading branch information
cmgrote authored May 4, 2022
2 parents da4a1e6 + 842a680 commit 0e7d993
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<artifactId>egeria-connector-xtdb-module</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.8-SNAPSHOT</version>
<version>3.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>egeria-connector-xtdb</artifactId>
<version>3.8-SNAPSHOT</version>
<version>3.9-SNAPSHOT</version>

<name>Egeria Connector for XTDB</name>
<description>
Expand Down
6 changes: 3 additions & 3 deletions migrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<artifactId>egeria-connector-xtdb-module</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.8-SNAPSHOT</version>
<version>3.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>egeria-connector-xtdb-migrator</artifactId>
<version>3.8-SNAPSHOT</version>
<version>3.9-SNAPSHOT</version>

<name>Migration utilities for XTDB Connector</name>
<description>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>egeria-connector-xtdb</artifactId>
<version>3.8-SNAPSHOT</version>
<version>3.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.odpi.egeria</groupId>
<artifactId>egeria-connector-xtdb-module</artifactId>
<packaging>pom</packaging>
<version>3.8-SNAPSHOT</version>
<version>3.9-SNAPSHOT</version>
<modules>
<module>connector</module>
<module>migrator</module>
Expand Down Expand Up @@ -68,7 +68,7 @@
</developers>

<properties>
<open-metadata.version>3.8</open-metadata.version>
<open-metadata.version>3.9-SNAPSHOT</open-metadata.version>
<xtdb.version>1.20.0</xtdb.version>
<clojure.version>1.11.1</clojure.version>
<jackson.version>2.13.2.2</jackson.version>
Expand Down

0 comments on commit 0e7d993

Please sign in to comment.