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 2021/11/04 03:58:57 UTC

[any23] branch master updated: [maven-release-plugin] prepare for next development iteration

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

commit 3f24aa1ae1dbc38f4f9c6c15c8b6ef7ae8e08af2
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Wed Nov 3 20:58:55 2021 -0700

    [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 8a187ad..2ce279e 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.7-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/cli/pom.xml b/cli/pom.xml
index 9dab315..6764a43 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.7-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 4a6ede0..f733440 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.7-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index 9724847..7c5733b 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.7-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 0685778..f722003 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.7-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/mime/pom.xml b/mime/pom.xml
index 95dcb3a..6eefeae 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.7-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 8d79b61..4687d0c 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.7-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>
@@ -219,7 +219,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://gitbox.apache.org/repos/asf/any23.git</url>
-    <tag>any23-2.6</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index 9729f64..bc0d7ce 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.7-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>