|
14 | 14 | ~ limitations under the License.
|
15 | 15 | -->
|
16 | 16 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
17 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 17 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
18 | 18 |
|
19 | 19 | <modelVersion>4.0.0</modelVersion>
|
20 | 20 |
|
21 | 21 | <groupId>se.swedenconnect.signservice</groupId>
|
22 | 22 | <artifactId>signservice-application-bom</artifactId>
|
23 | 23 | <packaging>pom</packaging>
|
24 |
| - <version>1.1.2-SNAPSHOT</version> |
| 24 | + <version>1.1.2</version> |
25 | 25 |
|
26 | 26 | <name>Sweden Connect :: SignService :: Application BOM</name>
|
27 | 27 | <description>BOM for SignService Applications</description>
|
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>se.swedenconnect.signservice</groupId>
|
132 | 132 | <artifactId>signservice-core</artifactId>
|
133 |
| - <version>1.1.2-SNAPSHOT</version> |
| 133 | + <version>1.1.2</version> |
134 | 134 | </dependency>
|
135 | 135 |
|
136 | 136 | <dependency>
|
137 | 137 | <groupId>se.swedenconnect.signservice</groupId>
|
138 | 138 | <artifactId>signservice-engine</artifactId>
|
139 |
| - <version>1.1.2-SNAPSHOT</version> |
| 139 | + <version>1.1.2</version> |
140 | 140 | </dependency>
|
141 | 141 |
|
142 | 142 | <dependency>
|
143 | 143 | <groupId>se.swedenconnect.signservice</groupId>
|
144 | 144 | <artifactId>signservice-protocol-dssext11</artifactId>
|
145 |
| - <version>1.1.2-SNAPSHOT</version> |
| 145 | + <version>1.1.2</version> |
146 | 146 | </dependency>
|
147 | 147 |
|
148 | 148 | <dependency>
|
149 | 149 | <groupId>se.swedenconnect.signservice</groupId>
|
150 | 150 | <artifactId>signservice-authn-base</artifactId>
|
151 |
| - <version>1.1.2-SNAPSHOT</version> |
| 151 | + <version>1.1.2</version> |
152 | 152 | </dependency>
|
153 | 153 |
|
154 | 154 | <dependency>
|
155 | 155 | <groupId>se.swedenconnect.signservice</groupId>
|
156 | 156 | <artifactId>signservice-authn-saml</artifactId>
|
157 |
| - <version>1.1.2-SNAPSHOT</version> |
| 157 | + <version>1.1.2</version> |
158 | 158 | </dependency>
|
159 | 159 |
|
160 | 160 | <dependency>
|
161 | 161 | <groupId>se.swedenconnect.signservice</groupId>
|
162 | 162 | <artifactId>signservice-audit-base</artifactId>
|
163 |
| - <version>1.1.2-SNAPSHOT</version> |
| 163 | + <version>1.1.2</version> |
164 | 164 | </dependency>
|
165 | 165 |
|
166 | 166 | <dependency>
|
167 | 167 | <groupId>se.swedenconnect.signservice</groupId>
|
168 | 168 | <artifactId>signservice-audit-actuator</artifactId>
|
169 |
| - <version>1.1.2-SNAPSHOT</version> |
| 169 | + <version>1.1.2</version> |
170 | 170 | </dependency>
|
171 | 171 |
|
172 | 172 | <dependency>
|
173 | 173 | <groupId>se.swedenconnect.signservice</groupId>
|
174 | 174 | <artifactId>signservice-signhandler</artifactId>
|
175 |
| - <version>1.1.2-SNAPSHOT</version> |
| 175 | + <version>1.1.2</version> |
176 | 176 | </dependency>
|
177 | 177 |
|
178 | 178 | <dependency>
|
179 | 179 | <groupId>se.swedenconnect.signservice</groupId>
|
180 | 180 | <artifactId>signservice-keycert-base</artifactId>
|
181 |
| - <version>1.1.2-SNAPSHOT</version> |
| 181 | + <version>1.1.2</version> |
182 | 182 | </dependency>
|
183 | 183 |
|
184 | 184 | <dependency>
|
185 | 185 | <groupId>se.swedenconnect.signservice</groupId>
|
186 | 186 | <artifactId>signservice-keycert-simple</artifactId>
|
187 |
| - <version>1.1.2-SNAPSHOT</version> |
| 187 | + <version>1.1.2</version> |
188 | 188 | </dependency>
|
189 | 189 |
|
190 | 190 | <dependency>
|
191 | 191 | <groupId>se.swedenconnect.signservice</groupId>
|
192 | 192 | <artifactId>signservice-keycert-cmc</artifactId>
|
193 |
| - <version>1.1.2-SNAPSHOT</version> |
| 193 | + <version>1.1.2</version> |
194 | 194 | </dependency>
|
195 | 195 |
|
196 | 196 | <dependency>
|
197 | 197 | <groupId>se.swedenconnect.signservice</groupId>
|
198 | 198 | <artifactId>signservice-config</artifactId>
|
199 |
| - <version>1.1.2-SNAPSHOT</version> |
| 199 | + <version>1.1.2</version> |
200 | 200 | </dependency>
|
201 | 201 |
|
202 | 202 | <dependency>
|
203 | 203 | <groupId>se.swedenconnect.signservice</groupId>
|
204 | 204 | <artifactId>signservice-config-spring</artifactId>
|
205 |
| - <version>1.1.2-SNAPSHOT</version> |
| 205 | + <version>1.1.2</version> |
206 | 206 | </dependency>
|
207 | 207 |
|
208 | 208 | <dependency>
|
209 | 209 | <groupId>se.swedenconnect.signservice</groupId>
|
210 | 210 | <artifactId>signservice-spring-boot-starter</artifactId>
|
211 |
| - <version>1.1.2-SNAPSHOT</version> |
| 211 | + <version>1.1.2</version> |
212 | 212 | </dependency>
|
213 | 213 |
|
214 | 214 | </dependencies>
|
|
0 commit comments