Skip to content

Commit 73d4f80

Browse files
committed
[maven-release-plugin] prepare release uvms-docker-3.40.20.w18
1 parent f5f925e commit 73d4f80

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

docker-compose/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
77
<artifactId>uvms-docker</artifactId>
8-
<version>3.40.20.w18-SNAPSHOT</version>
8+
<version>3.40.20.w18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
1313
<artifactId>uvms-docker</artifactId>
14-
<version>3.40.20.w18-SNAPSHOT</version>
14+
<version>3.40.20.w18</version>
1515
<packaging>pom</packaging>
1616
<name>uvms-docker</name>
1717

@@ -54,7 +54,7 @@
5454

5555
<scm>
5656
<connection>${scm.connection}</connection>
57-
<tag>HEAD</tag>
57+
<tag>uvms-docker-3.40.20.w18</tag>
5858
</scm>
5959
<build>
6060
<plugins>

postgres-base/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
66
<artifactId>uvms-docker</artifactId>
7-
<version>3.40.20.w18-SNAPSHOT</version>
7+
<version>3.40.20.w18</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
1111
<artifactId>uvms-docker-postgres-base</artifactId>
12-
<version>3.40.20.w18-SNAPSHOT</version>
12+
<version>3.40.20.w18</version>
1313
<packaging>pom</packaging>
1414
<name>uvms-docker-postgres-base</name>
1515
<build>
@@ -91,6 +91,6 @@
9191
</profile>
9292
</profiles>
9393
<scm>
94-
<tag>HEAD</tag>
94+
<tag>uvms-docker-3.40.20.w18</tag>
9595
</scm>
9696
</project>

postgres-release/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
66
<artifactId>uvms-docker</artifactId>
7-
<version>3.40.20.w18-SNAPSHOT</version>
7+
<version>3.40.20.w18</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>uvms-docker-postgres-release</artifactId>
@@ -425,6 +425,6 @@
425425
</profile>
426426
</profiles>
427427
<scm>
428-
<tag>HEAD</tag>
428+
<tag>uvms-docker-3.40.20.w18</tag>
429429
</scm>
430430
</project>

unionvms-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
77
<artifactId>uvms-docker</artifactId>
8-
<version>3.40.20.w18-SNAPSHOT</version>
8+
<version>3.40.20.w18</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

wildfly-base/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
66
<artifactId>uvms-docker</artifactId>
7-
<version>3.40.20.w18-SNAPSHOT</version>
7+
<version>3.40.20.w18</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
1111
<artifactId>uvms-docker-wildfly-base</artifactId>
12-
<version>3.40.20.w18-SNAPSHOT</version>
12+
<version>3.40.20.w18</version>
1313
<packaging>pom</packaging>
1414
<name>uvms-docker-wildfly-base</name>
1515
<properties>
@@ -327,6 +327,6 @@
327327
</profile>
328328
</profiles>
329329
<scm>
330-
<tag>HEAD</tag>
330+
<tag>uvms-docker-3.40.20.w18</tag>
331331
</scm>
332332
</project>

wildfly-unionvms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.europa.ec.fisheries.uvms.docker</groupId>
66
<artifactId>uvms-docker</artifactId>
7-
<version>3.40.20.w18-SNAPSHOT</version>
7+
<version>3.40.20.w18</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -360,6 +360,6 @@
360360
</profile>
361361
</profiles>
362362
<scm>
363-
<tag>HEAD</tag>
363+
<tag>uvms-docker-3.40.20.w18</tag>
364364
</scm>
365365
</project>

0 commit comments

Comments
 (0)