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 6af20b4  [maven-release-plugin] prepare for next development iteration
6af20b4 is described below

commit 6af20b48ec3391e6683171fc83e4567f518f2f08
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Mon Feb 21 10:34:14 2022 -0800

    [maven-release-plugin] prepare for next development iteration
---
 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                | 4 ++--
 test-resources/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index d70a056..fb5fb14 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.7</version>
+    <version>2.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/cli/pom.xml b/cli/pom.xml
index 1af030c..75639a2 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.7</version>
+    <version>2.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index fabf7cf..3f8605f 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.7</version>
+    <version>2.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index 17e5736..5e70dfe 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.7</version>
+    <version>2.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 78eb15d..8bc4fa6 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.7</version>
+    <version>2.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/mime/pom.xml b/mime/pom.xml
index 7c9a2fd..025988f 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.7</version>
+    <version>2.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 7038f7e..1f255f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.any23</groupId>
   <artifactId>apache-any23</artifactId>
-  <version>2.7</version>
+  <version>2.8-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>
@@ -237,7 +237,7 @@
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/any23.git</developerConnection>
     
<connection>scm:git:http://gitbox.apache.org/repos/asf/any23.git</connection>
     <url>https://github.com/apache/any23/tree/${project.scm.tag}</url>
-    <tag>any23-2.7</tag>
+    <tag>master</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index 02cfabf..9cb5b2f 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.7</version>
+    <version>2.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Reply via email to