Skip to content

Commit b042f61

Browse files
[maven-release-plugin] prepare release v1.0.0-beta-10-java.0
1 parent 15c40fe commit b042f61

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -33,7 +33,7 @@
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>
@@ -796,8 +796,7 @@
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">

0 commit comments

Comments
 (0)