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/05/02 13:03:39 UTC

[maven-indexer] branch master updated: [maven-release-plugin] prepare release maven-indexer-6.2.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 efe7c30  [maven-release-plugin] prepare release maven-indexer-6.2.0
efe7c30 is described below

commit efe7c301f1e7bd75d8ee618f7cec221512126e71
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon May 2 15:03:10 2022 +0200

    [maven-release-plugin] prepare release maven-indexer-6.2.0
---
 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, 20 insertions(+), 12 deletions(-)

diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml
index 95a8484..7a062b3 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.0-SNAPSHOT</version>
+    <version>6.2.0</version>
   </parent>
 
   <artifactId>indexer-cli</artifactId>
diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index f310187..f37cc64 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.0-SNAPSHOT</version>
+    <version>6.2.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 7b45ed1..642215b 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.0-SNAPSHOT</version>
+    <version>6.2.0</version>
   </parent>
 
   <artifactId>indexer-examples-basic</artifactId>
@@ -112,4 +112,8 @@ under the License.
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>maven-indexer-6.2.0</tag>
+  </scm>
 </project>
diff --git a/indexer-examples/indexer-examples-spring/pom.xml b/indexer-examples/indexer-examples-spring/pom.xml
index 2180e99..615bb5b 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.0-SNAPSHOT</version>
+    <version>6.2.0</version>
   </parent>
 
   <artifactId>indexer-examples-spring</artifactId>
@@ -157,4 +157,8 @@ under the License.
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>maven-indexer-6.2.0</tag>
+  </scm>
 </project>
diff --git a/indexer-examples/pom.xml b/indexer-examples/pom.xml
index a2729bb..1b85f98 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.0-SNAPSHOT</version>
+    <version>6.2.0</version>
   </parent>
 
   <artifactId>maven-indexer-examples</artifactId>
diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index df5511d..e564dd6 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.0-SNAPSHOT</version>
+    <version>6.2.0</version>
   </parent>
 
   <artifactId>indexer-reader</artifactId>
diff --git a/pom.xml b/pom.xml
index 8436561..4080c83 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.0-SNAPSHOT</version>
+  <version>6.2.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-6.2.0</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-04-22T08:37:12Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-05-02T13:01:30Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
diff --git a/search-api/pom.xml b/search-api/pom.xml
index 2904767..551d866 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.0-SNAPSHOT</version>
+    <version>6.2.0</version>
   </parent>
 
   <artifactId>search-api</artifactId>
diff --git a/search-backend-indexer/pom.xml b/search-backend-indexer/pom.xml
index 7d0715c..87324fe 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.0-SNAPSHOT</version>
+    <version>6.2.0</version>
   </parent>
 
   <artifactId>search-backend-indexer</artifactId>
diff --git a/search-backend-smo/pom.xml b/search-backend-smo/pom.xml
index d91c93e..e15681e 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.0-SNAPSHOT</version>
+    <version>6.2.0</version>
   </parent>
 
   <artifactId>search-backend-smo</artifactId>