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 2023/02/24 15:25:30 UTC

[maven-indexer] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cd122b  [maven-release-plugin] prepare for next development iteration
1cd122b is described below

commit 1cd122b1487150613005c8f9aced9aec20fded3e
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Feb 24 16:25:24 2023 +0100

    [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  | 2 +-
 indexer-examples/indexer-examples-spring/pom.xml | 2 +-
 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(+), 12 deletions(-)

diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml
index 2995faa..acc5134 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>7.0.1</version>
+    <version>7.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-cli</artifactId>
diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index 6eb38db..0625aff 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>7.0.1</version>
+    <version>7.0.2-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 6eff891..394c1c7 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>7.0.1</version>
+    <version>7.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-examples-basic</artifactId>
diff --git a/indexer-examples/indexer-examples-spring/pom.xml b/indexer-examples/indexer-examples-spring/pom.xml
index ff2292f..b0658b1 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>7.0.1</version>
+    <version>7.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-examples-spring</artifactId>
diff --git a/indexer-examples/pom.xml b/indexer-examples/pom.xml
index ba32bac..cf5b3a6 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>7.0.1</version>
+    <version>7.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-indexer-examples</artifactId>
diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index 31cd856..b60d036 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>7.0.1</version>
+    <version>7.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>indexer-reader</artifactId>
diff --git a/pom.xml b/pom.xml
index 0bbdb79..1e397d6 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>7.0.1</version>
+  <version>7.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven-Indexer</name>
@@ -72,7 +72,7 @@ under the License.
   <scm>
     <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>
-    <tag>maven-indexer-7.0.1</tag>
+    <tag>master</tag>
     <url>https://github.com/apache/maven-indexer/tree/${project.scm.tag}</url>
   </scm>
 
@@ -111,7 +111,7 @@ under the License.
     <surefire.version>3.0.0-M8</surefire.version>
     <slf4j.version>2.0.6</slf4j.version>
     <maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
-    <project.build.outputTimestamp>2023-02-24T15:23:35Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-02-24T15:25:24Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
diff --git a/search-api/pom.xml b/search-api/pom.xml
index a4e7ea5..419cafb 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>7.0.1</version>
+    <version>7.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>search-api</artifactId>
diff --git a/search-backend-indexer/pom.xml b/search-backend-indexer/pom.xml
index 56fef92..b7fd3a6 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>7.0.1</version>
+    <version>7.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>search-backend-indexer</artifactId>
diff --git a/search-backend-smo/pom.xml b/search-backend-smo/pom.xml
index af79b59..4d0aafc 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>7.0.1</version>
+    <version>7.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>search-backend-smo</artifactId>