From 6d08924996231bc751e4d00219e004571b3f841f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:15:11 +0000 Subject: [PATCH 01/13] Bump ch.qos.logback:logback-classic from 1.5.9 to 1.5.12 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.9 to 1.5.12. - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.9...v_1.5.12) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6138fae..322fa95 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ ch.qos.logback logback-classic - 1.5.9 + 1.5.12 From 86b382b29712d6241725d1dc579cbf5b6773b1e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:50:10 +0000 Subject: [PATCH 02/13] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.0 to 2.18.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6138fae..a84347a 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ com.fasterxml.jackson.core jackson-databind - 2.18.0 + 2.18.1 From b1e108ba58f83d94ceb99fb10182e4d0438bbcbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:13:37 +0000 Subject: [PATCH 03/13] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0fcff5..91739eb 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ com.fasterxml.jackson.core jackson-databind - 2.18.1 + 2.18.2 From bc566eed2a72fa2ccd62143cdae559d5e2349251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:20:42 +0000 Subject: [PATCH 04/13] Bump org.fxmisc.richtext:richtextfx from 0.11.3 to 0.11.4 Bumps [org.fxmisc.richtext:richtextfx](https://github.com/FXMisc/RichTextFX) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/FXMisc/RichTextFX/releases) - [Changelog](https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md) - [Commits](https://github.com/FXMisc/RichTextFX/compare/v0.11.3...v0.11.4) --- updated-dependencies: - dependency-name: org.fxmisc.richtext:richtextfx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0fcff5..9d922cb 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ net.osslabz.loggazer.LogGazerApp 22.0.2 - 0.11.3 + 0.11.4 0.0.8 1.6.5 From 08db1eb7d05410a8db042e3093a49eedf01c5353 Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Mon, 2 Dec 2024 20:47:09 +0100 Subject: [PATCH 05/13] chore: prep release --- pom.xml | 30 ------------------- .../net/osslabz/loggazer/package-info.java | 1 + 2 files changed, 1 insertion(+), 30 deletions(-) create mode 100644 src/main/java/net/osslabz/loggazer/package-info.java diff --git a/pom.xml b/pom.xml index 384059c..299a490 100644 --- a/pom.xml +++ b/pom.xml @@ -116,36 +116,6 @@ deploy - - org.apache.maven.plugins - maven-source-plugin - 3.3.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.11.1 - - - attach-javadocs - - jar - - - none - false - - - - diff --git a/src/main/java/net/osslabz/loggazer/package-info.java b/src/main/java/net/osslabz/loggazer/package-info.java new file mode 100644 index 0000000..f1d87c1 --- /dev/null +++ b/src/main/java/net/osslabz/loggazer/package-info.java @@ -0,0 +1 @@ +package net.osslabz.loggazer; \ No newline at end of file From 7a211176ad5fcb2fd569e1c97935106791076976 Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Mon, 2 Dec 2024 20:47:44 +0100 Subject: [PATCH 06/13] [release] set version to 1.1.0 --- pom.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 299a490..9119b5e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 net.osslabz log-gazer - 1.0.0-SNAPSHOT + 1.1.0 UTF-8 @@ -15,7 +13,7 @@ ${osslabz.encoding} ${osslabz.encoding} - 2024-11-25T13:11:23Z + 2024-12-02T19:47:18Z ${osslabz.java.version} net.osslabz.loggazer.LogGazerApp @@ -43,7 +41,7 @@ scm:git:https://github.com/osslabz/log-gazer.git scm:git:https://github.com/osslabz/log-gazer.git https://github.com/osslabz/log-gazer - main + 1.1.0 @@ -261,17 +259,17 @@ - + - + - - + + @@ -317,8 +315,7 @@ - + ${mainClass} From 4a9bede1d6f1f7d4149f5a386e403ba4e04ba88b Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Mon, 2 Dec 2024 21:11:08 +0100 Subject: [PATCH 07/13] fix: prep next release --- .../workflows/build-release-on-main-push.yml | 2 +- pom.xml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-release-on-main-push.yml b/.github/workflows/build-release-on-main-push.yml index 4a347d2..ed49196 100644 --- a/.github/workflows/build-release-on-main-push.yml +++ b/.github/workflows/build-release-on-main-push.yml @@ -33,7 +33,7 @@ jobs: cache: 'maven' - name: maven-build-verify - run: mvn --batch-mode -Posslabz-release,native-jpackage clean verify + run: mvn --batch-mode -Posslabz-release,native-jpackage clean release:clean release:prepare release:perform - name: configure-git-user uses: qoomon/actions--setup-git@v1 diff --git a/pom.xml b/pom.xml index 9119b5e..e1820d6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 net.osslabz log-gazer - 1.1.0 + 1.1.1-SNAPSHOT UTF-8 @@ -16,7 +17,7 @@ 2024-12-02T19:47:18Z ${osslabz.java.version} - net.osslabz.loggazer.LogGazerApp + net.osslabz.loggazer.AppStarter 1.6.5 @@ -259,17 +260,17 @@ - + - + - - + + @@ -319,6 +320,7 @@ ${mainClass} + @@ -328,6 +330,7 @@ maven-jar-plugin 3.4.2 + ${mainClass} From e16d2128ac6c4f47b10ff904cf50df32f7adc1e2 Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Mon, 2 Dec 2024 21:18:46 +0100 Subject: [PATCH 08/13] fix: prep next release --- .github/workflows/build-release-on-main-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-on-main-push.yml b/.github/workflows/build-release-on-main-push.yml index ed49196..6074f8c 100644 --- a/.github/workflows/build-release-on-main-push.yml +++ b/.github/workflows/build-release-on-main-push.yml @@ -33,7 +33,7 @@ jobs: cache: 'maven' - name: maven-build-verify - run: mvn --batch-mode -Posslabz-release,native-jpackage clean release:clean release:prepare release:perform + run: mvn --batch-mode -Posslabz-release -Pnative-jpackage clean release:clean release:prepare release:perform - name: configure-git-user uses: qoomon/actions--setup-git@v1 From 9b3621d74dbf044c1764e2c9456330fbc6f8a707 Mon Sep 17 00:00:00 2001 From: Anka Date: Mon, 2 Dec 2024 20:20:04 +0000 Subject: [PATCH 09/13] [release] set version to 1.1.1 --- pom.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e1820d6..e4878ac 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 net.osslabz log-gazer - 1.1.1-SNAPSHOT + 1.1.1 UTF-8 @@ -14,7 +13,7 @@ ${osslabz.encoding} ${osslabz.encoding} - 2024-12-02T19:47:18Z + 2024-12-02T20:19:25Z ${osslabz.java.version} net.osslabz.loggazer.AppStarter @@ -42,7 +41,7 @@ scm:git:https://github.com/osslabz/log-gazer.git scm:git:https://github.com/osslabz/log-gazer.git https://github.com/osslabz/log-gazer - 1.1.0 + 1.1.1 @@ -260,17 +259,17 @@ - + - + - - + + From 01994315f004c989c7d80700d5d1ada810966786 Mon Sep 17 00:00:00 2001 From: Anka Date: Mon, 2 Dec 2024 20:20:06 +0000 Subject: [PATCH 10/13] [release] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e4878ac..d78be58 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.osslabz log-gazer - 1.1.1 + 1.1.2-SNAPSHOT UTF-8 @@ -13,7 +13,7 @@ ${osslabz.encoding} ${osslabz.encoding} - 2024-12-02T20:19:25Z + 2024-12-02T20:20:06Z ${osslabz.java.version} net.osslabz.loggazer.AppStarter @@ -41,7 +41,7 @@ scm:git:https://github.com/osslabz/log-gazer.git scm:git:https://github.com/osslabz/log-gazer.git https://github.com/osslabz/log-gazer - 1.1.1 + 1.1.0 From 88b3bd6820171987e549acc48ae2c11bda58afdb Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Mon, 2 Dec 2024 21:30:25 +0100 Subject: [PATCH 11/13] fix: prep next release --- .../workflows/build-release-on-main-push.yml | 21 ++++++++++++++----- pom.xml | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-release-on-main-push.yml b/.github/workflows/build-release-on-main-push.yml index 6074f8c..1f44c68 100644 --- a/.github/workflows/build-release-on-main-push.yml +++ b/.github/workflows/build-release-on-main-push.yml @@ -33,22 +33,33 @@ jobs: cache: 'maven' - name: maven-build-verify - run: mvn --batch-mode -Posslabz-release -Pnative-jpackage clean release:clean release:prepare release:perform + run: mvn --batch-mode -Posslabz-release -Pnative-jpackage clean deploy - name: configure-git-user uses: qoomon/actions--setup-git@v1 with: user: bot - - name: get-latest-tag - id: get-latest-tag - uses: WyriHaximus/github-action-get-previous-tag@v1 + - name: Extract version from pom.xml file + id: version-extractor + uses: dostonhamrakulov/maven-artifact-version-extractor@v1.0 + with: + file_path: ${{ github.workspace }}/pom.xml + + - name: Get the output version + run: echo "The found version ${{ steps.version-extractor.outputs.version }}" + + - name: Tag snapshot + uses: tvdias/github-tagger@v0.0.1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + tag: ${{ steps.version-extractor.outputs.version }} - name: create-release-notes uses: softprops/action-gh-release@v2 with: generate_release_notes: true - tag_name: ${{ steps.get-latest-tag.outputs.tag }} + tag_name: ${{ steps.version-extractor.outputs.version }} files: target/dist/* - name: merge-main-to-dev diff --git a/pom.xml b/pom.xml index d78be58..23f4e70 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.osslabz log-gazer - 1.1.2-SNAPSHOT + 1.1.2 UTF-8 From 921613cc35af31ace2d237e52084a1f0ff71696f Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Mon, 2 Dec 2024 21:33:48 +0100 Subject: [PATCH 12/13] fix: prep next release --- .github/workflows/build-release-on-main-push.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-on-main-push.yml b/.github/workflows/build-release-on-main-push.yml index 1f44c68..eb935bb 100644 --- a/.github/workflows/build-release-on-main-push.yml +++ b/.github/workflows/build-release-on-main-push.yml @@ -33,7 +33,7 @@ jobs: cache: 'maven' - name: maven-build-verify - run: mvn --batch-mode -Posslabz-release -Pnative-jpackage clean deploy + run: mvn --batch-mode -Posslabz-release -Pnative-jpackage clean verify - name: configure-git-user uses: qoomon/actions--setup-git@v1 diff --git a/pom.xml b/pom.xml index 23f4e70..dfab004 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.osslabz log-gazer - 1.1.2 + 1.1.3 UTF-8 From ec9827820e23de149d969adae752ab053af5b97d Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Tue, 3 Dec 2024 07:27:00 +0100 Subject: [PATCH 13/13] fix: prep next release --- .github/workflows/build-release-on-main-push.yml | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release-on-main-push.yml b/.github/workflows/build-release-on-main-push.yml index eb935bb..c754d79 100644 --- a/.github/workflows/build-release-on-main-push.yml +++ b/.github/workflows/build-release-on-main-push.yml @@ -14,6 +14,7 @@ jobs: packages: write strategy: + max-parallel: 1 # otherwise the release upload will fail matrix: os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ] diff --git a/pom.xml b/pom.xml index dfab004..52d14f4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.osslabz log-gazer - 1.1.3 + 1.1.4 UTF-8