Skip to content

Commit 0ec4477

Browse files
committed
add maven checksum plugin
1 parent 1374cd9 commit 0ec4477

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

java/pom.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>io.kafkaesque.pulsar</groupId>
44
<artifactId>pulsar-client-plugin</artifactId>
55
<packaging>jar</packaging>
6-
<version>0.0.3-SNAPSHOT</version>
6+
<version>0.0.4-SNAPSHOT</version>
77

88

99
<name>pulsar-client-plugin</name>
@@ -81,6 +81,20 @@
8181
<version>3.0.0-M1</version>
8282
</plugin>
8383

84+
<!-- checksum plugin -->
85+
<plugin>
86+
<groupId>net.ju-n.maven.plugins</groupId>
87+
<artifactId>checksum-maven-plugin</artifactId>
88+
<version>1.2</version>
89+
<executions>
90+
<execution>
91+
<goals>
92+
<goal>artifacts</goal>
93+
</goals>
94+
</execution>
95+
</executions>
96+
</plugin>
97+
8498
</plugins>
8599
</build>
86100
<dependencies>
@@ -140,6 +154,8 @@
140154
<version>0.10.5</version>
141155
</dependency>
142156
</dependencies>
157+
158+
<!--Maven central publish required -->
143159
<licenses>
144160
<license>
145161
<name>The Apache License, Version 2.0</name>
@@ -151,7 +167,7 @@
151167
<connection>scm:git:[email protected]:kafkaesque-io/pulsar-client-plugin.git</connection>
152168
<developerConnection>scm:git:[email protected]:kafkaesque-io/pulsar-client-plugin.git</developerConnection>
153169
<url>https://github.com/kafkaesque-io/pulsar-client-plugin</url>
154-
<tag>xchange-0.0.2</tag>
170+
<tag>xrelease-0.0.5</tag>
155171
</scm>
156172
<developers>
157173
<developer>

0 commit comments

Comments
 (0)