diff --git a/pom.xml b/pom.xml index c87b5ac..b9ab499 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 me.goudham micronaut-trace - 1.0.0 + 0.1.0 ${packaging} @@ -23,11 +23,11 @@ jar - trace + micronaut-trace - A Java annotation library to trace and time your method executions, written using Micronaut + Java annotation library to trace and time your method executions, written using Micronaut - https://github.com/sgoudham/trace + https://github.com/sgoudham/micronaut-trace @@ -41,9 +41,9 @@ - scm:git:git://github.com/sgoudham/trace.git - scm:git:ssh://github.com:sgoudham/trace.git - https://github.com/sgoudham/trace/tree/main + scm:git:git://github.com/sgoudham/micronaut-trace.git + scm:git:ssh://github.com:sgoudham/micronaut-trace.git + https://github.com/sgoudham/micronaut-trace/tree/main @@ -82,13 +82,11 @@ io.micronaut micronaut-aop - true io.micronaut.test micronaut-test-junit5 test - true org.junit.jupiter @@ -115,11 +113,11 @@ - - - - - + + + + + org.apache.maven.plugins maven-compiler-plugin