Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Mar 2, 2022
1 parent b401e12 commit 5a7afdf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 2 additions & 4 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.cbornet</groupId>
<artifactId>pulsar-protocol-handler-grpc-parent</artifactId>
<version>2.8.2.1-SNAPSHOT</version>
<version>2.8.2.1</version>
</parent>

<artifactId>pulsar-grpc-benchmark</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

<groupId>io.github.cbornet</groupId>
<artifactId>pulsar-protocol-handler-grpc-parent</artifactId>
<version>2.8.2.1-SNAPSHOT</version>
<version>2.8.2.1</version>
<name>Pulsar Protocol Handler :: gRPC Parent</name>
<description>Parent for Pulsar gRPC Protocol Handler.</description>

Expand All @@ -36,7 +35,7 @@
<connection>scm:git:[email protected]:cbornet/pulsar-grpc.git</connection>
<developerConnection>scm:git:[email protected]:cbornet/pulsar-grpc.git</developerConnection>
<url>https://github.com/cbornet/pulsar-grpc</url>
<tag>HEAD</tag>
<tag>v2.8.2.1</tag>
</scm>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions protocol-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.cbornet</groupId>
<artifactId>pulsar-protocol-handler-grpc-parent</artifactId>
<version>2.8.2.1-SNAPSHOT</version>
<version>2.8.2.1</version>
</parent>

<artifactId>pulsar-protocol-handler-grpc</artifactId>
Expand Down

0 comments on commit 5a7afdf

Please sign in to comment.