Skip to content

Commit e7a2c68

Browse files
committed
[maven-release-plugin] prepare release maven-indexer-7.0.4
1 parent 87f7f27 commit e7a2c68

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

indexer-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.indexer</groupId>
2525
<artifactId>maven-indexer</artifactId>
26-
<version>7.0.4-SNAPSHOT</version>
26+
<version>7.0.4</version>
2727
</parent>
2828

2929
<artifactId>indexer-cli</artifactId>

indexer-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.indexer</groupId>
2525
<artifactId>maven-indexer</artifactId>
26-
<version>7.0.4-SNAPSHOT</version>
26+
<version>7.0.4</version>
2727
</parent>
2828

2929
<artifactId>indexer-core</artifactId>

indexer-examples/indexer-examples-basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.indexer</groupId>
2525
<artifactId>maven-indexer-examples</artifactId>
26-
<version>7.0.4-SNAPSHOT</version>
26+
<version>7.0.4</version>
2727
</parent>
2828

2929
<artifactId>indexer-examples-basic</artifactId>

indexer-examples/indexer-examples-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.maven.indexer</groupId>
2626
<artifactId>maven-indexer-examples</artifactId>
27-
<version>7.0.4-SNAPSHOT</version>
27+
<version>7.0.4</version>
2828
</parent>
2929

3030
<artifactId>indexer-examples-spring</artifactId>

indexer-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.indexer</groupId>
2525
<artifactId>maven-indexer</artifactId>
26-
<version>7.0.4-SNAPSHOT</version>
26+
<version>7.0.4</version>
2727
</parent>
2828

2929
<artifactId>maven-indexer-examples</artifactId>

indexer-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.indexer</groupId>
2525
<artifactId>maven-indexer</artifactId>
26-
<version>7.0.4-SNAPSHOT</version>
26+
<version>7.0.4</version>
2727
</parent>
2828

2929
<artifactId>indexer-reader</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

3030
<groupId>org.apache.maven.indexer</groupId>
3131
<artifactId>maven-indexer</artifactId>
32-
<version>7.0.4-SNAPSHOT</version>
32+
<version>7.0.4</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Maven-Indexer</name>
@@ -73,7 +73,7 @@ under the License.
7373
<scm>
7474
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-indexer.git</connection>
7575
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-indexer.git</developerConnection>
76-
<tag>master</tag>
76+
<tag>maven-indexer-7.0.4</tag>
7777
<url>https://github.com/apache/maven-indexer/tree/${project.scm.tag}</url>
7878
</scm>
7979

@@ -112,7 +112,7 @@ under the License.
112112
<surefire.version>3.0.0</surefire.version>
113113
<slf4j.version>2.0.7</slf4j.version>
114114
<maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
115-
<project.build.outputTimestamp>2023-06-13T19:02:57Z</project.build.outputTimestamp>
115+
<project.build.outputTimestamp>2023-07-24T12:58:17Z</project.build.outputTimestamp>
116116
</properties>
117117

118118
<dependencyManagement>

search-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.indexer</groupId>
2525
<artifactId>maven-indexer</artifactId>
26-
<version>7.0.4-SNAPSHOT</version>
26+
<version>7.0.4</version>
2727
</parent>
2828

2929
<artifactId>search-api</artifactId>

search-backend-indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.indexer</groupId>
2525
<artifactId>maven-indexer</artifactId>
26-
<version>7.0.4-SNAPSHOT</version>
26+
<version>7.0.4</version>
2727
</parent>
2828

2929
<artifactId>search-backend-indexer</artifactId>

search-backend-remoterepository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.indexer</groupId>
2525
<artifactId>maven-indexer</artifactId>
26-
<version>7.0.4-SNAPSHOT</version>
26+
<version>7.0.4</version>
2727
</parent>
2828

2929
<artifactId>search-backend-remoterepository</artifactId>

0 commit comments

Comments
 (0)