Skip to content

Commit

Permalink
started version 2.3 added new DataStax Driver
Browse files Browse the repository at this point in the history
Issue #164
  • Loading branch information
rsoika committed Nov 6, 2022
1 parent 8aac1a6 commit 118bb53
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion imixs-archive-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive</artifactId>
<version>2.2.15-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-archive-api</artifactId>
<name>Imixs-Archive API</name>
Expand Down
2 changes: 1 addition & 1 deletion imixs-archive-documents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive</artifactId>
<version>2.2.15-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-archive-documents</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion imixs-archive-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive</artifactId>
<version>2.2.15-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-archive-importer</artifactId>

Expand Down
5 changes: 3 additions & 2 deletions imixs-archive-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive</artifactId>
<version>2.2.15-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-archive-service</artifactId>
<name>Imixs-Archive Service</name>
Expand Down Expand Up @@ -306,7 +306,8 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.9.0</version>
<!-- 3.9.0 -->
<version>3.11.3</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>imixs-archive</artifactId>
<packaging>pom</packaging>
<name>Imixs-Archive</name>
<version>2.2.15-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>

<modules>
<module>imixs-archive-api</module>
Expand Down

0 comments on commit 118bb53

Please sign in to comment.