Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.automation committed Mar 4, 2022
1 parent 70a7fc7 commit a66132c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<artifactId>camunda-release-parent</artifactId>
<version>3.9.1</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<relativePath />
<relativePath></relativePath>
</parent>

<groupId>io.zeebe</groupId>
<artifactId>flaky-test-extractor-maven-plugin</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>maven-plugin</packaging>

<name>flaky-test-extractor Maven Plugin</name>

<scm>
<connection>scm:git:https://${GITHUB_TOKEN_USR}:${GITHUB_TOKEN_PSW}@github.com/zeebe-io/flaky-test-extractor-maven-plugin.git</connection>
<developerConnection>scm:git:https://${GITHUB_TOKEN_USR}:${GITHUB_TOKEN_PSW}@github.com/zeebe-io/flaky-test-extractor-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>2.1.1</tag>
<url>https://github.com/zeebe-io/flaky-test-extractor-maven-plugin</url>
</scm>

Expand Down Expand Up @@ -209,7 +209,7 @@
<version>${plugin.version.enforcer}</version>
<configuration>
<rules>
<dependencyConvergence />
<dependencyConvergence></dependencyConvergence>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
Expand Down Expand Up @@ -271,15 +271,15 @@
<excludes>
<exclude>**/target/**/*.md</exclude>
</excludes>
<flexmark />
<flexmark></flexmark>
</markdown>
<pom>
<!-- These are the defaults, you can override if you want -->
<includes>
<include>pom.xml</include>
</includes>

<sortPom />
<sortPom></sortPom>
<!-- has its own section below -->
</pom>
</configuration>
Expand Down

0 comments on commit a66132c

Please sign in to comment.