Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cdoc2-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>cdoc2</artifactId>
<groupId>ee.cyber.cdoc2</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>cdoc2-cli</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<description>Command line utility to create/process CDOC2 files</description>

<properties>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2-lib</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions cdoc2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>cdoc2</artifactId>
<groupId>ee.cyber.cdoc2</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>cdoc2-client</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<description>CDOC2 server client generation from openapi specifications https://github.com/open-eid/cdoc2-openapi</description>

<properties>
Expand All @@ -21,7 +21,7 @@

<!--info.version from cdoc2-openapi/*-openapi.yaml -->
<cdoc2-key-capsules-openapi.version>2.1.0</cdoc2-key-capsules-openapi.version>
<cdoc2-key-shares-openapi.version>1.0.1-draft</cdoc2-key-shares-openapi.version>
<cdoc2-key-shares-openapi.version>1.0.1</cdoc2-key-shares-openapi.version>
</properties>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions cdoc2-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>cdoc2</artifactId>
<groupId>ee.cyber.cdoc2</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>cdoc2-lib</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<description>CDOC2 creation and processing library</description>

<properties>
Expand All @@ -20,19 +20,19 @@
<dependency>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2-schema</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>

<dependency>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2-client</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2-auth-token</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.3.3</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions cdoc2-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2</artifactId>
</parent>

<artifactId>cdoc2-schema</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>

<description>CDOC2 flatbuffer schemas and related functionality </description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<modelVersion>4.0.0</modelVersion>

<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2</artifactId>
<description>CDOC2 reference implementation </description>
Expand Down