Skip to content

Commit b94a166

Browse files
[maven-release-plugin] prepare release dept44-release-6.0.2
1 parent 2037dac commit b94a166

File tree

14 files changed

+25
-25
lines changed

14 files changed

+25
-25
lines changed

dept44-build-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
</parent>
99
<artifactId>dept44-build-tools</artifactId>
1010
<packaging>maven-plugin</packaging>

dept44-common-validators/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
</parent>
99
<artifactId>dept44-common-validators</artifactId>
1010
<dependencies>

dept44-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-service-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<relativePath>../dept44-service-parent</relativePath>
99
</parent>
1010
<groupId>se.sundsvall</groupId>

dept44-models/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
</parent>
99
<artifactId>dept44-models</artifactId>
1010

dept44-service-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
</parent>
99
<artifactId>dept44-service-parent</artifactId>
1010
<packaging>pom</packaging>

dept44-starter-authorization/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-starter-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter-authorization</artifactId>

dept44-starter-feign/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-starter-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter-feign</artifactId>

dept44-starter-logback-logserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-starter-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter-logback-logserver</artifactId>

dept44-starter-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
</parent>
99
<artifactId>dept44-starter-parent</artifactId>
1010
<packaging>pom</packaging>

dept44-starter-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-starter-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter-test</artifactId>

dept44-starter-webclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-starter-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter-webclient</artifactId>

dept44-starter-webservicetemplate/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-starter-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter-webservicetemplate</artifactId>

dept44-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-starter-parent</artifactId>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter</artifactId>

pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>se.sundsvall.dept44</groupId>
55
<artifactId>dept44-parent</artifactId>
6-
<version>6.0.2-SNAPSHOT</version>
6+
<version>6.0.2</version>
77
<packaging>pom</packaging>
88
<name>dept44-parent</name>
99
<description>Sundsvalls kommun spring boot library</description>
@@ -40,7 +40,7 @@
4040
<url>https://github.com/Sundsvallskommun/dept44</url>
4141
<developerConnection>scm:git:https://github.com/Sundsvallskommun/dept44.git</developerConnection>
4242
<connection>scm:git:git://github.com/Sundsvallskommun/dept44.git</connection>
43-
<tag>HEAD</tag>
43+
<tag>dept44-release-6.0.2</tag>
4444
</scm>
4545
<profiles>
4646
<profile>
@@ -163,47 +163,47 @@
163163
<dependency>
164164
<groupId>se.sundsvall.dept44</groupId>
165165
<artifactId>dept44-starter</artifactId>
166-
<version>6.0.2-SNAPSHOT</version>
166+
<version>6.0.2</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>se.sundsvall.dept44</groupId>
170170
<artifactId>dept44-starter-authorization</artifactId>
171-
<version>6.0.2-SNAPSHOT</version>
171+
<version>6.0.2</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>se.sundsvall.dept44</groupId>
175175
<artifactId>dept44-common-validators</artifactId>
176-
<version>6.0.2-SNAPSHOT</version>
176+
<version>6.0.2</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>se.sundsvall.dept44</groupId>
180180
<artifactId>dept44-models</artifactId>
181-
<version>6.0.2-SNAPSHOT</version>
181+
<version>6.0.2</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>se.sundsvall.dept44</groupId>
185185
<artifactId>dept44-starter-feign</artifactId>
186-
<version>6.0.2-SNAPSHOT</version>
186+
<version>6.0.2</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>se.sundsvall.dept44</groupId>
190190
<artifactId>dept44-starter-logback-logserver</artifactId>
191-
<version>6.0.2-SNAPSHOT</version>
191+
<version>6.0.2</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>se.sundsvall.dept44</groupId>
195195
<artifactId>dept44-starter-test</artifactId>
196-
<version>6.0.2-SNAPSHOT</version>
196+
<version>6.0.2</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>se.sundsvall.dept44</groupId>
200200
<artifactId>dept44-starter-webclient</artifactId>
201-
<version>6.0.2-SNAPSHOT</version>
201+
<version>6.0.2</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>se.sundsvall.dept44</groupId>
205205
<artifactId>dept44-starter-webservicetemplate</artifactId>
206-
<version>6.0.2-SNAPSHOT</version>
206+
<version>6.0.2</version>
207207
</dependency>
208208
<!-- Problem -->
209209
<dependency>
@@ -272,7 +272,7 @@
272272
<plugin>
273273
<groupId>se.sundsvall.dept44</groupId>
274274
<artifactId>dept44-build-tools</artifactId>
275-
<version>6.0.2-SNAPSHOT</version>
275+
<version>6.0.2</version>
276276
<executions>
277277
<execution>
278278
<phase>initialize</phase>

0 commit comments

Comments
 (0)