Skip to content

Commit

Permalink
chore: upgrade manually to version 0.9.12-SNAPSHOT after nexus error …
Browse files Browse the repository at this point in the history
…during last release
  • Loading branch information
VonDerBeck committed Mar 1, 2024
1 parent 9d4a4c0 commit c06b44c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ var redisClient = RedisClient.create(
redisAddress);
```

### .NET Application

See [connector-csharp/README.md](https://github.com/camunda-community-hub/zeebe-redis-exporter/blob/main/connector-csharp/README.md)

## Install

### Docker
Expand Down
2 changes: 1 addition & 1 deletion connector-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe.redis</groupId>
<artifactId>root</artifactId>
<version>0.9.11-SNAPSHOT</version>
<version>0.9.12-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe.redis</groupId>
<artifactId>root</artifactId>
<version>0.9.11-SNAPSHOT</version>
<version>0.9.12-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Zeebe Redis Root</name>
<groupId>io.zeebe.redis</groupId>
<artifactId>root</artifactId>
<version>0.9.11-SNAPSHOT</version>
<version>0.9.12-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit c06b44c

Please sign in to comment.