Skip to content

Commit a87cf77

Browse files
authored
Merge pull request #93 from xdev-software/master
Sync back
2 parents 05ff6eb + c838d65 commit a87cf77

File tree

31 files changed

+60
-60
lines changed

31 files changed

+60
-60
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.0-SNAPSHOT</version>
9+
<version>1.2.1-SNAPSHOT</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.0-SNAPSHOT</version>
54+
<version>1.2.1-SNAPSHOT</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>software.xdev.sse</groupId>
5858
<artifactId>crypto-symmetric</artifactId>
59-
<version>1.2.0-SNAPSHOT</version>
59+
<version>1.2.1-SNAPSHOT</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>software.xdev.sse</groupId>
6363
<artifactId>crypto-symmetric-managed</artifactId>
64-
<version>1.2.0-SNAPSHOT</version>
64+
<version>1.2.1-SNAPSHOT</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>software.xdev.sse</groupId>
6868
<artifactId>codec-sha256</artifactId>
69-
<version>1.2.0-SNAPSHOT</version>
69+
<version>1.2.1-SNAPSHOT</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>software.xdev.sse</groupId>
7373
<artifactId>csp</artifactId>
74-
<version>1.2.0-SNAPSHOT</version>
74+
<version>1.2.1-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>software.xdev.sse</groupId>
7878
<artifactId>metrics</artifactId>
79-
<version>1.2.0-SNAPSHOT</version>
79+
<version>1.2.1-SNAPSHOT</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>software.xdev.sse</groupId>
8383
<artifactId>oauth2-oidc</artifactId>
84-
<version>1.2.0-SNAPSHOT</version>
84+
<version>1.2.1-SNAPSHOT</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>software.xdev.sse</groupId>
8888
<artifactId>oauth2-oidc-remember-me</artifactId>
89-
<version>1.2.0-SNAPSHOT</version>
89+
<version>1.2.1-SNAPSHOT</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.xdev.sse</groupId>
9393
<artifactId>vaadin</artifactId>
94-
<version>1.2.0-SNAPSHOT</version>
94+
<version>1.2.1-SNAPSHOT</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>software.xdev.sse</groupId>
9898
<artifactId>web</artifactId>
99-
<version>1.2.0-SNAPSHOT</version>
99+
<version>1.2.1-SNAPSHOT</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>software.xdev.sse</groupId>
103103
<artifactId>web-sidecar-actuator</artifactId>
104-
<version>1.2.0-SNAPSHOT</version>
104+
<version>1.2.1-SNAPSHOT</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>software.xdev.sse</groupId>
108108
<artifactId>web-sidecar-common</artifactId>
109-
<version>1.2.0-SNAPSHOT</version>
109+
<version>1.2.1-SNAPSHOT</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.0-SNAPSHOT</version>
9+
<version>1.2.1-SNAPSHOT</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.0-SNAPSHOT</version>
9+
<version>1.2.1-SNAPSHOT</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.0-SNAPSHOT</version>
9+
<version>1.2.1-SNAPSHOT</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.0-SNAPSHOT</version>
9+
<version>1.2.1-SNAPSHOT</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.0-SNAPSHOT</version>
9+
<version>1.2.1-SNAPSHOT</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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>entities</artifactId>
1313

demo/persistence/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>persistence</artifactId>
1313

demo/pom.xml

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

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

1212
<organization>
@@ -52,73 +52,73 @@
5252
<dependency>
5353
<groupId>software.xdev.sse.demo</groupId>
5454
<artifactId>entities</artifactId>
55-
<version>1.2.0-SNAPSHOT</version>
55+
<version>1.2.1-SNAPSHOT</version>
5656
</dependency>
5757

5858
<dependency>
5959
<groupId>software.xdev.sse.demo</groupId>
6060
<artifactId>entities-metamodel</artifactId>
61-
<version>1.2.0-SNAPSHOT</version>
61+
<version>1.2.1-SNAPSHOT</version>
6262
</dependency>
6363

6464
<dependency>
6565
<groupId>software.xdev.sse.demo</groupId>
6666
<artifactId>persistence</artifactId>
67-
<version>1.2.0-SNAPSHOT</version>
67+
<version>1.2.1-SNAPSHOT</version>
6868
</dependency>
6969

7070
<dependency>
7171
<groupId>software.xdev.sse.demo</groupId>
7272
<artifactId>tci-db</artifactId>
73-
<version>1.2.0-SNAPSHOT</version>
73+
<version>1.2.1-SNAPSHOT</version>
7474
</dependency>
7575

7676
<dependency>
7777
<groupId>software.xdev.sse.demo</groupId>
7878
<artifactId>tci-oidc</artifactId>
79-
<version>1.2.0-SNAPSHOT</version>
79+
<version>1.2.1-SNAPSHOT</version>
8080
</dependency>
8181

8282
<dependency>
8383
<groupId>software.xdev.sse.demo</groupId>
8484
<artifactId>tci-selenium</artifactId>
85-
<version>1.2.0-SNAPSHOT</version>
85+
<version>1.2.1-SNAPSHOT</version>
8686
</dependency>
8787

8888
<dependency>
8989
<groupId>software.xdev.sse.demo</groupId>
9090
<artifactId>tci-webapp</artifactId>
91-
<version>1.2.0-SNAPSHOT</version>
91+
<version>1.2.1-SNAPSHOT</version>
9292
</dependency>
9393

9494
<dependency>
9595
<groupId>software.xdev.sse.demo</groupId>
9696
<artifactId>tci-webapp-rest</artifactId>
97-
<version>1.2.0-SNAPSHOT</version>
97+
<version>1.2.1-SNAPSHOT</version>
9898
</dependency>
9999

100100
<dependency>
101101
<groupId>software.xdev.sse.demo</groupId>
102102
<artifactId>tci-webapp-vaadin</artifactId>
103-
<version>1.2.0-SNAPSHOT</version>
103+
<version>1.2.1-SNAPSHOT</version>
104104
</dependency>
105105

106106
<dependency>
107107
<groupId>software.xdev.sse.demo</groupId>
108108
<artifactId>tci-testcontainers</artifactId>
109-
<version>1.2.0-SNAPSHOT</version>
109+
<version>1.2.1-SNAPSHOT</version>
110110
</dependency>
111111

112112
<dependency>
113113
<groupId>software.xdev.sse.demo</groupId>
114114
<artifactId>webapp-it-base</artifactId>
115-
<version>1.2.0-SNAPSHOT</version>
115+
<version>1.2.1-SNAPSHOT</version>
116116
</dependency>
117117

118118
<dependency>
119119
<groupId>software.xdev.sse.demo</groupId>
120120
<artifactId>webapp-shared</artifactId>
121-
<version>1.2.0-SNAPSHOT</version>
121+
<version>1.2.1-SNAPSHOT</version>
122122
</dependency>
123123

124124
<dependency>
@@ -240,27 +240,27 @@
240240
<dependency>
241241
<groupId>software.xdev.sse</groupId>
242242
<artifactId>csp</artifactId>
243-
<version>1.2.0-SNAPSHOT</version>
243+
<version>1.2.1-SNAPSHOT</version>
244244
</dependency>
245245
<dependency>
246246
<groupId>software.xdev.sse</groupId>
247247
<artifactId>oauth2-oidc</artifactId>
248-
<version>1.2.0-SNAPSHOT</version>
248+
<version>1.2.1-SNAPSHOT</version>
249249
</dependency>
250250
<dependency>
251251
<groupId>software.xdev.sse</groupId>
252252
<artifactId>oauth2-oidc-remember-me</artifactId>
253-
<version>1.2.0-SNAPSHOT</version>
253+
<version>1.2.1-SNAPSHOT</version>
254254
</dependency>
255255
<dependency>
256256
<groupId>software.xdev.sse</groupId>
257257
<artifactId>vaadin</artifactId>
258-
<version>1.2.0-SNAPSHOT</version>
258+
<version>1.2.1-SNAPSHOT</version>
259259
</dependency>
260260
<dependency>
261261
<groupId>software.xdev.sse</groupId>
262262
<artifactId>web-sidecar-actuator</artifactId>
263-
<version>1.2.0-SNAPSHOT</version>
263+
<version>1.2.1-SNAPSHOT</version>
264264
</dependency>
265265
</dependencies>
266266
</dependencyManagement>

demo/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</groupId>
99
<artifactId>demo</artifactId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-db</artifactId>
1313

demo/tci-oidc/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-oidc</artifactId>
1313

demo/tci-selenium/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-selenium</artifactId>
1313

demo/tci-testcontainers/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-testcontainers</artifactId>
1313

demo/tci-webapp-rest/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-webapp-rest</artifactId>
1313

demo/tci-webapp-vaadin/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-webapp-vaadin</artifactId>
1313

demo/tci-webapp/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-webapp</artifactId>
1313

demo/webapp-it-base/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>webapp-it-base</artifactId>
1313

demo/webapp-rest-it/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>webapp-rest-it</artifactId>
1313

demo/webapp-rest/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>webapp-rest</artifactId>
1313

demo/webapp-shared/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>webapp-shared</artifactId>
1313

demo/webapp-vaadin-it/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.0-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>webapp-vaadin-it</artifactId>
1313

0 commit comments

Comments
 (0)