From 78bdfe0e1e6953139d8987c80baa23caed7edb4f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 15 Jan 2023 08:11:31 +0000 Subject: [PATCH] chore: hold off on the stable release until I know more about Micronaut --- pom.xml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) 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