Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes committed Sep 27, 2023
1 parent 5b5777f commit 7e7d203
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the plugin to your `pom.xml`:
<plugin>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/compiletime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin-benchmark</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>slf4j-caller-info-maven-plugin-benchmark-compiletime</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/compiletime/src/it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin-benchmark</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>slf4j-caller-info-maven-plugin-benchmark-compiletime-test</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin-benchmark</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>slf4j-caller-info-maven-plugin-benchmark-log4j2</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin-benchmark</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>slf4j-caller-info-maven-plugin-benchmark-logback</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ THE POSSIBILITY OF SUCH DAMAGE.

<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin-benchmark</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>JMH benchmarking modules</name>
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 @@
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>SLF4J Caller-Information Injection Plugin</name>
<description>Maven plugin adding caller-information to all SLF4J Log statements during compilation</description>
<url>https://github.com/PhilKes/slfj4-caller-info-maven-plugin</url>
Expand Down
4 changes: 2 additions & 2 deletions src/it/projects/logback-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin-test-logback-default</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -30,7 +30,7 @@
<plugin>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions src/it/projects/logback-filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin-test-logback-excluded</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -30,7 +30,7 @@
<plugin>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions src/it/projects/logback-injected-methods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin-test-logback-injected-methods</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -30,7 +30,7 @@
<plugin>
<groupId>io.github.philkes</groupId>
<artifactId>slf4j-caller-info-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 7e7d203

Please sign in to comment.