diff --git a/README.md b/README.md index 6d13c51..9f78cc0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Provides Maven integration for [BTrace](https://github.com/btraceio/btrace) -__Version: 2.2.5__ +__Version: 2.2.6__ ## Components @@ -15,7 +15,7 @@ Allows compilation of BTrace scripts as a part of the Maven project lifecycle. io.btrace btrace-maven-plugin - 2.2.5 + 2.2.6 @@ -52,7 +52,7 @@ mvn archetype:generate -DartifactId=[your project's artifact id] -DarchetypeGroupId=io.btrace -DarchetypeArtifactId=btrace-project-archetype - -DarchetypeVersion=2.2.5 + -DarchetypeVersion=2.2.6 ``` ## Usage diff --git a/btrace-maven-plugin/pom.xml b/btrace-maven-plugin/pom.xml index dfdc120..78db2e6 100644 --- a/btrace-maven-plugin/pom.xml +++ b/btrace-maven-plugin/pom.xml @@ -4,7 +4,7 @@ io.btrace btrace-maven - 2.2.5 + 2.2.6 4.0.0 btrace-maven-plugin @@ -72,7 +72,7 @@ io.btrace btrace-client - 2.2.5 + 2.2.6 org.apache.maven diff --git a/btrace-project-archetype/pom.xml b/btrace-project-archetype/pom.xml index faf3b2e..f32b3b8 100644 --- a/btrace-project-archetype/pom.xml +++ b/btrace-project-archetype/pom.xml @@ -3,7 +3,7 @@ io.btrace btrace-maven - 2.2.5 + 2.2.6 4.0.0 diff --git a/btrace-project-archetype/src/main/resources/archetype-resources/pom.xml b/btrace-project-archetype/src/main/resources/archetype-resources/pom.xml index 6aebef3..f2eec38 100644 --- a/btrace-project-archetype/src/main/resources/archetype-resources/pom.xml +++ b/btrace-project-archetype/src/main/resources/archetype-resources/pom.xml @@ -6,7 +6,7 @@ ${version} - 2.2.5 + 2.2.6 diff --git a/pom.xml b/pom.xml index e6f16e5..723634c 100644 --- a/pom.xml +++ b/pom.xml @@ -33,13 +33,27 @@ https://github.com/btraceio/btrace-maven.git https://github.com/btraceio/btrace-maven - 2.2.5 + 2.2.6 io.btrace btrace-maven pom BTrace Maven Support - 2.2.5 + 2.2.6 + + + ossrh + https://oss.sonatype.org/content/repositories/releases/ + + + ossrh-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + central + https://repo.maven.apache.org/maven2/ + + UTF-8 1.7