File tree Expand file tree Collapse file tree 7 files changed +11
-6
lines changed
Expand file tree Collapse file tree 7 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1717 default : false
1818 type : boolean
1919
20+ permissions :
21+ contents : write
22+
2023jobs :
2124 release :
2225 runs-on : ubuntu-latest
2326
2427 steps :
2528 - uses : actions/checkout@v4
29+ with :
30+ token : ${{ secrets.GITHUB_TOKEN }}
2631
2732 - name : Set up JDK 17
2833 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.agentclientprotocol</groupId >
99 <artifactId >acp-java-sdk</artifactId >
10- <version >0.9 .0-SNAPSHOT</version >
10+ <version >0.10 .0-SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >acp-agent-support</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.agentclientprotocol</groupId >
99 <artifactId >acp-java-sdk</artifactId >
10- <version >0.9 .0-SNAPSHOT</version >
10+ <version >0.10 .0-SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >acp-annotations</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.agentclientprotocol</groupId >
99 <artifactId >acp-java-sdk</artifactId >
10- <version >0.9 .0-SNAPSHOT</version >
10+ <version >0.10 .0-SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >acp-core</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.agentclientprotocol</groupId >
99 <artifactId >acp-java-sdk</artifactId >
10- <version >0.9 .0-SNAPSHOT</version >
10+ <version >0.10 .0-SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >acp-test</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.agentclientprotocol</groupId >
99 <artifactId >acp-java-sdk</artifactId >
10- <version >0.9 .0-SNAPSHOT</version >
10+ <version >0.10 .0-SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >acp-websocket-jetty</artifactId >
Original file line number Diff line number Diff line change 66
77 <groupId >com.agentclientprotocol</groupId >
88 <artifactId >acp-java-sdk</artifactId >
9- <version >0.9 .0-SNAPSHOT</version >
9+ <version >0.10 .0-SNAPSHOT</version >
1010 <packaging >pom</packaging >
1111
1212 <name >ACP Java SDK</name >
You can’t perform that action at this time.
0 commit comments