Skip to content

Commit

Permalink
MAINTENANCE version update
Browse files Browse the repository at this point in the history
  • Loading branch information
siimsuu committed Jun 18, 2019
1 parent 5be98a4 commit b72ec46
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions mobile-id-client/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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>mobile-id-client</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
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>1.0.0-SNAPSHOT</version>
<version>1.0.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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

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

<artifactId>siga-common</artifactId>
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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>siga-sample-application</artifactId>
Expand Down
4 changes: 2 additions & 2 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>1.0.0-SNAPSHOT</version>
<version>1.0.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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
8 changes: 4 additions & 4 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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>siga-signature-service</artifactId>
Expand All @@ -18,17 +18,17 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>mobile-id-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<profiles>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions siga-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>siga-webapp</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>war</packaging>

<dependencies>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-signature-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit b72ec46

Please sign in to comment.