This repository was archived by the owner on Mar 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <groupId >io.github.copilot-community-sdk</groupId >
99 <artifactId >copilot-sdk</artifactId >
10- <version >1.0.2-SNAPSHOT </version >
10+ <version >1.0.2</version >
1111 <packaging >jar</packaging >
1212
1313 <name >GitHub Copilot Community SDK :: Java</name >
3333 <connection >scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</connection >
3434 <developerConnection >scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</developerConnection >
3535 <url >https://github.com/copilot-community-sdk/copilot-sdk-java</url >
36- <tag >v1.0.1 </tag >
36+ <tag >v1.0.2 </tag >
3737 </scm >
3838
3939 <properties >
9292 </goals >
9393 <configuration >
9494 <target >
95- <copy file =" ${project.basedir}/README.md"
96- tofile =" ${project.basedir}/src/site/markdown/index.md" />
97- <copy file =" ${project.basedir}/image.png"
98- tofile =" ${project.basedir}/src/site/resources/image.png" />
95+ <copy file =" ${project.basedir}/README.md" tofile =" ${project.basedir}/src/site/markdown/index.md" />
96+ <copy file =" ${project.basedir}/image.png" tofile =" ${project.basedir}/src/site/resources/image.png" />
9997 </target >
10098 </configuration >
10199 </execution >
You can’t perform that action at this time.
0 commit comments