Skip to content

Commit

Permalink
Merge branch 'RM-3762_v_fix' into 'master'
Browse files Browse the repository at this point in the history
RM-3762: cdoc2-lib version fix

See merge request cdoc2/cdoc2-capsule-server!50
  • Loading branch information
OlesjaSmirnov committed Sep 13, 2024
2 parents af1355f + e89caac commit 5447314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions get-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>cdoc2-get-server</artifactId>
<groupId>ee.cyber.cdoc2</groupId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>cdoc2-get-server</name>
Expand Down Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2-lib</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -265,7 +265,7 @@
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2-lib</artifactId>
<!-- for successful pkcs11 tests version must be at least 1.5.0-SNAPSHOT-->
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions put-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>cdoc2-put-server</artifactId>
<groupId>ee.cyber.cdoc2</groupId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>cdoc2-put-server</name>
Expand Down Expand Up @@ -194,15 +194,15 @@
<dependency>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2-lib</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>ee.cyber.cdoc2</groupId>
<artifactId>cdoc2-lib</artifactId>
<!-- for successful pkcs11 tests version must be at least 1.5.0-SNAPSHOT-->
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<!-- cdoc2-lib src/test compiled classes-->
<type>test-jar</type>
<scope>test</scope>
Expand Down

0 comments on commit 5447314

Please sign in to comment.