|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>se.sundsvall.dept44</groupId>
|
5 | 5 | <artifactId>dept44-parent</artifactId>
|
6 |
| - <version>6.0.2-SNAPSHOT</version> |
| 6 | + <version>6.0.2</version> |
7 | 7 | <packaging>pom</packaging>
|
8 | 8 | <name>dept44-parent</name>
|
9 | 9 | <description>Sundsvalls kommun spring boot library</description>
|
|
40 | 40 | <url>https://github.com/Sundsvallskommun/dept44</url>
|
41 | 41 | <developerConnection>scm:git:https://github.com/Sundsvallskommun/dept44.git</developerConnection>
|
42 | 42 | <connection>scm:git:git://github.com/Sundsvallskommun/dept44.git</connection>
|
43 |
| - <tag>HEAD</tag> |
| 43 | + <tag>dept44-release-6.0.2</tag> |
44 | 44 | </scm>
|
45 | 45 | <profiles>
|
46 | 46 | <profile>
|
|
163 | 163 | <dependency>
|
164 | 164 | <groupId>se.sundsvall.dept44</groupId>
|
165 | 165 | <artifactId>dept44-starter</artifactId>
|
166 |
| - <version>6.0.2-SNAPSHOT</version> |
| 166 | + <version>6.0.2</version> |
167 | 167 | </dependency>
|
168 | 168 | <dependency>
|
169 | 169 | <groupId>se.sundsvall.dept44</groupId>
|
170 | 170 | <artifactId>dept44-starter-authorization</artifactId>
|
171 |
| - <version>6.0.2-SNAPSHOT</version> |
| 171 | + <version>6.0.2</version> |
172 | 172 | </dependency>
|
173 | 173 | <dependency>
|
174 | 174 | <groupId>se.sundsvall.dept44</groupId>
|
175 | 175 | <artifactId>dept44-common-validators</artifactId>
|
176 |
| - <version>6.0.2-SNAPSHOT</version> |
| 176 | + <version>6.0.2</version> |
177 | 177 | </dependency>
|
178 | 178 | <dependency>
|
179 | 179 | <groupId>se.sundsvall.dept44</groupId>
|
180 | 180 | <artifactId>dept44-models</artifactId>
|
181 |
| - <version>6.0.2-SNAPSHOT</version> |
| 181 | + <version>6.0.2</version> |
182 | 182 | </dependency>
|
183 | 183 | <dependency>
|
184 | 184 | <groupId>se.sundsvall.dept44</groupId>
|
185 | 185 | <artifactId>dept44-starter-feign</artifactId>
|
186 |
| - <version>6.0.2-SNAPSHOT</version> |
| 186 | + <version>6.0.2</version> |
187 | 187 | </dependency>
|
188 | 188 | <dependency>
|
189 | 189 | <groupId>se.sundsvall.dept44</groupId>
|
190 | 190 | <artifactId>dept44-starter-logback-logserver</artifactId>
|
191 |
| - <version>6.0.2-SNAPSHOT</version> |
| 191 | + <version>6.0.2</version> |
192 | 192 | </dependency>
|
193 | 193 | <dependency>
|
194 | 194 | <groupId>se.sundsvall.dept44</groupId>
|
195 | 195 | <artifactId>dept44-starter-test</artifactId>
|
196 |
| - <version>6.0.2-SNAPSHOT</version> |
| 196 | + <version>6.0.2</version> |
197 | 197 | </dependency>
|
198 | 198 | <dependency>
|
199 | 199 | <groupId>se.sundsvall.dept44</groupId>
|
200 | 200 | <artifactId>dept44-starter-webclient</artifactId>
|
201 |
| - <version>6.0.2-SNAPSHOT</version> |
| 201 | + <version>6.0.2</version> |
202 | 202 | </dependency>
|
203 | 203 | <dependency>
|
204 | 204 | <groupId>se.sundsvall.dept44</groupId>
|
205 | 205 | <artifactId>dept44-starter-webservicetemplate</artifactId>
|
206 |
| - <version>6.0.2-SNAPSHOT</version> |
| 206 | + <version>6.0.2</version> |
207 | 207 | </dependency>
|
208 | 208 | <!-- Problem -->
|
209 | 209 | <dependency>
|
|
272 | 272 | <plugin>
|
273 | 273 | <groupId>se.sundsvall.dept44</groupId>
|
274 | 274 | <artifactId>dept44-build-tools</artifactId>
|
275 |
| - <version>6.0.2-SNAPSHOT</version> |
| 275 | + <version>6.0.2</version> |
276 | 276 | <executions>
|
277 | 277 | <execution>
|
278 | 278 | <phase>initialize</phase>
|
|
0 commit comments