This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ea4969  [maven-release-plugin] prepare release any23-2.6
7ea4969 is described below

commit 7ea496991f3a053b00cba2ec82ef8a8a4d7e401e
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Mon Jan 3 21:06:17 2022 -0800

    [maven-release-plugin] prepare release any23-2.6
---
 api/pom.xml            | 2 +-
 cli/pom.xml            | 2 +-
 core/pom.xml           | 2 +-
 csvutils/pom.xml       | 2 +-
 encoding/pom.xml       | 2 +-
 mime/pom.xml           | 2 +-
 pom.xml                | 2 +-
 test-resources/pom.xml | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 5876bca..2ec44f2 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/cli/pom.xml b/cli/pom.xml
index 974b6f3..96ee367 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index a0a5c0a..b436166 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.any23</groupId>
     <artifactId>apache-any23</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index 4d49470..f0c73c4 100644
--- a/csvutils/pom.xml
+++ b/csvutils/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 260cf4b..c9155f0 100644
--- a/encoding/pom.xml
+++ b/encoding/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/mime/pom.xml b/mime/pom.xml
index e5ad434..069006d 100644
--- a/mime/pom.xml
+++ b/mime/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 741ba34..8a8e500 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.any23</groupId>
   <artifactId>apache-any23</artifactId>
-  <version>2.6-SNAPSHOT</version>
+  <version>2.6</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index 52115b8..9729f64 100644
--- a/test-resources/pom.xml
+++ b/test-resources/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
     <relativePath>../</relativePath>
   </parent>
 

Reply via email to