Skip to content

Commit

Permalink
Release version 2.0.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Dec 9, 2024
1 parent 2c9e5a8 commit aaad7d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>reactiverse-contextual-logging-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.CR1</version>
</parent>

<artifactId>reactiverse-contextual-logging-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>reactiverse-contextual-logging-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.CR1</version>
</parent>

<artifactId>reactiverse-contextual-logging-jul</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>reactiverse-contextual-logging-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.CR1</version>
</parent>

<artifactId>reactiverse-contextual-logging-log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>reactiverse-contextual-logging-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.CR1</version>
</parent>

<artifactId>reactiverse-contextual-logging-logback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.reactiverse</groupId>
<artifactId>reactiverse-contextual-logging-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.CR1</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit aaad7d1

Please sign in to comment.