|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>se.sundsvall.dept44</groupId>
|
5 | 5 | <artifactId>dept44-parent</artifactId>
|
6 |
| - <version>2.1.4-SNAPSHOT</version> |
| 6 | + <version>2.1.4</version> |
7 | 7 | <packaging>pom</packaging>
|
8 | 8 | <name>dept44-parent</name>
|
9 | 9 | <description>Sundsvalls kommun spring boot library</description>
|
|
43 | 43 | <url>https://github.com/Sundsvallskommun/dept44</url>
|
44 | 44 | <developerConnection>scm:git:https://github.com/Sundsvallskommun/dept44.git</developerConnection>
|
45 | 45 | <connection>scm:git:git://github.com/Sundsvallskommun/dept44.git</connection>
|
46 |
| - <tag>HEAD</tag> |
| 46 | + <tag>dept44-release-2.1.4</tag> |
47 | 47 | </scm>
|
48 | 48 |
|
49 | 49 | <profiles>
|
|
174 | 174 | <dependency>
|
175 | 175 | <groupId>se.sundsvall.dept44</groupId>
|
176 | 176 | <artifactId>dept44-starter</artifactId>
|
177 |
| - <version>2.1.4-SNAPSHOT</version> |
| 177 | + <version>2.1.4</version> |
178 | 178 | </dependency>
|
179 | 179 | <dependency>
|
180 | 180 | <groupId>se.sundsvall.dept44</groupId>
|
181 | 181 | <artifactId>dept44-starter-authorization</artifactId>
|
182 |
| - <version>2.1.4-SNAPSHOT</version> |
| 182 | + <version>2.1.4</version> |
183 | 183 | </dependency>
|
184 | 184 | <dependency>
|
185 | 185 | <groupId>se.sundsvall.dept44</groupId>
|
186 | 186 | <artifactId>dept44-common-validators</artifactId>
|
187 |
| - <version>2.1.4-SNAPSHOT</version> |
| 187 | + <version>2.1.4</version> |
188 | 188 | </dependency>
|
189 | 189 | <dependency>
|
190 | 190 | <groupId>se.sundsvall.dept44</groupId>
|
191 | 191 | <artifactId>dept44-starter-feign</artifactId>
|
192 |
| - <version>2.1.4-SNAPSHOT</version> |
| 192 | + <version>2.1.4</version> |
193 | 193 | </dependency>
|
194 | 194 | <dependency>
|
195 | 195 | <groupId>se.sundsvall.dept44</groupId>
|
196 | 196 | <artifactId>dept44-starter-logback-graylog</artifactId>
|
197 |
| - <version>2.1.4-SNAPSHOT</version> |
| 197 | + <version>2.1.4</version> |
198 | 198 | </dependency>
|
199 | 199 | <dependency>
|
200 | 200 | <groupId>se.sundsvall.dept44</groupId>
|
201 | 201 | <artifactId>dept44-starter-test</artifactId>
|
202 |
| - <version>2.1.4-SNAPSHOT</version> |
| 202 | + <version>2.1.4</version> |
203 | 203 | </dependency>
|
204 | 204 | <dependency>
|
205 | 205 | <groupId>se.sundsvall.dept44</groupId>
|
206 | 206 | <artifactId>dept44-starter-webclient</artifactId>
|
207 |
| - <version>2.1.4-SNAPSHOT</version> |
| 207 | + <version>2.1.4</version> |
208 | 208 | </dependency>
|
209 | 209 | <dependency>
|
210 | 210 | <groupId>se.sundsvall.dept44</groupId>
|
211 | 211 | <artifactId>dept44-starter-webservicetemplate</artifactId>
|
212 |
| - <version>2.1.4-SNAPSHOT</version> |
| 212 | + <version>2.1.4</version> |
213 | 213 | </dependency>
|
214 | 214 |
|
215 | 215 | <!-- Problem -->
|
|
0 commit comments