Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 27, 2024
1 parent 4646477 commit 925d78b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions commons-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<artifactId>mock-loggers-core</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<artifactId>mockito-core</artifactId>
Expand All @@ -62,7 +62,7 @@
<parent>
<artifactId>mock-loggers</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
<parent>
<artifactId>mock-loggers</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions jdk-platform-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<artifactId>mock-loggers-core</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<artifactId>mockito-core</artifactId>
Expand All @@ -58,7 +58,7 @@
<artifactId>mock-loggers</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<relativePath>../pom.xml</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,5 +526,5 @@
<url>https://github.com/vitalijr2/mock-loggers</url>
</scm>
<url>https://github.com/vitalijr2/mock-loggers</url>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</project>
4 changes: 2 additions & 2 deletions slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<artifactId>mock-loggers-core</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<artifactId>mockito-core</artifactId>
Expand All @@ -62,7 +62,7 @@
<parent>
<artifactId>mock-loggers</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions tinylog-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<artifactId>mock-loggers-core</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<artifactId>mockito-core</artifactId>
Expand All @@ -72,7 +72,7 @@
<parent>
<artifactId>mock-loggers</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions tinylog-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<artifactId>mock-loggers-core</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<artifactId>mockito-core</artifactId>
Expand Down Expand Up @@ -77,7 +77,7 @@
<parent>
<artifactId>mock-loggers</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<profiles>
<profile>
Expand Down

0 comments on commit 925d78b

Please sign in to comment.