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 #348 from cmgrote/main
Browse files Browse the repository at this point in the history
Bumps to latest versions
  • Loading branch information
cmgrote authored Apr 21, 2022
2 parents f330a48 + f42ddad commit 7f72c46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.7-SNAPSHOT</version>
<version>3.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<artifactId>egeria-connector-xtdb-migrator</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.8-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.7-SNAPSHOT</version>
<version>3.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
14 changes: 7 additions & 7 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.7-SNAPSHOT</version>
<version>3.8-SNAPSHOT</version>
<modules>
<module>connector</module>
<module>migrator</module>
Expand Down Expand Up @@ -68,9 +68,9 @@
</developers>

<properties>
<open-metadata.version>3.7-SNAPSHOT</open-metadata.version>
<open-metadata.version>3.8-SNAPSHOT</open-metadata.version>
<xtdb.version>1.20.0</xtdb.version>
<clojure.version>1.11.0</clojure.version>
<clojure.version>1.11.1</clojure.version>
<jackson.version>2.13.2.2</jackson.version>
<lucene.version>8.9.0</lucene.version>
<slf4j.version>1.7.36</slf4j.version>
Expand Down Expand Up @@ -273,7 +273,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -293,7 +293,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -323,7 +323,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M6</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
Expand Down Expand Up @@ -614,7 +614,7 @@
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
<version>1.11.0</version> <!-- Auto-update to the latest stable -->
<version>1.12.0</version> <!-- Auto-update to the latest stable -->
</plugin>
</plugins>
</configuration>
Expand Down

0 comments on commit 7f72c46

Please sign in to comment.