Skip to content

Commit 411a1a9

Browse files
committed
Release 0.0.6
1 parent d4e47b5 commit 411a1a9

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
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>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</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>0.0.6-SNAPSHOT</version>
92+
<version>0.0.6</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>software.xdev.sse</groupId>
9696
<artifactId>crypto-symmetric</artifactId>
97-
<version>0.0.6-SNAPSHOT</version>
97+
<version>0.0.6</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>software.xdev.sse</groupId>
101101
<artifactId>crypto-symmetric-managed</artifactId>
102-
<version>0.0.6-SNAPSHOT</version>
102+
<version>0.0.6</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>software.xdev.sse</groupId>
106106
<artifactId>codec-sha256</artifactId>
107-
<version>0.0.6-SNAPSHOT</version>
107+
<version>0.0.6</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>software.xdev.sse</groupId>
111111
<artifactId>csp</artifactId>
112-
<version>0.0.6-SNAPSHOT</version>
112+
<version>0.0.6</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>software.xdev.sse</groupId>
116116
<artifactId>metrics</artifactId>
117-
<version>0.0.6-SNAPSHOT</version>
117+
<version>0.0.6</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>software.xdev.sse</groupId>
121121
<artifactId>oauth2-oidc</artifactId>
122-
<version>0.0.6-SNAPSHOT</version>
122+
<version>0.0.6</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>software.xdev.sse</groupId>
126126
<artifactId>oauth2-oidc-remember-me</artifactId>
127-
<version>0.0.6-SNAPSHOT</version>
127+
<version>0.0.6</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>software.xdev.sse</groupId>
131131
<artifactId>vaadin</artifactId>
132-
<version>0.0.6-SNAPSHOT</version>
132+
<version>0.0.6</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>software.xdev.sse</groupId>
136136
<artifactId>web</artifactId>
137-
<version>0.0.6-SNAPSHOT</version>
137+
<version>0.0.6</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>software.xdev.sse</groupId>
141141
<artifactId>web-sidecar-actuator</artifactId>
142-
<version>0.0.6-SNAPSHOT</version>
142+
<version>0.0.6</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>software.xdev.sse</groupId>
146146
<artifactId>web-sidecar-common</artifactId>
147-
<version>0.0.6-SNAPSHOT</version>
147+
<version>0.0.6</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>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</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>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</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>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</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>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</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>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</version>
1010
<packaging>jar</packaging>
1111

1212
<name>csp</name>

demo/pom.xml

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

1313
<artifactId>demo</artifactId>
14-
<version>0.0.6-SNAPSHOT</version>
14+
<version>0.0.6</version>
1515
<packaging>jar</packaging>
1616

1717
<organization>

metrics/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>metrics</artifactId>
9-
<version>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</version>
1010
<packaging>jar</packaging>
1111

1212
<name>metrics</name>

oauth2-oidc-remember-me/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>oauth2-oidc-remember-me</artifactId>
9-
<version>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</version>
1010
<packaging>jar</packaging>
1111

1212
<name>oauth2-oidc-remember-me</name>

oauth2-oidc/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>oauth2-oidc</artifactId>
9-
<version>0.0.6-SNAPSHOT</version>
9+
<version>0.0.6</version>
1010
<packaging>jar</packaging>
1111

1212
<name>oauth2-oidc</name>

0 commit comments

Comments
 (0)