|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>se.sundsvall.dept44</groupId>
|
5 | 5 | <artifactId>dept44-parent</artifactId>
|
6 |
| - <version>6.0.6-SNAPSHOT</version> |
| 6 | + <version>6.0.6</version> |
7 | 7 | <packaging>pom</packaging>
|
8 | 8 | <name>dept44-parent</name>
|
9 | 9 | <description>Sundsvalls kommun spring boot library</description>
|
|
41 | 41 | <scm>
|
42 | 42 | <connection>scm:git:git://github.com/Sundsvallskommun/dept44.git</connection>
|
43 | 43 | <developerConnection>scm:git:https://github.com/Sundsvallskommun/dept44.git</developerConnection>
|
44 |
| - <tag>HEAD</tag> |
| 44 | + <tag>dept44-release-6.0.6</tag> |
45 | 45 | <url>https://github.com/Sundsvallskommun/dept44</url>
|
46 | 46 | </scm>
|
47 | 47 | <properties>
|
|
120 | 120 | <dependency>
|
121 | 121 | <groupId>se.sundsvall.dept44</groupId>
|
122 | 122 | <artifactId>dept44-starter</artifactId>
|
123 |
| - <version>6.0.6-SNAPSHOT</version> |
| 123 | + <version>6.0.6</version> |
124 | 124 | </dependency>
|
125 | 125 | <dependency>
|
126 | 126 | <groupId>se.sundsvall.dept44</groupId>
|
127 | 127 | <artifactId>dept44-starter-authorization</artifactId>
|
128 |
| - <version>6.0.6-SNAPSHOT</version> |
| 128 | + <version>6.0.6</version> |
129 | 129 | </dependency>
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>se.sundsvall.dept44</groupId>
|
132 | 132 | <artifactId>dept44-common-validators</artifactId>
|
133 |
| - <version>6.0.6-SNAPSHOT</version> |
| 133 | + <version>6.0.6</version> |
134 | 134 | </dependency>
|
135 | 135 | <dependency>
|
136 | 136 | <groupId>se.sundsvall.dept44</groupId>
|
137 | 137 | <artifactId>dept44-models</artifactId>
|
138 |
| - <version>6.0.6-SNAPSHOT</version> |
| 138 | + <version>6.0.6</version> |
139 | 139 | </dependency>
|
140 | 140 | <dependency>
|
141 | 141 | <groupId>se.sundsvall.dept44</groupId>
|
142 | 142 | <artifactId>dept44-starter-feign</artifactId>
|
143 |
| - <version>6.0.6-SNAPSHOT</version> |
| 143 | + <version>6.0.6</version> |
144 | 144 | </dependency>
|
145 | 145 | <dependency>
|
146 | 146 | <groupId>se.sundsvall.dept44</groupId>
|
147 | 147 | <artifactId>dept44-starter-logback-logserver</artifactId>
|
148 |
| - <version>6.0.6-SNAPSHOT</version> |
| 148 | + <version>6.0.6</version> |
149 | 149 | </dependency>
|
150 | 150 | <dependency>
|
151 | 151 | <groupId>se.sundsvall.dept44</groupId>
|
152 | 152 | <artifactId>dept44-starter-test</artifactId>
|
153 |
| - <version>6.0.6-SNAPSHOT</version> |
| 153 | + <version>6.0.6</version> |
154 | 154 | </dependency>
|
155 | 155 | <dependency>
|
156 | 156 | <groupId>se.sundsvall.dept44</groupId>
|
157 | 157 | <artifactId>dept44-starter-webclient</artifactId>
|
158 |
| - <version>6.0.6-SNAPSHOT</version> |
| 158 | + <version>6.0.6</version> |
159 | 159 | </dependency>
|
160 | 160 | <dependency>
|
161 | 161 | <groupId>se.sundsvall.dept44</groupId>
|
162 | 162 | <artifactId>dept44-starter-webservicetemplate</artifactId>
|
163 |
| - <version>6.0.6-SNAPSHOT</version> |
| 163 | + <version>6.0.6</version> |
164 | 164 | </dependency>
|
165 | 165 | <dependency>
|
166 | 166 | <groupId>se.sundsvall.dept44</groupId>
|
167 | 167 | <artifactId>dept44-starter-scheduler</artifactId>
|
168 |
| - <version>6.0.6-SNAPSHOT</version> |
| 168 | + <version>6.0.6</version> |
169 | 169 | </dependency>
|
170 | 170 | <!-- Problem -->
|
171 | 171 | <dependency>
|
|
234 | 234 | <plugin>
|
235 | 235 | <groupId>se.sundsvall.dept44</groupId>
|
236 | 236 | <artifactId>dept44-build-tools</artifactId>
|
237 |
| - <version>6.0.6-SNAPSHOT</version> |
| 237 | + <version>6.0.6</version> |
238 | 238 | <executions>
|
239 | 239 | <execution>
|
240 | 240 | <goals>
|
|
248 | 248 | <plugin>
|
249 | 249 | <groupId>se.sundsvall.dept44</groupId>
|
250 | 250 | <artifactId>dept44-formatting-plugin</artifactId>
|
251 |
| - <version>6.0.6-SNAPSHOT</version> |
| 251 | + <version>6.0.6</version> |
252 | 252 | <executions>
|
253 | 253 | <execution>
|
254 | 254 | <goals>
|
|
0 commit comments