You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/07/16 15:37:56 UTC

[maven-indexer] branch maven-indexer-6.2.x updated: [maven-release-plugin] prepare for next development iteration

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

cstamas pushed a commit to branch maven-indexer-6.2.x
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/maven-indexer-6.2.x by this push:
     new 9d70f1d  [maven-release-plugin] prepare for next development iteration
9d70f1d is described below

commit 9d70f1da604e2898aa468abe5b06a0671eb6a6af
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Jul 16 17:37:50 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 indexer-cli/pom.xml                              | 2 +-
 indexer-core/pom.xml                             | 2 +-
 indexer-examples/indexer-examples-basic/pom.xml  | 6 +-----
 indexer-examples/indexer-examples-spring/pom.xml | 6 +-----
 indexer-examples/pom.xml                         | 2 +-
 indexer-reader/pom.xml                           | 2 +-
 pom.xml                                          | 6 +++---
 search-api/pom.xml                               | 2 +-
 search-backend-indexer/pom.xml                   | 2 +-
 search-backend-smo/pom.xml                       | 2 +-
 10 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml
index 45bf310..890360e 100644
--- a/indexer-cli/pom.xml
+++ b/indexer-cli/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-cli</artifactId>
diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index 2cbd3a4..8c866ff 100644
--- a/indexer-core/pom.xml
+++ b/indexer-core/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-core</artifactId>
diff --git a/indexer-examples/indexer-examples-basic/pom.xml b/indexer-examples/indexer-examples-basic/pom.xml
index 44dbad0..26ccac2 100644
--- a/indexer-examples/indexer-examples-basic/pom.xml
+++ b/indexer-examples/indexer-examples-basic/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer-examples</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-examples-basic</artifactId>
@@ -112,8 +112,4 @@ under the License.
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <tag>maven-indexer-6.2.2</tag>
-  </scm>
 </project>
diff --git a/indexer-examples/indexer-examples-spring/pom.xml b/indexer-examples/indexer-examples-spring/pom.xml
index db4c3d5..08e94ec 100644
--- a/indexer-examples/indexer-examples-spring/pom.xml
+++ b/indexer-examples/indexer-examples-spring/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer-examples</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-examples-spring</artifactId>
@@ -157,8 +157,4 @@ under the License.
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <tag>maven-indexer-6.2.2</tag>
-  </scm>
 </project>
diff --git a/indexer-examples/pom.xml b/indexer-examples/pom.xml
index 1b3d7a0..99998e1 100644
--- a/indexer-examples/pom.xml
+++ b/indexer-examples/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-indexer-examples</artifactId>
diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index 11904f1..d1fcdad 100644
--- a/indexer-reader/pom.xml
+++ b/indexer-reader/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-reader</artifactId>
diff --git a/pom.xml b/pom.xml
index ee21a90..cf9b4cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.indexer</groupId>
   <artifactId>maven-indexer</artifactId>
-  <version>6.2.2</version>
+  <version>6.2.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven-Indexer</name>
@@ -65,7 +65,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-indexer.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-indexer.git</developerConnection>
     <url>https://github.com/apache/maven-indexer/tree/${project.scm.tag}</url>
-    <tag>maven-indexer-6.2.2</tag>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>
@@ -100,7 +100,7 @@ under the License.
     <slf4j.version>1.7.36</slf4j.version>
     <logback.version>1.2.11</logback.version>
     <maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
-    <project.build.outputTimestamp>2022-07-16T15:35:48Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-16T15:37:50Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
diff --git a/search-api/pom.xml b/search-api/pom.xml
index 987011f..13caa7e 100644
--- a/search-api/pom.xml
+++ b/search-api/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>search-api</artifactId>
diff --git a/search-backend-indexer/pom.xml b/search-backend-indexer/pom.xml
index 61d6080..0e9123c 100644
--- a/search-backend-indexer/pom.xml
+++ b/search-backend-indexer/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>search-backend-indexer</artifactId>
diff --git a/search-backend-smo/pom.xml b/search-backend-smo/pom.xml
index 0c10551..ee17ce7 100644
--- a/search-backend-smo/pom.xml
+++ b/search-backend-smo/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>6.2.2</version>
+    <version>6.2.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>search-backend-smo</artifactId>