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

Commit

Permalink
Bump to release version
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <cmgrote@users.noreply.github.com>
  • Loading branch information
cmgrote committed Jun 2, 2022
1 parent c87e106 commit 2227557
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.9-SNAPSHOT</version>
<version>3.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>egeria-connector-xtdb</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9</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.9-SNAPSHOT</version>
<version>3.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>egeria-connector-xtdb-migrator</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9</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.9-SNAPSHOT</version>
<version>3.9</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.9-SNAPSHOT</version>
<version>3.9</version>
<modules>
<module>connector</module>
<module>migrator</module>
Expand Down

0 comments on commit 2227557

Please sign in to comment.