Skip to content

Commit 85d1028

Browse files
committed
upgraded to latest spring-batch-redis release
1 parent b3ff164 commit 85d1028

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.redislabs</groupId>
7676
<artifactId>spring-batch-redis</artifactId>
77-
<version>2.13.5-SNAPSHOT</version>
77+
<version>2.13.5</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.projectlombok</groupId>
@@ -219,11 +219,12 @@
219219
<plugin>
220220
<groupId>org.jreleaser</groupId>
221221
<artifactId>jreleaser-maven-plugin</artifactId>
222-
<version>0.5.0-SNAPSHOT</version>
222+
<version>0.4.0</version>
223223
<configuration>
224224
<jreleaser>
225225
<distributions>
226226
<kafka-connect-archive>
227+
<name>kafka-connect-archive</name>
227228
<artifacts>
228229
<artifact>
229230
<path>target/components/packages/redislabs-${project.artifactId}-${project.version}.zip</path>

0 commit comments

Comments
 (0)