Skip to content

Commit c81fd16

Browse files
[maven-release-plugin] prepare release dept44-release-2.1.4
1 parent ff43600 commit c81fd16

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
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>2.1.4-SNAPSHOT</version>
7+
<version>2.1.4</version>
88
</parent>
99
<artifactId>dept44-build-tools</artifactId>
1010

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>2.1.4-SNAPSHOT</version>
7+
<version>2.1.4</version>
88
</parent>
99
<artifactId>dept44-common-validators</artifactId>
1010

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

dept44-service-parent/pom.xml

+2-2
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>2.1.4-SNAPSHOT</version>
7+
<version>2.1.4</version>
88
</parent>
99
<artifactId>dept44-service-parent</artifactId>
1010
<packaging>pom</packaging>
@@ -316,7 +316,7 @@
316316
<dependency>
317317
<groupId>se.sundsvall.dept44</groupId>
318318
<artifactId>dept44-build-tools</artifactId>
319-
<version>2.1.4-SNAPSHOT</version>
319+
<version>2.1.4</version>
320320
</dependency>
321321
</dependencies>
322322
<executions>

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

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

pom.xml

+10-10
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>2.1.4-SNAPSHOT</version>
6+
<version>2.1.4</version>
77
<packaging>pom</packaging>
88
<name>dept44-parent</name>
99
<description>Sundsvalls kommun spring boot library</description>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/Sundsvallskommun/dept44</url>
4444
<developerConnection>scm:git:https://github.com/Sundsvallskommun/dept44.git</developerConnection>
4545
<connection>scm:git:git://github.com/Sundsvallskommun/dept44.git</connection>
46-
<tag>HEAD</tag>
46+
<tag>dept44-release-2.1.4</tag>
4747
</scm>
4848

4949
<profiles>
@@ -174,42 +174,42 @@
174174
<dependency>
175175
<groupId>se.sundsvall.dept44</groupId>
176176
<artifactId>dept44-starter</artifactId>
177-
<version>2.1.4-SNAPSHOT</version>
177+
<version>2.1.4</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>se.sundsvall.dept44</groupId>
181181
<artifactId>dept44-starter-authorization</artifactId>
182-
<version>2.1.4-SNAPSHOT</version>
182+
<version>2.1.4</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>se.sundsvall.dept44</groupId>
186186
<artifactId>dept44-common-validators</artifactId>
187-
<version>2.1.4-SNAPSHOT</version>
187+
<version>2.1.4</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>se.sundsvall.dept44</groupId>
191191
<artifactId>dept44-starter-feign</artifactId>
192-
<version>2.1.4-SNAPSHOT</version>
192+
<version>2.1.4</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>se.sundsvall.dept44</groupId>
196196
<artifactId>dept44-starter-logback-graylog</artifactId>
197-
<version>2.1.4-SNAPSHOT</version>
197+
<version>2.1.4</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>se.sundsvall.dept44</groupId>
201201
<artifactId>dept44-starter-test</artifactId>
202-
<version>2.1.4-SNAPSHOT</version>
202+
<version>2.1.4</version>
203203
</dependency>
204204
<dependency>
205205
<groupId>se.sundsvall.dept44</groupId>
206206
<artifactId>dept44-starter-webclient</artifactId>
207-
<version>2.1.4-SNAPSHOT</version>
207+
<version>2.1.4</version>
208208
</dependency>
209209
<dependency>
210210
<groupId>se.sundsvall.dept44</groupId>
211211
<artifactId>dept44-starter-webservicetemplate</artifactId>
212-
<version>2.1.4-SNAPSHOT</version>
212+
<version>2.1.4</version>
213213
</dependency>
214214

215215
<!-- Problem -->

0 commit comments

Comments
 (0)