Skip to content

Commit

Permalink
Merge branch 'bkdevops-projects:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
felixncheng authored Jul 25, 2024
2 parents f79a9d4 + a16b66e commit 1bc6e65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-snapshot-jdk17.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Trigger building on push event, and publishing snapshot package if in base repository
name: Build and Publish snapshot package
on:
workflow_dispatch:
push:
branches:
- develop-0.0.10
- jdk17
paths-ignore:
- '.github/**'
- 'docs/**'
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Release {
const val Group = "com.tencent.devops"
const val Version = "0.0.9-SNAPSHOT"
const val Version = "0.0.10-SNAPSHOT"
}

object Versions {
Expand Down
2 changes: 1 addition & 1 deletion devops-boot-sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.tencent.devops.boot") version "0.0.9-SNAPSHOT"
id("com.tencent.devops.boot") version "0.0.10-SNAPSHOT"
}

allprojects {
Expand Down

0 comments on commit 1bc6e65

Please sign in to comment.