Skip to content

Commit c0884fb

Browse files
committed
fixing maven poms
1 parent 41bde25 commit c0884fb

File tree

2 files changed

+4
-4
lines changed
  • samples
    • spring-eventsourced-customer-registry
    • spring-fibonacci-action

2 files changed

+4
-4
lines changed

samples/spring-eventsourced-customer-registry/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,12 @@
308308
<dependency>
309309
<groupId>io.kalix</groupId>
310310
<artifactId>kalix-spring-sdk</artifactId>
311-
<version>1.0.8-14-fedc8579-dev-SNAPSHOT</version>
311+
<version>${kalix-sdk.version}</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>io.kalix</groupId>
315315
<artifactId>kalix-spring-sdk-testkit</artifactId>
316-
<version>1.0.8-14-fedc8579-dev-SNAPSHOT</version>
316+
<version>${kalix-sdk.version}</version>
317317
<scope>test</scope>
318318
</dependency>
319319

samples/spring-fibonacci-action/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@
307307
<dependency>
308308
<groupId>io.kalix</groupId>
309309
<artifactId>kalix-spring-sdk</artifactId>
310-
<version>1.0.8-14-fedc8579-dev-SNAPSHOT</version>
310+
<version>${kalix-sdk.version}</version>
311311
</dependency>
312312
<dependency>
313313
<groupId>io.kalix</groupId>
314314
<artifactId>kalix-spring-sdk-testkit</artifactId>
315-
<version>1.0.8-14-fedc8579-dev-SNAPSHOT</version>
315+
<version>${kalix-sdk.version}</version>
316316
<scope>test</scope>
317317
</dependency>
318318

0 commit comments

Comments
 (0)