File tree Expand file tree Collapse file tree 17 files changed +25
-25
lines changed
dapr-spring-boot-autoconfigure
dapr-spring-boot-starters
dapr-spring-boot-starter-test Expand file tree Collapse file tree 17 files changed +25
-25
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
1919# ##################
2020
2121# 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
2323
2424# 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
2626
2727# 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
3030
3131# 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
3333
3434git clean -f
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.dapr.spring</groupId >
88 <artifactId >dapr-spring-parent</artifactId >
9- <version >0 .17.0-SNAPSHOT</version >
9+ <version >1 .17.0-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >dapr-spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.dapr.spring</groupId >
88 <artifactId >dapr-spring-parent</artifactId >
9- <version >0 .17.0-SNAPSHOT</version >
9+ <version >1 .17.0-SNAPSHOT</version >
1010 <relativePath >../../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.dapr.spring</groupId >
88 <artifactId >dapr-spring-parent</artifactId >
9- <version >0 .17.0-SNAPSHOT</version >
9+ <version >1 .17.0-SNAPSHOT</version >
1010 <relativePath >../../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.dapr.spring</groupId >
88 <artifactId >dapr-spring-parent</artifactId >
9- <version >0 .17.0-SNAPSHOT</version >
9+ <version >1 .17.0-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >dapr-spring-boot-tests</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.dapr.spring</groupId >
88 <artifactId >dapr-spring-parent</artifactId >
9- <version >0 .17.0-SNAPSHOT</version >
9+ <version >1 .17.0-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >dapr-spring-data</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.dapr.spring</groupId >
88 <artifactId >dapr-spring-parent</artifactId >
9- <version >0 .17.0-SNAPSHOT</version >
9+ <version >1 .17.0-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >dapr-spring-messaging</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.dapr.spring</groupId >
88 <artifactId >dapr-spring-parent</artifactId >
9- <version >0 .17.0-SNAPSHOT</version >
9+ <version >1 .17.0-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >dapr-spring-workflows</artifactId >
Original file line number Diff line number Diff line change 1313 <groupId >io.dapr.spring</groupId >
1414 <artifactId >dapr-spring-parent</artifactId >
1515 <packaging >pom</packaging >
16- <version >0 .17.0-SNAPSHOT</version >
16+ <version >1 .17.0-SNAPSHOT</version >
1717 <name >dapr-spring-parent</name >
1818 <description >SDK extension for Spring and Spring Boot</description >
1919
5858 <dependency >
5959 <groupId >io.dapr</groupId >
6060 <artifactId >dapr-sdk-workflows</artifactId >
61- <version >${dapr.sdk.alpha. version} </version >
61+ <version >${dapr.sdk.version} </version >
6262 </dependency >
6363 <dependency >
6464 <groupId >io.dapr.spring</groupId >
Original file line number Diff line number Diff line change 127127 <dependency >
128128 <groupId >io.dapr</groupId >
129129 <artifactId >dapr-sdk-workflows</artifactId >
130- <version >${dapr.sdk.alpha. version} </version >
130+ <version >${dapr.sdk.version} </version >
131131 </dependency >
132132 <dependency >
133133 <groupId >io.dapr</groupId >
You can’t perform that action at this time.
0 commit comments