Skip to content

Commit

Permalink
Fix version in pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 14, 2024
1 parent 5f71ecd commit b6b98ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/concurrency/limits/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.common.concurrency</groupId>
<artifactId>helidon-common-concurrency-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/concurrency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion webserver/concurrency-limits/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-project</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.3-SNAPSHOT</version>
</parent>

<artifactId>helidon-webserver-concurrency-limits</artifactId>
Expand Down

0 comments on commit b6b98ea

Please sign in to comment.