From 81648db39a8accb5793856d34f6b35a1d4c6ace4 Mon Sep 17 00:00:00 2001
From: CITNET Bamboo <studio@citnetprax05.cc.cec.eu.int>
Date: Wed, 29 Jun 2022 12:22:05 +0200
Subject: [PATCH] [maven-release-plugin] prepare release 4.2-FR

---
 pom.xml                              | 4 ++--
 smp-angular/pom.xml                  | 2 +-
 smp-api/pom.xml                      | 2 +-
 smp-examples/pom.xml                 | 2 +-
 smp-examples/smp-spi-example/pom.xml | 2 +-
 smp-server-library/pom.xml           | 2 +-
 smp-soapui-tests/pom.xml             | 2 +-
 smp-spi/pom.xml                      | 2 +-
 smp-webapp/pom.xml                   | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba9ab083d..d4ae162ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <artifactId>smp-modules</artifactId>
     <packaging>pom</packaging>
     <name>SMP</name>
-    <version>4.2-RC2-SNAPSHOT</version>
+    <version>4.2-FR</version>
 
     <modules>
         <module>smp-angular</module>
@@ -119,7 +119,7 @@
     <scm>
         <developerConnection>scm:git:https://ec.europa.eu/digital-building-blocks/code/scm/edelivery/smp.git
         </developerConnection>
-        <tag>HEAD</tag>
+        <tag>4.2-FR</tag>
     </scm>
 
     <pluginRepositories>
diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml
index 99717433a..fa23ab556 100644
--- a/smp-angular/pom.xml
+++ b/smp-angular/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>eu.europa.ec.edelivery</groupId>
     <artifactId>smp-modules</artifactId>
-    <version>4.2-RC2-SNAPSHOT</version>
+    <version>4.2-FR</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>smp-angular</artifactId>
diff --git a/smp-api/pom.xml b/smp-api/pom.xml
index cc564ad77..cabe9ced9 100644
--- a/smp-api/pom.xml
+++ b/smp-api/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>eu.europa.ec.edelivery</groupId>
         <artifactId>smp-modules</artifactId>
-        <version>4.2-RC2-SNAPSHOT</version>
+        <version>4.2-FR</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/smp-examples/pom.xml b/smp-examples/pom.xml
index a85e2311c..8b3661de0 100644
--- a/smp-examples/pom.xml
+++ b/smp-examples/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>eu.europa.ec.edelivery</groupId>
         <artifactId>smp-modules</artifactId>
-        <version>4.2-RC2-SNAPSHOT</version>
+        <version>4.2-FR</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>smp-examples</artifactId>
diff --git a/smp-examples/smp-spi-example/pom.xml b/smp-examples/smp-spi-example/pom.xml
index 91eea6e7d..dc78f4c59 100644
--- a/smp-examples/smp-spi-example/pom.xml
+++ b/smp-examples/smp-spi-example/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>eu.europa.ec.edelivery</groupId>
         <artifactId>smp-modules</artifactId>
-        <version>4.2-RC2-SNAPSHOT</version>
+        <version>4.2-FR</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/smp-server-library/pom.xml b/smp-server-library/pom.xml
index 0dfd685d3..d2e39cabd 100644
--- a/smp-server-library/pom.xml
+++ b/smp-server-library/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>eu.europa.ec.edelivery</groupId>
         <artifactId>smp-modules</artifactId>
-        <version>4.2-RC2-SNAPSHOT</version>
+        <version>4.2-FR</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>smp-server-library</artifactId>
diff --git a/smp-soapui-tests/pom.xml b/smp-soapui-tests/pom.xml
index dbe99490d..43f2d4c2a 100644
--- a/smp-soapui-tests/pom.xml
+++ b/smp-soapui-tests/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>eu.europa.ec.edelivery</groupId>
         <artifactId>smp-modules</artifactId>
-        <version>4.2-RC2-SNAPSHOT</version>
+        <version>4.2-FR</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>smp-soapui-tests</artifactId>
diff --git a/smp-spi/pom.xml b/smp-spi/pom.xml
index c284cccdf..6aa4df6bb 100644
--- a/smp-spi/pom.xml
+++ b/smp-spi/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>eu.europa.ec.edelivery</groupId>
         <artifactId>smp-modules</artifactId>
-        <version>4.2-RC2-SNAPSHOT</version>
+        <version>4.2-FR</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>smp-spi</artifactId>
diff --git a/smp-webapp/pom.xml b/smp-webapp/pom.xml
index 0efbf01fe..71c1b793e 100644
--- a/smp-webapp/pom.xml
+++ b/smp-webapp/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>eu.europa.ec.edelivery</groupId>
         <artifactId>smp-modules</artifactId>
-        <version>4.2-RC2-SNAPSHOT</version>
+        <version>4.2-FR</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>smp</artifactId>
-- 
GitLab