Skip to content

Commit

Permalink
SIGA-640 Update version numbers to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoMattus committed Oct 17, 2023
1 parent 852c537 commit f6afd66
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
10 changes: 5 additions & 5 deletions OSS_USED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Lists of 62 third-party dependencies.
(BSD) jcabi-manifests (com.jcabi:jcabi-manifests:1.1 - http://www.jcabi.com/jcabi-manifests)
(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.8.0 - https://spring.io/projects/spring-boot/siga-parent/siga-auth)
(Apache License, Version 2.0) siga-common (ee.openeid.siga:siga-common:2.8.0 - https://spring.io/projects/spring-boot/siga-parent/siga-common)
(Apache License, Version 2.0) siga-monitoring (ee.openeid.siga:siga-monitoring:2.8.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.8.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.8.0 - https://spring.io/projects/spring-boot/siga-parent/siga-signature-service)
(Apache License, Version 2.0) siga-auth (ee.openeid.siga:siga-auth:2.8.1 - https://spring.io/projects/spring-boot/siga-parent/siga-auth)
(Apache License, Version 2.0) siga-common (ee.openeid.siga:siga-common:2.8.1 - https://spring.io/projects/spring-boot/siga-parent/siga-common)
(Apache License, Version 2.0) siga-monitoring (ee.openeid.siga:siga-monitoring:2.8.1 - 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.8.1 - 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.8.1 - 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.4 - https://github.com/SK-EID/mid-rest-java-client)
(MIT License) Smart-ID Java client (ee.sk.smartid:smart-id-java-client:2.1.4 - https://github.com/SK-EID/smart-id-java-client)
(Apache-2.0) gatling-core (io.gatling:gatling-core:3.6.0 - https://gatling.io)
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.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>siga-auth</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>siga-monitoring</artifactId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions siga-test/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.8.0</version>
<version>2.8.1</version>
</parent>

<profiles>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<scope>test</scope>
</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,11 +7,11 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>siga-webapp</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<packaging>war</packaging>

<properties>
Expand All @@ -23,22 +23,22 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-monitoring</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-signature-service</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f6afd66

Please sign in to comment.