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 >com.github</groupId >
99 <artifactId >copilot-sdk-java</artifactId >
10- <version >1.0.0-beta-10-java.0-SNAPSHOT </version >
10+ <version >1.0.0-beta-10-java.0</version >
1111 <packaging >jar</packaging >
1212
1313 <name >GitHub Copilot SDK :: Java</name >
3333 <connection >scm:git:https://github.com/github/copilot-sdk-java.git</connection >
3434 <developerConnection >scm:git:https://github.com/github/copilot-sdk-java.git</developerConnection >
3535 <url >https://github.com/github/copilot-sdk-java</url >
36- <tag >HEAD </tag >
36+ <tag >v1.0.0-beta-10-java.0 </tag >
3737 </scm >
3838
3939 <distributionManagement >
796796 <target >
797797 <condition property =" java25.overlay.present" >
798798 <resourceexists >
799- <zipentry zipfile =" ${project.build.directory}/${project.build.finalName}.jar"
800- name =" META-INF/versions/25/com/github/copilot/InternalExecutorProvider.class" />
799+ <zipentry zipfile =" ${project.build.directory}/${project.build.finalName}.jar" name =" META-INF/versions/25/com/github/copilot/InternalExecutorProvider.class" />
801800 </resourceexists >
802801 </condition >
803802 <fail unless =" java25.overlay.present" >
You can’t perform that action at this time.
0 commit comments