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/11/08 14:20:28 UTC

[maven-indexer] branch master updated: [maven-release-plugin] prepare release maven-indexer-7.0.0

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 39434a1  [maven-release-plugin] prepare release maven-indexer-7.0.0
39434a1 is described below

commit 39434a1ce215dd7957bdf9bdb2b40719a0810a66
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Tue Nov 8 15:19:07 2022 +0100

    [maven-release-plugin] prepare release maven-indexer-7.0.0
---
 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 022cc9d..0bfc924 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.0-SNAPSHOT</version>
+    <version>7.0.0</version>
   </parent>
 
   <artifactId>indexer-cli</artifactId>
diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index 3ee3354..ab339ef 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.0-SNAPSHOT</version>
+    <version>7.0.0</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 6deac48..2637de4 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.0-SNAPSHOT</version>
+    <version>7.0.0</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 4c110f1..83e18e6 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.0-SNAPSHOT</version>
+    <version>7.0.0</version>
   </parent>
 
   <artifactId>indexer-examples-spring</artifactId>
diff --git a/indexer-examples/pom.xml b/indexer-examples/pom.xml
index 7c52814..9780ee3 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.0-SNAPSHOT</version>
+    <version>7.0.0</version>
   </parent>
 
   <artifactId>maven-indexer-examples</artifactId>
diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index 9535ec1..97987e7 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.0-SNAPSHOT</version>
+    <version>7.0.0</version>
   </parent>
 
   <artifactId>indexer-reader</artifactId>
diff --git a/pom.xml b/pom.xml
index 2301fbf..369ce5d 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.0-SNAPSHOT</version>
+  <version>7.0.0</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>master</tag>
+    <tag>maven-indexer-7.0.0</tag>
   </scm>
 
   <issueManagement>
@@ -103,7 +103,7 @@ under the License.
     <surefire.version>3.0.0-M7</surefire.version>
     <slf4j.version>1.7.36</slf4j.version>
     <maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
-    <project.build.outputTimestamp>2022-06-03T08:51:57Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-08T14:17:45Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
diff --git a/search-api/pom.xml b/search-api/pom.xml
index f840dcd..08038e4 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.0-SNAPSHOT</version>
+    <version>7.0.0</version>
   </parent>
 
   <artifactId>search-api</artifactId>
diff --git a/search-backend-indexer/pom.xml b/search-backend-indexer/pom.xml
index 64c6870..3c249c2 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.0-SNAPSHOT</version>
+    <version>7.0.0</version>
   </parent>
 
   <artifactId>search-backend-indexer</artifactId>
diff --git a/search-backend-smo/pom.xml b/search-backend-smo/pom.xml
index 8d9b01c..4db78c0 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.0-SNAPSHOT</version>
+    <version>7.0.0</version>
   </parent>
 
   <artifactId>search-backend-smo</artifactId>