File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
GOARCH : amd64
26
26
GOPROXY : https://proxy.golang.org
27
27
JDK_VER : ${{ matrix.java }}
28
- DAPR_CLI_VER : 1.9 .1
29
- DAPR_RUNTIME_VER : 1.9.3
30
- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.9 .1/install/install.sh
28
+ DAPR_CLI_VER : 1.10.0-rc .1
29
+ DAPR_RUNTIME_VER : 1.10.0-rc.2
30
+ DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.10.0-rc .1/install/install.sh
31
31
DAPR_CLI_REF :
32
- DAPR_REF : a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00
32
+ DAPR_REF :
33
33
steps :
34
34
- uses : actions/checkout@v3
35
35
- name : Set up OpenJDK ${{ env.JDK_VER }}
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
GOARCH : amd64
38
38
GOPROXY : https://proxy.golang.org
39
39
JDK_VER : ${{ matrix.java }}
40
- DAPR_CLI_VER : 1.9 .1
41
- DAPR_RUNTIME_VER : 1.9.3
42
- DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.9 .1/install/install.sh
40
+ DAPR_CLI_VER : 1.10.0-rc .1
41
+ DAPR_RUNTIME_VER : 1.10.0-rc.2
42
+ DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/v1.10.0-rc .1/install/install.sh
43
43
DAPR_CLI_REF :
44
- DAPR_REF : a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00
44
+ DAPR_REF :
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
- name : Set up OpenJDK ${{ env.JDK_VER }}
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.dapr</groupId >
9
9
<artifactId >dapr-sdk-parent</artifactId >
10
- <version >1.8 .0-SNAPSHOT</version >
10
+ <version >1.9 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >dapr-sdk-examples</artifactId >
14
14
<packaging >jar</packaging >
15
- <version >1.8 .0-SNAPSHOT</version >
15
+ <version >1.9 .0-SNAPSHOT</version >
16
16
<name >dapr-sdk-examples</name >
17
17
18
18
<properties >
Original file line number Diff line number Diff line change 7
7
<groupId >io.dapr</groupId >
8
8
<artifactId >dapr-sdk-parent</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.8 .0-SNAPSHOT</version >
10
+ <version >1.9 .0-SNAPSHOT</version >
11
11
<name >dapr-sdk-parent</name >
12
12
<description >SDK for Dapr.</description >
13
13
<url >https://dapr.io</url >
16
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
17
<grpc .version>1.42.1</grpc .version>
18
18
<protobuf .version>3.17.3</protobuf .version>
19
- <dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00 /dapr/proto</dapr .proto.baseurl>
19
+ <dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.10.0-rc.2 /dapr/proto</dapr .proto.baseurl>
20
20
<os-maven-plugin .version>1.6.2</os-maven-plugin .version>
21
21
<maven-dependency-plugin .version>3.1.1</maven-dependency-plugin .version>
22
22
<maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.dapr</groupId >
9
9
<artifactId >dapr-sdk-parent</artifactId >
10
- <version >1.8 .0-SNAPSHOT</version >
10
+ <version >1.9 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >dapr-sdk-actors</artifactId >
14
14
<packaging >jar</packaging >
15
- <version >1.8 .0-SNAPSHOT</version >
15
+ <version >1.9 .0-SNAPSHOT</version >
16
16
<name >dapr-sdk-actors</name >
17
17
<description >SDK for Actors on Dapr</description >
18
18
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.dapr</groupId >
9
9
<artifactId >dapr-sdk-parent</artifactId >
10
- <version >1.8 .0-SNAPSHOT</version >
10
+ <version >1.9 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >dapr-sdk-autogen</artifactId >
14
14
<packaging >jar</packaging >
15
- <version >1.8 .0-SNAPSHOT</version >
15
+ <version >1.9 .0-SNAPSHOT</version >
16
16
<name >dapr-sdk-autogen</name >
17
17
<description >Auto-generated SDK for Dapr</description >
18
18
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.dapr</groupId >
9
9
<artifactId >dapr-sdk-parent</artifactId >
10
- <version >1.8 .0-SNAPSHOT</version >
10
+ <version >1.9 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >dapr-sdk-springboot</artifactId >
14
14
<packaging >jar</packaging >
15
- <version >1.8 .0-SNAPSHOT</version >
15
+ <version >1.9 .0-SNAPSHOT</version >
16
16
<name >dapr-sdk-springboot</name >
17
17
<description >SDK extension for Springboot</description >
18
18
Original file line number Diff line number Diff line change 1
- {}
1
+ {}
Original file line number Diff line number Diff line change 14
14
<maven .compiler.source>11</maven .compiler.source>
15
15
<maven .compiler.target>11</maven .compiler.target>
16
16
<maven .deploy.skip>true</maven .deploy.skip>
17
- <dapr .sdk.version>1.8 .0-SNAPSHOT</dapr .sdk.version>
17
+ <dapr .sdk.version>1.9 .0-SNAPSHOT</dapr .sdk.version>
18
18
<protobuf .output.directory>${project.build.directory} /generated-sources</protobuf .output.directory>
19
19
<protobuf .input.directory>${project.basedir} /proto</protobuf .input.directory>
20
20
<grpc .version>1.42.1</grpc .version>
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.dapr</groupId >
9
9
<artifactId >dapr-sdk-parent</artifactId >
10
- <version >1.8 .0-SNAPSHOT</version >
10
+ <version >1.9 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >dapr-sdk</artifactId >
14
14
<packaging >jar</packaging >
15
- <version >1.8 .0-SNAPSHOT</version >
15
+ <version >1.9 .0-SNAPSHOT</version >
16
16
<name >dapr-sdk</name >
17
17
<description >SDK for Dapr</description >
18
18
You can’t perform that action at this time.
0 commit comments