Skip to content

Commit 0f35fed

Browse files
committed
[maven-release-plugin] prepare release maven-indexer-7.0.3
1 parent c5ea36d commit 0f35fed

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
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.3-SNAPSHOT</version>
26+
<version>7.0.3</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.3-SNAPSHOT</version>
26+
<version>7.0.3</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.3-SNAPSHOT</version>
26+
<version>7.0.3</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.3-SNAPSHOT</version>
27+
<version>7.0.3</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.3-SNAPSHOT</version>
26+
<version>7.0.3</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.3-SNAPSHOT</version>
26+
<version>7.0.3</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.3-SNAPSHOT</version>
32+
<version>7.0.3</version>
3333
<packaging>pom</packaging>
3434

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

@@ -111,7 +111,7 @@ under the License.
111111
<surefire.version>3.0.0</surefire.version>
112112
<slf4j.version>2.0.7</slf4j.version>
113113
<maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
114-
<project.build.outputTimestamp>2023-05-09T08:52:50Z</project.build.outputTimestamp>
114+
<project.build.outputTimestamp>2023-06-13T19:01:20Z</project.build.outputTimestamp>
115115
</properties>
116116

117117
<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.3-SNAPSHOT</version>
26+
<version>7.0.3</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.3-SNAPSHOT</version>
26+
<version>7.0.3</version>
2727
</parent>
2828

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

search-backend-smo/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.3-SNAPSHOT</version>
26+
<version>7.0.3</version>
2727
</parent>
2828

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

0 commit comments

Comments
 (0)