Skip to content

Commit

Permalink
release: v0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
eledhwen committed Jan 10, 2025
1 parent 98985f8 commit 8430fe8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The library requires Java 17+, in order to use it, add the following in your `po
<dependency>
<groupId>tech.illuin</groupId>
<artifactId>data-pipeline</artifactId>
<version>0.20.1</version>
<version>0.21</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tech.illuin</groupId>
<artifactId>data-pipeline-parent</artifactId>
<version>0.20.1</version>
<version>0.21</version>
</parent>

<artifactId>data-pipeline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.illuin</groupId>
<artifactId>data-pipeline-parent</artifactId>
<version>0.20.1</version>
<version>0.21</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion resilience4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tech.illuin</groupId>
<artifactId>data-pipeline-parent</artifactId>
<version>0.20.1</version>
<version>0.21</version>
</parent>

<artifactId>data-pipeline-resilience4j</artifactId>
Expand Down

0 comments on commit 8430fe8

Please sign in to comment.