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