Skip to content

Commit af15e94

Browse files
committed
Release 1.0.1
1 parent 37e548f commit af15e94

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.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>bom</name>
@@ -89,62 +89,62 @@
8989
<dependency>
9090
<groupId>software.xdev.sse</groupId>
9191
<artifactId>client-storage</artifactId>
92-
<version>1.0.1-SNAPSHOT</version>
92+
<version>1.0.1</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>software.xdev.sse</groupId>
9696
<artifactId>crypto-symmetric</artifactId>
97-
<version>1.0.1-SNAPSHOT</version>
97+
<version>1.0.1</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>software.xdev.sse</groupId>
101101
<artifactId>crypto-symmetric-managed</artifactId>
102-
<version>1.0.1-SNAPSHOT</version>
102+
<version>1.0.1</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>software.xdev.sse</groupId>
106106
<artifactId>codec-sha256</artifactId>
107-
<version>1.0.1-SNAPSHOT</version>
107+
<version>1.0.1</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>software.xdev.sse</groupId>
111111
<artifactId>csp</artifactId>
112-
<version>1.0.1-SNAPSHOT</version>
112+
<version>1.0.1</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>software.xdev.sse</groupId>
116116
<artifactId>metrics</artifactId>
117-
<version>1.0.1-SNAPSHOT</version>
117+
<version>1.0.1</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>software.xdev.sse</groupId>
121121
<artifactId>oauth2-oidc</artifactId>
122-
<version>1.0.1-SNAPSHOT</version>
122+
<version>1.0.1</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>software.xdev.sse</groupId>
126126
<artifactId>oauth2-oidc-remember-me</artifactId>
127-
<version>1.0.1-SNAPSHOT</version>
127+
<version>1.0.1</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>software.xdev.sse</groupId>
131131
<artifactId>vaadin</artifactId>
132-
<version>1.0.1-SNAPSHOT</version>
132+
<version>1.0.1</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>software.xdev.sse</groupId>
136136
<artifactId>web</artifactId>
137-
<version>1.0.1-SNAPSHOT</version>
137+
<version>1.0.1</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>software.xdev.sse</groupId>
141141
<artifactId>web-sidecar-actuator</artifactId>
142-
<version>1.0.1-SNAPSHOT</version>
142+
<version>1.0.1</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>software.xdev.sse</groupId>
146146
<artifactId>web-sidecar-common</artifactId>
147-
<version>1.0.1-SNAPSHOT</version>
147+
<version>1.0.1</version>
148148
</dependency>
149149
</dependencies>
150150
</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.0.1-SNAPSHOT</version>
9+
<version>1.0.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.0.1-SNAPSHOT</version>
9+
<version>1.0.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.0.1-SNAPSHOT</version>
9+
<version>1.0.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.0.1-SNAPSHOT</version>
9+
<version>1.0.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.0.1-SNAPSHOT</version>
9+
<version>1.0.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.0.1-SNAPSHOT</version>
10+
<version>1.0.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.0.1-SNAPSHOT</version>
10+
<version>1.0.1</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.0.1-SNAPSHOT</version>
10+
<version>1.0.1</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.0.1-SNAPSHOT</version>
9+
<version>1.0.1</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.0.1-SNAPSHOT</version>
55+
<version>1.0.1</version>
5656
</dependency>
5757

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

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

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

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

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

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

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

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

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

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

118118
<dependency>
119119
<groupId>software.xdev.sse.demo</groupId>
120120
<artifactId>webapp-shared</artifactId>
121-
<version>1.0.1-SNAPSHOT</version>
121+
<version>1.0.1</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.0.1-SNAPSHOT</version>
243+
<version>1.0.1</version>
244244
</dependency>
245245
<dependency>
246246
<groupId>software.xdev.sse</groupId>
247247
<artifactId>oauth2-oidc</artifactId>
248-
<version>1.0.1-SNAPSHOT</version>
248+
<version>1.0.1</version>
249249
</dependency>
250250
<dependency>
251251
<groupId>software.xdev.sse</groupId>
252252
<artifactId>oauth2-oidc-remember-me</artifactId>
253-
<version>1.0.1-SNAPSHOT</version>
253+
<version>1.0.1</version>
254254
</dependency>
255255
<dependency>
256256
<groupId>software.xdev.sse</groupId>
257257
<artifactId>vaadin</artifactId>
258-
<version>1.0.1-SNAPSHOT</version>
258+
<version>1.0.1</version>
259259
</dependency>
260260
<dependency>
261261
<groupId>software.xdev.sse</groupId>
262262
<artifactId>web-sidecar-actuator</artifactId>
263-
<version>1.0.1-SNAPSHOT</version>
263+
<version>1.0.1</version>
264264
</dependency>
265265
</dependencies>
266266
</dependencyManagement>

0 commit comments

Comments
 (0)