diff --git a/.github/workflows/on_release.yml b/.github/workflows/on_release.yml index f9bb55b..202b334 100644 --- a/.github/workflows/on_release.yml +++ b/.github/workflows/on_release.yml @@ -34,7 +34,7 @@ jobs: - name: Update java version run: mvn versions:set -DnewVersion=${VERSION} -B -U - name: Build and Release - run: mvn -s .ci-settings.xml clean deploy -DskipTests -P release-ossrh -B -U -pl agent,deep --also-make + run: mvn -s .ci-settings.xml clean package deploy -DskipTests -P release-ossrh -B -U -pl agent,deep --also-make - name: Upload agent to release uses: svenstaro/upload-release-action@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f77a91..0be9150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.2.2 - (23/0352024) +- **[BUGFIX]**: build: fix shade include of META-INF/services [#128](https://github.com/intergral/deep/pull/128) [@Umaaz](https://github.com/Umaaz) +- # 1.2.1 - (12/03/2024) - **[BUGFIX]**: plugin: fix ColdFusion detection on Windows [#116](https://github.com/intergral/deep/pull/116) [@LMarkie](https://github.com/LMarkie) - **[BUGFIX]**: plugin: ensure that failed plugins do not block start up [#118](https://github.com/intergral/deep/pull/118) [@Umaaz](https://github.com/Umaaz) diff --git a/agent/pom.xml b/agent/pom.xml index 950c2fc..a1b5fed 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -370,6 +370,7 @@ ${project.build.directory}/unpack/META-INF/native/netty_tcnative_windows_x86_64.dll +