From 8ab3aab31f1d23571560e58d95ee0e6677820f11 Mon Sep 17 00:00:00 2001
From: SmallRye CI <smallrye@googlegroups.com>
Date: Tue, 20 Dec 2022 18:44:41 +0000
Subject: [PATCH] [maven-release-plugin] prepare release 2.13.1

---
 cdi/pom.xml                   | 2 +-
 common/pom.xml                | 2 +-
 converters/json/pom.xml       | 2 +-
 coverage/pom.xml              | 2 +-
 documentation/pom.xml         | 2 +-
 examples/configmap/pom.xml    | 6 +++++-
 examples/expansion/pom.xml    | 6 +++++-
 examples/interceptors/pom.xml | 6 +++++-
 examples/mapping/pom.xml      | 6 +++++-
 examples/pom.xml              | 2 +-
 examples/profiles/pom.xml     | 6 +++++-
 implementation/pom.xml        | 2 +-
 pom.xml                       | 4 ++--
 release/pom.xml               | 2 +-
 sources/file-system/pom.xml   | 2 +-
 sources/hocon/pom.xml         | 2 +-
 sources/yaml/pom.xml          | 2 +-
 sources/zookeeper/pom.xml     | 2 +-
 testsuite/extra/pom.xml       | 2 +-
 testsuite/pom.xml             | 2 +-
 testsuite/tck/pom.xml         | 2 +-
 utils/cdi-provider/pom.xml    | 2 +-
 utils/events/pom.xml          | 2 +-
 validator/pom.xml             | 2 +-
 24 files changed, 45 insertions(+), 25 deletions(-)

diff --git a/cdi/pom.xml b/cdi/pom.xml
index 4815a6cbc..ef9361eb4 100644
--- a/cdi/pom.xml
+++ b/cdi/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>io.smallrye.config</groupId>
     <artifactId>smallrye-config-parent</artifactId>
-    <version>2.13.1-SNAPSHOT</version>
+    <version>2.13.1</version>
   </parent>
 
   <artifactId>smallrye-config</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 9480644df..ccdb2b852 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.config</groupId>
     <artifactId>smallrye-config-parent</artifactId>
-    <version>2.13.1-SNAPSHOT</version>
+    <version>2.13.1</version>
   </parent>
 
   <artifactId>smallrye-config-common</artifactId>
diff --git a/converters/json/pom.xml b/converters/json/pom.xml
index 3a11199a8..2b7284eba 100644
--- a/converters/json/pom.xml
+++ b/converters/json/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-parent</artifactId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/coverage/pom.xml b/coverage/pom.xml
index b98107f39..632ed8c35 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>io.smallrye.config</groupId>
     <artifactId>smallrye-config-parent</artifactId>
-    <version>2.13.1-SNAPSHOT</version>
+    <version>2.13.1</version>
   </parent>
 
   <artifactId>smallrye-config-coverage</artifactId>
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 92ccceeb0..2c62d11dc 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-parent</artifactId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
     </parent>
 
     <artifactId>smallrye-config-documentation</artifactId>
diff --git a/examples/configmap/pom.xml b/examples/configmap/pom.xml
index 50006240e..75629b248 100644
--- a/examples/configmap/pom.xml
+++ b/examples/configmap/pom.xml
@@ -9,7 +9,7 @@
 
   <groupId>io.smallrye.config.examples</groupId>
   <artifactId>configmap</artifactId>
-  <version>2.13.1-SNAPSHOT</version>
+  <version>2.13.1</version>
 
   <name>SmallRye Config Examples: ConfigMap</name>
 
@@ -109,4 +109,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>2.13.1</tag>
+  </scm>
 </project>
diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml
index 22d89b83f..1a1dc71c1 100644
--- a/examples/expansion/pom.xml
+++ b/examples/expansion/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>io.smallrye.config.examples</groupId>
   <artifactId>expansion</artifactId>
-  <version>2.13.1-SNAPSHOT</version>
+  <version>2.13.1</version>
 
   <name>SmallRye Config Examples: Property Expansion</name>
 
@@ -56,4 +56,8 @@
       <artifactId>weld-junit5</artifactId>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>2.13.1</tag>
+  </scm>
 </project>
diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml
index 8e141a477..1c97f823f 100644
--- a/examples/interceptors/pom.xml
+++ b/examples/interceptors/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>io.smallrye.config.examples</groupId>
   <artifactId>interceptors</artifactId>
-  <version>2.13.1-SNAPSHOT</version>
+  <version>2.13.1</version>
 
   <name>SmallRye Config Examples: Interceptors</name>
 
@@ -51,4 +51,8 @@
       <artifactId>weld-junit5</artifactId>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>2.13.1</tag>
+  </scm>
 </project>
diff --git a/examples/mapping/pom.xml b/examples/mapping/pom.xml
index 457dcd66f..762186235 100644
--- a/examples/mapping/pom.xml
+++ b/examples/mapping/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>io.smallrye.config.examples</groupId>
   <artifactId>mapping</artifactId>
-  <version>2.13.1-SNAPSHOT</version>
+  <version>2.13.1</version>
 
   <name>SmallRye Config Examples: Config Mapping</name>
 
@@ -56,4 +56,8 @@
       <artifactId>weld-junit5</artifactId>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>2.13.1</tag>
+  </scm>
 </project>
diff --git a/examples/pom.xml b/examples/pom.xml
index cf04fe2e7..2f00925a7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.smallrye.config</groupId>
     <artifactId>smallrye-config-parent</artifactId>
-    <version>2.13.1-SNAPSHOT</version>
+    <version>2.13.1</version>
   </parent>
 
   <artifactId>smallrye-config-examples</artifactId>
diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml
index 911a2edfd..d57cc47ee 100644
--- a/examples/profiles/pom.xml
+++ b/examples/profiles/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>io.smallrye.config.examples</groupId>
   <artifactId>profiles</artifactId>
-  <version>2.13.1-SNAPSHOT</version>
+  <version>2.13.1</version>
 
   <name>SmallRye Config Examples: Profiles</name>
 
@@ -70,4 +70,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>2.13.1</tag>
+  </scm>
 </project>
diff --git a/implementation/pom.xml b/implementation/pom.xml
index 9fcbfd6d1..95e2ad33e 100644
--- a/implementation/pom.xml
+++ b/implementation/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.smallrye.config</groupId>
     <artifactId>smallrye-config-parent</artifactId>
-    <version>2.13.1-SNAPSHOT</version>
+    <version>2.13.1</version>
   </parent>
 
   <artifactId>smallrye-config-core</artifactId>
diff --git a/pom.xml b/pom.xml
index e5035154f..260b2ce53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>io.smallrye.config</groupId>
   <artifactId>smallrye-config-parent</artifactId>
-  <version>2.13.1-SNAPSHOT</version>
+  <version>2.13.1</version>
 
   <packaging>pom</packaging>
   <name>SmallRye Config: Parent</name>
@@ -60,7 +60,7 @@
     <connection>scm:git:git@github.com:smallrye/smallrye-config.git</connection>
     <developerConnection>scm:git:git@github.com:smallrye/smallrye-config.git</developerConnection>
     <url>https://github.com/smallrye/smallrye-config/</url>
-    <tag>HEAD</tag>
+    <tag>2.13.1</tag>
   </scm>
 
   <modules>
diff --git a/release/pom.xml b/release/pom.xml
index e92e38c24..00d98e54e 100644
--- a/release/pom.xml
+++ b/release/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-parent</artifactId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
     </parent>
 
     <artifactId>smallrye-config-release</artifactId>
diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml
index 9be90288c..bbaab66ba 100644
--- a/sources/file-system/pom.xml
+++ b/sources/file-system/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>smallrye-config-parent</artifactId>
         <groupId>io.smallrye.config</groupId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml
index 907b795b6..4db319e34 100644
--- a/sources/hocon/pom.xml
+++ b/sources/hocon/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>smallrye-config-parent</artifactId>
         <groupId>io.smallrye.config</groupId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml
index d442b8e7c..bd540de5e 100644
--- a/sources/yaml/pom.xml
+++ b/sources/yaml/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>smallrye-config-parent</artifactId>
         <groupId>io.smallrye.config</groupId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml
index b896c819a..822c577bf 100644
--- a/sources/zookeeper/pom.xml
+++ b/sources/zookeeper/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-parent</artifactId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml
index d10b307d6..8e10406d7 100644
--- a/testsuite/extra/pom.xml
+++ b/testsuite/extra/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>io.smallrye.config</groupId>
     <artifactId>smallrye-config-testsuite</artifactId>
-    <version>2.13.1-SNAPSHOT</version>
+    <version>2.13.1</version>
   </parent>
 
   <artifactId>smallrye-config-test-extra</artifactId>
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index 4618c7b27..5814e3b54 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>io.smallrye.config</groupId>
     <artifactId>smallrye-config-parent</artifactId>
-    <version>2.13.1-SNAPSHOT</version>
+    <version>2.13.1</version>
   </parent>
 
   <artifactId>smallrye-config-testsuite</artifactId>
diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml
index 0cb0b0710..2a6b6627f 100644
--- a/testsuite/tck/pom.xml
+++ b/testsuite/tck/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>io.smallrye.config</groupId>
     <artifactId>smallrye-config-testsuite</artifactId>
-    <version>2.13.1-SNAPSHOT</version>
+    <version>2.13.1</version>
   </parent>
 
   <artifactId>smallrye-config-tck</artifactId>
diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml
index 42a534ad0..8d9061369 100644
--- a/utils/cdi-provider/pom.xml
+++ b/utils/cdi-provider/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-parent</artifactId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
         <relativePath>../../</relativePath>
     </parent>
     
diff --git a/utils/events/pom.xml b/utils/events/pom.xml
index d870957b6..c7538b304 100644
--- a/utils/events/pom.xml
+++ b/utils/events/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-parent</artifactId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
         <relativePath>../../</relativePath>
     </parent>
     
diff --git a/validator/pom.xml b/validator/pom.xml
index 02037180d..c3c5cd03d 100644
--- a/validator/pom.xml
+++ b/validator/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-parent</artifactId>
-        <version>2.13.1-SNAPSHOT</version>
+        <version>2.13.1</version>
     </parent>
 
     <artifactId>smallrye-config-validator</artifactId>