Skip to content

Commit

Permalink
SIGA-983 Update version to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jukutr committed Dec 12, 2024
1 parent 3f6c885 commit 48471d4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions OSS_USED.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Lists of 49 third-party dependencies.
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.18.0 - https://commons.apache.org/proper/commons-io/)
(The Apache Software License, Version 2.0) Commons JXPath (commons-jxpath:commons-jxpath:1.3 - http://commons.apache.org/jxpath/)
(The Apache Software License, Version 2.0) JASYPT: Hibernate 5 Integration (de.qaware.jasypt:jasypt-hibernate5:1.9.2 - http://www.jasypt.org)
(Apache License, Version 2.0) siga-auth (ee.openeid.siga:siga-auth:2.10.2 - https://spring.io/projects/spring-boot/siga-parent/siga-auth)
(Apache License, Version 2.0) siga-common (ee.openeid.siga:siga-common:2.10.2 - https://spring.io/projects/spring-boot/siga-parent/siga-common)
(Apache License, Version 2.0) siga-monitoring (ee.openeid.siga:siga-monitoring:2.10.2 - https://spring.io/projects/spring-boot/siga-parent/siga-monitoring)
(Apache License, Version 2.0) siga-session-storage (ee.openeid.siga:siga-session-storage:2.10.2 - https://spring.io/projects/spring-boot/siga-parent/siga-session-storage)
(Apache License, Version 2.0) siga-signature-service (ee.openeid.siga:siga-signature-service:2.10.2 - https://spring.io/projects/spring-boot/siga-parent/siga-signature-service)
(Apache License, Version 2.0) siga-auth (ee.openeid.siga:siga-auth:2.11.0 - https://spring.io/projects/spring-boot/siga-parent/siga-auth)
(Apache License, Version 2.0) siga-common (ee.openeid.siga:siga-common:2.11.0 - https://spring.io/projects/spring-boot/siga-parent/siga-common)
(Apache License, Version 2.0) siga-monitoring (ee.openeid.siga:siga-monitoring:2.11.0 - https://spring.io/projects/spring-boot/siga-parent/siga-monitoring)
(Apache License, Version 2.0) siga-session-storage (ee.openeid.siga:siga-session-storage:2.11.0 - https://spring.io/projects/spring-boot/siga-parent/siga-session-storage)
(Apache License, Version 2.0) siga-signature-service (ee.openeid.siga:siga-signature-service:2.11.0 - https://spring.io/projects/spring-boot/siga-parent/siga-signature-service)
(MIT License) Mobile-ID Java client (ee.sk.mid:mid-rest-java-client:1.5 - https://github.com/SK-EID/mid-rest-java-client)
(MIT License) Smart-ID Java client (ee.sk.smartid:smart-id-java-client:2.3 - https://github.com/SK-EID/smart-id-java-client)
(Apache License, Version 2.0) Reactor Test support (io.projectreactor:reactor-test:3.7.0 - https://github.com/reactor/reactor-core)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>ee.openeid.siga</groupId>
<artifactId>siga-parent</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
<packaging>pom</packaging>
<name>Signature Gateway</name>

Expand Down
4 changes: 2 additions & 2 deletions siga-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.10.2</version>
<version>2.11.0</version>
</parent>

<artifactId>siga-auth</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion siga-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.10.2</version>
<version>2.11.0</version>
</parent>

<artifactId>siga-common</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions siga-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.10.2</version>
<version>2.11.0</version>
</parent>

<artifactId>siga-monitoring</artifactId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions siga-session-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.10.2</version>
<version>2.11.0</version>
</parent>

<artifactId>siga-session-storage</artifactId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions siga-signature-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.10.2</version>
<version>2.11.0</version>
</parent>

<artifactId>siga-signature-service</artifactId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions siga-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,33 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.10.2</version>
<version>2.11.0</version>
</parent>

<artifactId>siga-webapp</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
<packaging>${webapp.packaging}</packaging>

<dependencies>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-monitoring</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-signature-service</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 48471d4

Please sign in to comment.