You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2022/01/04 05:04:39 UTC

[any23] branch master updated: Prepare for 2.6 RC#2

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 918b635  Prepare for 2.6 RC#2
918b635 is described below

commit 918b635f197044ad830a1e3aa5baa2cf4217fe19
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Mon Jan 3 21:04:28 2022 -0800

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