Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 15, 2021
1 parent d167563 commit 05b65aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.bf2.kafka</groupId>
<artifactId>group-authorizer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<name>strimzi-kafka-group-authorizer</name>
<description>A Group ACL Authorizer for Strmzi Kafaka</description>
Expand All @@ -26,7 +26,7 @@
<scm>
<connection>scm:git:git://github.com/bf2fc6cc711aee1a0c2a/kafka-group-authorizer.git</connection>
<developerConnection>scm:git:[email protected]:bf2fc6cc711aee1a0c2a/kafka-group-authorizer.git</developerConnection>
<tag>HEAD</tag>
<tag>2.0.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -215,7 +215,7 @@
<profile>
<id>release</id>
<properties>
<release.properties></release.properties>
<release.properties />
</properties>
<build>
<plugins>
Expand All @@ -232,7 +232,7 @@
<profile>
<id>release-perform</id>
<properties>
<release.arguments></release.arguments>
<release.arguments />
<!-- we don't want to deploy to a maven repository -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
Expand Down

0 comments on commit 05b65aa

Please sign in to comment.