File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 3
3
<groupId >io.kafkaesque.pulsar</groupId >
4
4
<artifactId >pulsar-client-plugin</artifactId >
5
5
<packaging >jar</packaging >
6
- <version >0.0.3 -SNAPSHOT</version >
6
+ <version >0.0.4 -SNAPSHOT</version >
7
7
8
8
9
9
<name >pulsar-client-plugin</name >
81
81
<version >3.0.0-M1</version >
82
82
</plugin >
83
83
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
+
84
98
</plugins >
85
99
</build >
86
100
<dependencies >
140
154
<version >0.10.5</version >
141
155
</dependency >
142
156
</dependencies >
157
+
158
+ <!-- Maven central publish required -->
143
159
<licenses >
144
160
<license >
145
161
<name >The Apache License, Version 2.0</name >
151
167
<
connection >scm:git:
[email protected] :kafkaesque-io/pulsar-client-plugin.git</
connection >
152
168
<
developerConnection >scm:git:
[email protected] :kafkaesque-io/pulsar-client-plugin.git</
developerConnection >
153
169
<url >https://github.com/kafkaesque-io/pulsar-client-plugin</url >
154
- <tag >xchange -0.0.2 </tag >
170
+ <tag >xrelease -0.0.5 </tag >
155
171
</scm >
156
172
<developers >
157
173
<developer >
You can’t perform that action at this time.
0 commit comments