Skip to content

Commit 174afc5

Browse files
committed
[maven-release-plugin] prepare release xchange-0.0.2
1 parent c110aba commit 174afc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>io.kafkaesque.pulsar</groupId>
54
<artifactId>pulsar-client-plugin</artifactId>
65
<packaging>jar</packaging>
7-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.2</version>
87

98
<name>pulsar-client-plugin</name>
109
<description>Plugins for Pulsar Client</description>
@@ -151,6 +150,7 @@
151150
<connection>scm:git:[email protected]:kafkaesque-io/pulsar-client-plugin.git</connection>
152151
<developerConnection>scm:git:[email protected]:kafkaesque-io/pulsar-client-plugin.git</developerConnection>
153152
<url>https://github.com/kafkaesque-io/pulsar-client-plugin</url>
153+
<tag>xchange-0.0.2</tag>
154154
</scm>
155155
<developers>
156156
<developer>

0 commit comments

Comments
 (0)