micronaut-logging/src/it/level-from-micronaut/pom.xml
Stephan Schnabel def132dfac
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
chore: fix invalid renovate preset configuration
2025-06-27 20:57:04 +02:00

12 lines
508 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.kokuwa.micronaut</groupId>
<artifactId>mirconaut-logging-it</artifactId>
<version>LOCAL-SNAPSHOT</version>
</parent>
<artifactId>mirconaut-logging-it-level-from-micronaut</artifactId>
</project>