Skip to content

Commit

Permalink
MAINTENANCE version update 2.2.1->2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siimsuu1 committed Oct 9, 2020
1 parent b83b324 commit a31e149
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 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.2.1</version>
<version>2.3.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.2.1</version>
<version>2.3.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.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
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.2.1</version>
<version>2.3.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.2.1</version>
<version>2.3.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.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion siga-sample-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.2.1</version>
<version>2.3.0</version>
</parent>

<artifactId>siga-sample-application</artifactId>
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.2.1</version>
<version>2.3.0</version>
</parent>

<artifactId>siga-session-storage</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
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.2.1</version>
<version>2.3.0</version>
</parent>

<artifactId>siga-signature-service</artifactId>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
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.2.1</version>
<version>2.3.0</version>
</parent>

<profiles>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
<scope>test</scope>
</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,23 +7,23 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.2.1</version>
<version>2.3.0</version>
</parent>

<artifactId>siga-webapp</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
<packaging>war</packaging>

<dependencies>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-monitoring</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -32,12 +32,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-signature-service</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit a31e149

Please sign in to comment.