Skip to content

Commit 3e2f9d5

Browse files
[maven-release-plugin] prepare release dept44-release-6.0.8
1 parent 95921d4 commit 3e2f9d5

File tree

16 files changed

+30
-30
lines changed

16 files changed

+30
-30
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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</version>
88
<relativePath>../dept44-service-parent</relativePath>
99
</parent>
1010
<groupId>se.sundsvall</groupId>

dept44-formatting-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>se.sundsvall.dept44</groupId>
66
<artifactId>dept44-parent</artifactId>
7-
<version>6.0.8-SNAPSHOT</version>
7+
<version>6.0.8</version>
88
</parent>
99
<artifactId>dept44-formatting-plugin</artifactId>
10-
<version>6.0.8-SNAPSHOT</version>
10+
<version>6.0.8</version>
1111
<packaging>maven-plugin</packaging>
1212
<dependencies>
1313
<dependency>

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.8-SNAPSHOT</version>
7+
<version>6.0.8</version>
88
</parent>
99
<artifactId>dept44-models</artifactId>
1010
<dependencies>

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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</version>
88
</parent>
99
<artifactId>dept44-starter-parent</artifactId>
1010
<packaging>pom</packaging>

dept44-starter-scheduler/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.8-SNAPSHOT</version>
7+
<version>6.0.8</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter-scheduler</artifactId>

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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</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.8-SNAPSHOT</version>
7+
<version>6.0.8</version>
88
<relativePath>../dept44-starter-parent</relativePath>
99
</parent>
1010
<artifactId>dept44-starter</artifactId>

pom.xml

+14-14
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.8-SNAPSHOT</version>
6+
<version>6.0.8</version>
77
<packaging>pom</packaging>
88
<name>dept44-parent</name>
99
<description>Sundsvalls kommun spring boot library</description>
@@ -41,7 +41,7 @@
4141
<scm>
4242
<connection>scm:git:git://github.com/Sundsvallskommun/dept44.git</connection>
4343
<developerConnection>scm:git:https://github.com/Sundsvallskommun/dept44.git</developerConnection>
44-
<tag>HEAD</tag>
44+
<tag>dept44-release-6.0.8</tag>
4545
<url>https://github.com/Sundsvallskommun/dept44</url>
4646
</scm>
4747
<properties>
@@ -120,52 +120,52 @@
120120
<dependency>
121121
<groupId>se.sundsvall.dept44</groupId>
122122
<artifactId>dept44-starter</artifactId>
123-
<version>6.0.8-SNAPSHOT</version>
123+
<version>6.0.8</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>se.sundsvall.dept44</groupId>
127127
<artifactId>dept44-starter-authorization</artifactId>
128-
<version>6.0.8-SNAPSHOT</version>
128+
<version>6.0.8</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>se.sundsvall.dept44</groupId>
132132
<artifactId>dept44-common-validators</artifactId>
133-
<version>6.0.8-SNAPSHOT</version>
133+
<version>6.0.8</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>se.sundsvall.dept44</groupId>
137137
<artifactId>dept44-models</artifactId>
138-
<version>6.0.8-SNAPSHOT</version>
138+
<version>6.0.8</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>se.sundsvall.dept44</groupId>
142142
<artifactId>dept44-starter-feign</artifactId>
143-
<version>6.0.8-SNAPSHOT</version>
143+
<version>6.0.8</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>se.sundsvall.dept44</groupId>
147147
<artifactId>dept44-starter-logback-logserver</artifactId>
148-
<version>6.0.8-SNAPSHOT</version>
148+
<version>6.0.8</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>se.sundsvall.dept44</groupId>
152152
<artifactId>dept44-starter-test</artifactId>
153-
<version>6.0.8-SNAPSHOT</version>
153+
<version>6.0.8</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>se.sundsvall.dept44</groupId>
157157
<artifactId>dept44-starter-webclient</artifactId>
158-
<version>6.0.8-SNAPSHOT</version>
158+
<version>6.0.8</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>se.sundsvall.dept44</groupId>
162162
<artifactId>dept44-starter-webservicetemplate</artifactId>
163-
<version>6.0.8-SNAPSHOT</version>
163+
<version>6.0.8</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>se.sundsvall.dept44</groupId>
167167
<artifactId>dept44-starter-scheduler</artifactId>
168-
<version>6.0.8-SNAPSHOT</version>
168+
<version>6.0.8</version>
169169
</dependency>
170170
<!-- Problem -->
171171
<dependency>
@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>se.sundsvall.dept44</groupId>
236236
<artifactId>dept44-build-tools</artifactId>
237-
<version>6.0.8-SNAPSHOT</version>
237+
<version>6.0.8</version>
238238
<executions>
239239
<execution>
240240
<goals>
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>se.sundsvall.dept44</groupId>
250250
<artifactId>dept44-formatting-plugin</artifactId>
251-
<version>6.0.8-SNAPSHOT</version>
251+
<version>6.0.8</version>
252252
<executions>
253253
<execution>
254254
<goals>

0 commit comments

Comments
 (0)