We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ff164 commit 85d1028Copy full SHA for 85d1028
pom.xml
@@ -74,7 +74,7 @@
74
<dependency>
75
<groupId>com.redislabs</groupId>
76
<artifactId>spring-batch-redis</artifactId>
77
- <version>2.13.5-SNAPSHOT</version>
+ <version>2.13.5</version>
78
</dependency>
79
80
<groupId>org.projectlombok</groupId>
@@ -219,11 +219,12 @@
219
<plugin>
220
<groupId>org.jreleaser</groupId>
221
<artifactId>jreleaser-maven-plugin</artifactId>
222
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.4.0</version>
223
<configuration>
224
<jreleaser>
225
<distributions>
226
<kafka-connect-archive>
227
+ <name>kafka-connect-archive</name>
228
<artifacts>
229
<artifact>
230
<path>target/components/packages/redislabs-${project.artifactId}-${project.version}.zip</path>
0 commit comments