Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-indexer-6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Feb 14, 2022
1 parent 0ff6ff9 commit d8cb984
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 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.1.1-SNAPSHOT</version>
<version>6.1.1</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.1.1-SNAPSHOT</version>
<version>6.1.1</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.1.1-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

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


<scm>
<tag>maven-indexer-6.1.1</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.1.1-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

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


<scm>
<tag>maven-indexer-6.1.1</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.1.1-SNAPSHOT</version>
<version>6.1.1</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.1.1-SNAPSHOT</version>
<version>6.1.1</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 @@ -30,7 +30,7 @@ under the License.

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

<name>Maven-Indexer</name>
Expand Down Expand Up @@ -66,7 +66,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.1.1</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -101,7 +101,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.10</logback.version>
<maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
<project.build.outputTimestamp>2022-02-11T09:44:49Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-02-14T10:23:56Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit d8cb984

Please sign in to comment.