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 1fca1f6 [maven-release-plugin] prepare release maven-indexer-7.1.5
1fca1f6 is described below
commit 1fca1f694923a5c04b4b06a8b8c423acdc6411ee
Author: Tamas Cservenak <[email protected]>
AuthorDate: Wed Sep 11 21:55:29 2024 +0200
[maven-release-plugin] prepare release maven-indexer-7.1.5
---
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-remoterepository/pom.xml | 2 +-
search-backend-smo/pom.xml | 2 +-
11 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml
index cf1b3ff..e8d6563 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
</parent>
<artifactId>indexer-cli</artifactId>
diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index 3b77954..cccfb4c 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</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 ddfb982..5b9a6dd 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</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 aa7e290..840aabb 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
</parent>
<artifactId>indexer-examples-spring</artifactId>
diff --git a/indexer-examples/pom.xml b/indexer-examples/pom.xml
index 9c5c3b2..4687259 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
</parent>
<artifactId>maven-indexer-examples</artifactId>
diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index 8b0043b..c99ff26 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
</parent>
<artifactId>indexer-reader</artifactId>
diff --git a/pom.xml b/pom.xml
index be99158..52183ed 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
<packaging>pom</packaging>
<name>Maven-Indexer</name>
@@ -73,7 +73,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>master</tag>
+ <tag>maven-indexer-7.1.5</tag>
<url>https://github.com/apache/maven-indexer/tree/${project.scm.tag}</url>
</scm>
@@ -113,7 +113,7 @@ under the License.
<archetype.version>3.2.1</archetype.version>
<slf4j.version>2.0.16</slf4j.version>
<maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2024-07-08T18:10:22Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-09-11T19:54:12Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>
diff --git a/search-api/pom.xml b/search-api/pom.xml
index 1cb6e80..7a5a171 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
</parent>
<artifactId>search-api</artifactId>
diff --git a/search-backend-indexer/pom.xml b/search-backend-indexer/pom.xml
index dbf53a1..9f22e07 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
</parent>
<artifactId>search-backend-indexer</artifactId>
diff --git a/search-backend-remoterepository/pom.xml
b/search-backend-remoterepository/pom.xml
index dc76b48..e20c65d 100644
--- a/search-backend-remoterepository/pom.xml
+++ b/search-backend-remoterepository/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
- <version>7.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
</parent>
<artifactId>search-backend-remoterepository</artifactId>
diff --git a/search-backend-smo/pom.xml b/search-backend-smo/pom.xml
index 227a5e7..1f464d6 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.1.5-SNAPSHOT</version>
+ <version>7.1.5</version>
</parent>
<artifactId>search-backend-smo</artifactId>