Preparing 3.3.x release

This commit is contained in:
Alberto C. Ríos
2024-07-22 12:46:58 +02:00
parent 1f44d304ab
commit 4982d293e3
7 changed files with 25 additions and 9 deletions

View File

@@ -1,5 +1,19 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
target-branch: "3.3.x"
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message:
prefix: "3.3.x"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: gradle
directory: "/"
target-branch: "3.2.x"

View File

@@ -5,9 +5,9 @@ name: Java 17
on:
push:
branches: [ 3.2.*, 3.1.* ]
branches: [ 3.3.*, 3.2.*, 3.1.* ]
pull_request:
branches: [ 3.2.*, 3.1.* ]
branches: [ 3.3.*, 3.2.*, 3.1.* ]
jobs:
build:

View File

@@ -5,9 +5,9 @@ name: Java 21
on:
push:
branches: [ 3.2.*, 3.1.* ]
branches: [ 3.3.*, 3.2.*, 3.1.* ]
pull_request:
branches: [ 3.2.*, 3.1.* ]
branches: [ 3.3.*, 3.2.*, 3.1.* ]
jobs:
build:

View File

@@ -23,7 +23,7 @@ plugins {
description = "Spring CredHub"
ext {
springBootVersion = "3.2.8"
springBootVersion = "3.3.2"
javadocLinks = [
"https://docs.oracle.com/en/java/javase/17/docs/api/",
"https://docs.spring.io/spring-framework/docs/current/javadoc-api/"

View File

@@ -1,4 +1,4 @@
version=3.2.0-SNAPSHOT
version=3.3.0-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true

View File

@@ -39,12 +39,14 @@ set_pipeline() {
set_pipelines() {
fly -t "$FLY_TARGET" sync
set_pipeline spring-credhub pipeline.yml 3.3.x
set_pipeline spring-credhub pipeline.yml 3.2.x
set_pipeline spring-credhub pipeline.yml 3.1.x
set_pipeline spring-credhub pipeline.yml 3.0.x
set_pipeline spring-credhub pipeline.yml 2.3.x
set_pipeline spring-credhub pipeline.yml 2.2.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.3.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.2.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.1.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.0.x

View File

@@ -19,7 +19,7 @@ pluginManagement {
id 'io.spring.nohttp' version '0.0.11'
id 'io.spring.javaformat' version '0.0.42'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'org.springframework.boot' version '3.2.8'
id 'org.springframework.boot' version '3.3.2'
}
repositories {
gradlePluginPortal()
@@ -31,8 +31,8 @@ pluginManagement {
}
plugins {
id 'com.gradle.enterprise' version '3.17.6'
id 'io.spring.ge.conventions' version '0.0.17'
id 'com.gradle.enterprise' version '3.16.2'
id 'io.spring.ge.conventions' version '0.0.15'
}
dependencyResolutionManagement {