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 #253 from cmgrote/release-3.2
Browse files Browse the repository at this point in the history
Bump to release version
  • Loading branch information
cmgrote authored Oct 14, 2021
2 parents 9e2fac1 + 5a0542e commit 5883052
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.2-SNAPSHOT</version>
<version>3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<artifactId>egeria-connector-xtdb-migrator</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</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.2-SNAPSHOT</version>
<version>3.2</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.2-SNAPSHOT</version>
<version>3.2</version>
<modules>
<module>connector</module>
<module>migrator</module>
Expand Down

0 comments on commit 5883052

Please sign in to comment.