From 294d8ff5155b21c196175a27822d8502cc9011e2 Mon Sep 17 00:00:00 2001 From: Thomas Crowley Date: Thu, 9 Jan 2025 11:48:00 +1100 Subject: [PATCH] io.factorhouse/kpow-streams-agent "1.0.0-rc8" --- .github/workflows/release.yml | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c26616..89e3315 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE - name: Publish package - run: mvn --batch-mode -Dsource=11 -Dtarget=11 -Dmaven.compiler.source=11 -Dmaven.compiler.target=11 deploy + run: mvn --batch-mode -Dsource=1.8 -Dtarget=1.8 -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 deploy env: MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }} diff --git a/project.clj b/project.clj index 2ce5705..2a7bcf0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/kpow-streams-agent "1.0.0-rc7" +(defproject io.factorhouse/kpow-streams-agent "1.0.0-rc8" :description "Kpow's Kafka Streams monitoring agent" :url "https://github.com/factorhouse/kpow-streams-agent" :license {:name "Apache-2.0 License"