Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-indexer-6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jul 16, 2022
1 parent d07fc69 commit 98072eb
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion indexer-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>indexer-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion indexer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>indexer-core</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion indexer-examples/indexer-examples-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer-examples</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>indexer-examples-basic</artifactId>
Expand Down Expand Up @@ -112,4 +112,8 @@ under the License.
</build>
</profile>
</profiles>

<scm>
<tag>maven-indexer-6.2.2</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion indexer-examples/indexer-examples-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer-examples</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>indexer-examples-spring</artifactId>
Expand Down Expand Up @@ -157,4 +157,8 @@ under the License.
</build>
</profile>
</profiles>

<scm>
<tag>maven-indexer-6.2.2</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion indexer-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>maven-indexer-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion indexer-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>indexer-reader</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.

<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
<packaging>pom</packaging>

<name>Maven-Indexer</name>
Expand Down Expand Up @@ -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.2</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -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-05-31T11:09:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-07-16T15:35:48Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion search-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>search-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-backend-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>search-backend-indexer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-backend-smo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>6.2.2-SNAPSHOT</version>
<version>6.2.2</version>
</parent>

<artifactId>search-backend-smo</artifactId>
Expand Down

0 comments on commit 98072eb

Please sign in to comment.