Skip to content

Commit 9be4fc0

Browse files
committed
Release 1.2.1
1 parent 8d4fa1b commit 9be4fc0

File tree

29 files changed

+56
-56
lines changed

29 files changed

+56
-56
lines changed

bom/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.sse</groupId>
88
<artifactId>bom</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>bom</name>
@@ -51,62 +51,62 @@
5151
<dependency>
5252
<groupId>software.xdev.sse</groupId>
5353
<artifactId>client-storage</artifactId>
54-
<version>1.2.1-SNAPSHOT</version>
54+
<version>1.2.1</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>software.xdev.sse</groupId>
5858
<artifactId>crypto-symmetric</artifactId>
59-
<version>1.2.1-SNAPSHOT</version>
59+
<version>1.2.1</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>software.xdev.sse</groupId>
6363
<artifactId>crypto-symmetric-managed</artifactId>
64-
<version>1.2.1-SNAPSHOT</version>
64+
<version>1.2.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>software.xdev.sse</groupId>
6868
<artifactId>codec-sha256</artifactId>
69-
<version>1.2.1-SNAPSHOT</version>
69+
<version>1.2.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>software.xdev.sse</groupId>
7373
<artifactId>csp</artifactId>
74-
<version>1.2.1-SNAPSHOT</version>
74+
<version>1.2.1</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>software.xdev.sse</groupId>
7878
<artifactId>metrics</artifactId>
79-
<version>1.2.1-SNAPSHOT</version>
79+
<version>1.2.1</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>software.xdev.sse</groupId>
8383
<artifactId>oauth2-oidc</artifactId>
84-
<version>1.2.1-SNAPSHOT</version>
84+
<version>1.2.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>software.xdev.sse</groupId>
8888
<artifactId>oauth2-oidc-remember-me</artifactId>
89-
<version>1.2.1-SNAPSHOT</version>
89+
<version>1.2.1</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.xdev.sse</groupId>
9393
<artifactId>vaadin</artifactId>
94-
<version>1.2.1-SNAPSHOT</version>
94+
<version>1.2.1</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>software.xdev.sse</groupId>
9898
<artifactId>web</artifactId>
99-
<version>1.2.1-SNAPSHOT</version>
99+
<version>1.2.1</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>software.xdev.sse</groupId>
103103
<artifactId>web-sidecar-actuator</artifactId>
104-
<version>1.2.1-SNAPSHOT</version>
104+
<version>1.2.1</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>software.xdev.sse</groupId>
108108
<artifactId>web-sidecar-common</artifactId>
109-
<version>1.2.1-SNAPSHOT</version>
109+
<version>1.2.1</version>
110110
</dependency>
111111
</dependencies>
112112
</dependencyManagement>

client-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.sse</groupId>
88
<artifactId>client-storage</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>client-storage</name>

codec-sha256/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.sse</groupId>
88
<artifactId>codec-sha256</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>codec-sha256</name>

crypto-symmetric-managed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.sse</groupId>
88
<artifactId>crypto-symmetric-managed</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>crypto-symmetric-managed</name>

crypto-symmetric/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.sse</groupId>
88
<artifactId>crypto-symmetric</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>crypto-symmetric</name>

csp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.sse</groupId>
88
<artifactId>csp</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>csp</name>

demo/entities-metamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.sse.demo</groupId>
99
<artifactId>demo</artifactId>
10-
<version>1.2.1-SNAPSHOT</version>
10+
<version>1.2.1</version>
1111
</parent>
1212
<artifactId>entities-metamodel</artifactId>
1313

demo/entities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.sse.demo</groupId>
99
<artifactId>demo</artifactId>
10-
<version>1.2.1-SNAPSHOT</version>
10+
<version>1.2.1</version>
1111
</parent>
1212
<artifactId>entities</artifactId>
1313

demo/integration-tests/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>software.xdev.sse.demo</groupId>
99
<artifactId>demo</artifactId>
10-
<version>1.2.1-SNAPSHOT</version>
10+
<version>1.2.1</version>
1111
</parent>
1212

1313
<groupId>software.xdev.sse.demo.it</groupId>
1414
<artifactId>integration-tests</artifactId>
15-
<version>1.2.1-SNAPSHOT</version>
15+
<version>1.2.1</version>
1616
<packaging>pom</packaging>
1717

1818
<modules>
@@ -31,31 +31,31 @@
3131
<dependency>
3232
<groupId>software.xdev.sse.demo.it</groupId>
3333
<artifactId>tci-db</artifactId>
34-
<version>1.2.1-SNAPSHOT</version>
34+
<version>1.2.1</version>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>software.xdev.sse.demo.it</groupId>
3939
<artifactId>tci-webapp</artifactId>
40-
<version>1.2.1-SNAPSHOT</version>
40+
<version>1.2.1</version>
4141
</dependency>
4242

4343
<dependency>
4444
<groupId>software.xdev.sse.demo.it</groupId>
4545
<artifactId>tci-webapp-rest</artifactId>
46-
<version>1.2.1-SNAPSHOT</version>
46+
<version>1.2.1</version>
4747
</dependency>
4848

4949
<dependency>
5050
<groupId>software.xdev.sse.demo.it</groupId>
5151
<artifactId>tci-webapp-vaadin</artifactId>
52-
<version>1.2.1-SNAPSHOT</version>
52+
<version>1.2.1</version>
5353
</dependency>
5454

5555
<dependency>
5656
<groupId>software.xdev.sse.demo.it</groupId>
5757
<artifactId>webapp-it-base</artifactId>
58-
<version>1.2.1-SNAPSHOT</version>
58+
<version>1.2.1</version>
5959
</dependency>
6060

6161
<!-- Selenium -->

demo/integration-tests/tci-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.sse.demo.it</groupId>
99
<artifactId>integration-tests</artifactId>
10-
<version>1.2.1-SNAPSHOT</version>
10+
<version>1.2.1</version>
1111
</parent>
1212
<artifactId>tci-db</artifactId>
1313

0 commit comments

Comments
 (0)