We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f6ece commit 615c065Copy full SHA for 615c065
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>io.github.copilot-community-sdk</groupId>
9
<artifactId>copilot-sdk</artifactId>
10
- <version>1.0.10</version>
+ <version>1.0.11-SNAPSHOT</version>
11
<packaging>jar</packaging>
12
13
<name>GitHub Copilot Community SDK :: Java</name>
@@ -33,7 +33,7 @@
33
<connection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</connection>
34
<developerConnection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</developerConnection>
35
<url>https://github.com/copilot-community-sdk/copilot-sdk-java</url>
36
- <tag>v1.0.10</tag>
+ <tag>HEAD</tag>
37
</scm>
38
39
<properties>
0 commit comments