Skip to content

Commit

Permalink
SIGA-878 Update version number to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jukutr committed Jul 31, 2024
1 parent 131039e commit 14846d1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
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.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.10.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.10.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</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.1</version>
<version>2.10.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.10.1</version>
<version>2.10.2</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,11 +7,11 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.10.1</version>
<version>2.10.2</version>
</parent>

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

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

<dependency>
Expand Down

0 comments on commit 14846d1

Please sign in to comment.