We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b0e13 commit 0b271f2Copy full SHA for 0b271f2
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>com.github</groupId>
9
<artifactId>copilot-sdk-java</artifactId>
10
- <version>0.2.1-java.0-SNAPSHOT</version>
+ <version>0.2.1-java.0</version>
11
<packaging>jar</packaging>
12
13
<name>GitHub Copilot SDK :: Java</name>
@@ -33,7 +33,7 @@
33
<connection>scm:git:https://github.com/github/copilot-sdk-java.git</connection>
34
<developerConnection>scm:git:https://github.com/github/copilot-sdk-java.git</developerConnection>
35
<url>https://github.com/github/copilot-sdk-java</url>
36
- <tag>HEAD</tag>
+ <tag>v0.2.1-java.0</tag>
37
</scm>
38
39
<distributionManagement>
0 commit comments