Skip to content

Commit

Permalink
对instep的依赖指向3.0.0。
Browse files Browse the repository at this point in the history
  • Loading branch information
InsideZhou committed Jun 20, 2022
1 parent daa81ff commit 0059c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
@@ -1,4 +1,4 @@
image: inside/publish-to-sonatype
image: inside/gradle:7

pipelines:
tags:
Expand Down
5 changes: 3 additions & 2 deletions buildSrc/src/main/groovy/southernquiet.gradle
Expand Up @@ -14,11 +14,11 @@ plugins {
}

group = 'me.insidezhou.southernquiet'
version = '4.7.2.002-SNAPSHOT'
version = '4.7.2'

ext {
jsonpathVersion = '2.4.0'
instepVersion = '3.0.0.001-SNAPSHOT'
instepVersion = '3.0.0'
}

configurations.all {
Expand All @@ -27,6 +27,7 @@ configurations.all {

repositories {
mavenLocal()
mavenCentral()
maven { url "https://maven.aliyun.com/repository/public" }
maven {
url 'https://pkgs.dev.azure.com/insidezhou/_packaging/insidezhou/maven/v1'
Expand Down

0 comments on commit 0059c76

Please sign in to comment.