From cdb600397630d42fe2b46809609469571595d302 Mon Sep 17 00:00:00 2001
From: Sheldan <5037282+Sheldan@users.noreply.github.com>
Date: Mon, 3 Feb 2025 23:25:51 +0100
Subject: [PATCH] [AB-xxx] preparing for release of minor version
---
.env | 2 +-
.github/workflows/release_manual.yml | 3 +--
abstracto-application/pom.xml | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.env b/.env
index 2cc67b2fd..5ba03973c 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,2 @@
REGISTRY_PREFIX=harbor.sheldan.dev/abstracto/
-VERSION=1.5.61
\ No newline at end of file
+VERSION=1.6.0
\ No newline at end of file
diff --git a/.github/workflows/release_manual.yml b/.github/workflows/release_manual.yml
index 15fb80d85..ef664171c 100644
--- a/.github/workflows/release_manual.yml
+++ b/.github/workflows/release_manual.yml
@@ -30,7 +30,7 @@ jobs:
with:
title: Release of version ${{ env.version }}
- name: Release maven packages
- uses: qcastel/github-actions-maven-release@v1.12.41
+ uses: qcastel/github-actions-maven-release@v1.12.43
env:
JAVA_HOME: /usr/lib/jvm/java-17-openjdk/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -39,7 +39,6 @@ jobs:
git-release-bot-name: "release-bot"
git-release-bot-email: "release-bot@sheldan.dev"
release-branch-name: master
- version-minor: true
maven-args: "-Dmaven.javadoc.skip=true -s settings.xml -DskipTests"
access-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install node dependencies and build
diff --git a/abstracto-application/pom.xml b/abstracto-application/pom.xml
index dd87a34a9..26fa596cc 100644
--- a/abstracto-application/pom.xml
+++ b/abstracto-application/pom.xml
@@ -33,7 +33,7 @@
scm:git:${project.scm.url}
scm:git:${project.scm.url}
https://github.com/Sheldan/abstracto.git
- HEAD
+ v1.5.62