Skip to content

Commit dca701c

Browse files
author
Olesja Aarma
committed
upgrade versions
1 parent 5341167 commit dca701c

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

cdoc2-cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>cdoc2</artifactId>
66
<groupId>ee.cyber.cdoc2</groupId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

1010
<artifactId>cdoc2-cli</artifactId>
11-
<version>1.6.0-SNAPSHOT</version>
11+
<version>1.6.0</version>
1212
<description>Command line utility to create/process CDOC2 files</description>
1313

1414
<properties>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>ee.cyber.cdoc2</groupId>
4444
<artifactId>cdoc2-lib</artifactId>
45-
<version>3.0.0-SNAPSHOT</version>
45+
<version>3.0.0</version>
4646
</dependency>
4747
</dependencies>
4848

cdoc2-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>cdoc2</artifactId>
66
<groupId>ee.cyber.cdoc2</groupId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

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

1414
<properties>
@@ -21,7 +21,7 @@
2121

2222
<!--info.version from cdoc2-openapi/*-openapi.yaml -->
2323
<cdoc2-key-capsules-openapi.version>2.1.0</cdoc2-key-capsules-openapi.version>
24-
<cdoc2-key-shares-openapi.version>1.0.1-draft</cdoc2-key-shares-openapi.version>
24+
<cdoc2-key-shares-openapi.version>1.0.1</cdoc2-key-shares-openapi.version>
2525
</properties>
2626

2727
<dependencies>

cdoc2-lib/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>cdoc2</artifactId>
55
<groupId>ee.cyber.cdoc2</groupId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>cdoc2-lib</artifactId>
11-
<version>3.0.0-SNAPSHOT</version>
11+
<version>3.0.0</version>
1212
<description>CDOC2 creation and processing library</description>
1313

1414
<properties>
@@ -20,19 +20,19 @@
2020
<dependency>
2121
<groupId>ee.cyber.cdoc2</groupId>
2222
<artifactId>cdoc2-schema</artifactId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.0</version>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>ee.cyber.cdoc2</groupId>
2828
<artifactId>cdoc2-client</artifactId>
29-
<version>2.0.0-SNAPSHOT</version>
29+
<version>2.0.0</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>ee.cyber.cdoc2</groupId>
3434
<artifactId>cdoc2-auth-token</artifactId>
35-
<version>0.3.3-SNAPSHOT</version>
35+
<version>0.3.3</version>
3636
</dependency>
3737

3838
<dependency>

cdoc2-schema/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<groupId>ee.cyber.cdoc2</groupId>
88
<artifactId>cdoc2</artifactId>
99
</parent>
1010

1111
<artifactId>cdoc2-schema</artifactId>
12-
<version>1.4.0-SNAPSHOT</version>
12+
<version>1.4.0</version>
1313

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<modelVersion>4.0.0</modelVersion>
55

6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<groupId>ee.cyber.cdoc2</groupId>
88
<artifactId>cdoc2</artifactId>
99
<description>CDOC2 reference implementation </description>

0 commit comments

Comments
 (0)