File tree Expand file tree Collapse file tree 18 files changed +27
-30
lines changed
dapr-spring-boot-autoconfigure
dapr-spring-boot-starters
dapr-spring-boot-starter-test Expand file tree Collapse file tree 18 files changed +27
-30
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ mvn versions:set-property -Dproperty=dapr.sdk.alpha.version -DnewVersion=$DAPR_J
19
19
# ##################
20
20
21
21
# sdk-workflows
22
- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f sdk-workflows/pom.xml
22
+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f sdk-workflows/pom.xml
23
23
24
24
# testcontainers-dapr
25
- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f testcontainers-dapr/pom.xml
25
+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f testcontainers-dapr/pom.xml
26
26
27
27
# dapr-spring
28
- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -DprocessDependencies=true -f dapr-spring/pom.xml
29
- mvn versions:set-property -Dproperty=dapr.spring.version -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f dapr-spring/pom.xml
28
+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -DprocessDependencies=true -f dapr-spring/pom.xml
29
+ mvn versions:set-property -Dproperty=dapr.spring.version -DnewVersion=$DAPR_JAVA_SDK_VERSION -f dapr-spring/pom.xml
30
30
31
31
# spring-boot-examples
32
- mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_ALPHA_VERSION -f spring-boot-examples/pom.xml
32
+ mvn versions:set -DnewVersion=$DAPR_JAVA_SDK_VERSION -f spring-boot-examples/pom.xml
33
33
34
34
git clean -f
Original file line number Diff line number Diff line change @@ -190,14 +190,11 @@ jobs:
190
190
if : startswith(github.ref, 'refs/tags/v') && !contains(env.PARENT_VERSION, '-SNAPSHOT')
191
191
run : |
192
192
echo "DEPLOY_OSSRH=true" >> $GITHUB_ENV
193
- - name : Install jars
194
- if : env.DEPLOY_OSSRH == 'true'
195
- run : ./mvnw install -DskipTests -B -q
196
193
- name : Publish to ossrh
197
194
if : env.DEPLOY_OSSRH == 'true'
198
195
run : |
199
196
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
200
197
export GPG_TTY=$(tty)
201
198
gpg --batch --import private-key.gpg
202
- ./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy
199
+ ./mvnw -V -B -Dgpg.skip=false -DskipTests - s settings.xml deploy
203
200
curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.dapr
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.dapr.spring</groupId >
8
8
<artifactId >dapr-spring-parent</artifactId >
9
- <version >0 .17.0-SNAPSHOT</version >
9
+ <version >1 .17.0-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >dapr-spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.dapr.spring</groupId >
8
8
<artifactId >dapr-spring-parent</artifactId >
9
- <version >0 .17.0-SNAPSHOT</version >
9
+ <version >1 .17.0-SNAPSHOT</version >
10
10
<relativePath >../../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.dapr.spring</groupId >
8
8
<artifactId >dapr-spring-parent</artifactId >
9
- <version >0 .17.0-SNAPSHOT</version >
9
+ <version >1 .17.0-SNAPSHOT</version >
10
10
<relativePath >../../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.dapr.spring</groupId >
8
8
<artifactId >dapr-spring-parent</artifactId >
9
- <version >0 .17.0-SNAPSHOT</version >
9
+ <version >1 .17.0-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >dapr-spring-boot-tests</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.dapr.spring</groupId >
8
8
<artifactId >dapr-spring-parent</artifactId >
9
- <version >0 .17.0-SNAPSHOT</version >
9
+ <version >1 .17.0-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >dapr-spring-data</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.dapr.spring</groupId >
8
8
<artifactId >dapr-spring-parent</artifactId >
9
- <version >0 .17.0-SNAPSHOT</version >
9
+ <version >1 .17.0-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >dapr-spring-messaging</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.dapr.spring</groupId >
8
8
<artifactId >dapr-spring-parent</artifactId >
9
- <version >0 .17.0-SNAPSHOT</version >
9
+ <version >1 .17.0-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >dapr-spring-workflows</artifactId >
Original file line number Diff line number Diff line change 13
13
<groupId >io.dapr.spring</groupId >
14
14
<artifactId >dapr-spring-parent</artifactId >
15
15
<packaging >pom</packaging >
16
- <version >0 .17.0-SNAPSHOT</version >
16
+ <version >1 .17.0-SNAPSHOT</version >
17
17
<name >dapr-spring-parent</name >
18
18
<description >SDK extension for Spring and Spring Boot</description >
19
19
34
34
<testcontainers .version>1.19.8</testcontainers .version>
35
35
<junit .version>5.11.2</junit .version>
36
36
<!-- WARNING: don't change this property unless you also update .github/scripts/update_sdk_version.sh -->
37
- <dapr .spring.version>0 .17.0-SNAPSHOT</dapr .spring.version>
37
+ <dapr .spring.version>1 .17.0-SNAPSHOT</dapr .spring.version>
38
38
</properties >
39
39
40
40
<dependencyManagement >
58
58
<dependency >
59
59
<groupId >io.dapr</groupId >
60
60
<artifactId >dapr-sdk-workflows</artifactId >
61
- <version >${dapr.sdk.alpha. version} </version >
61
+ <version >${dapr.sdk.version} </version >
62
62
</dependency >
63
63
<dependency >
64
64
<groupId >io.dapr.spring</groupId >
You can’t perform that action at this time.
0 commit comments