We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3377c5 commit c661828Copy full SHA for c661828
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>io.github.copilot-community-sdk</groupId>
11
<artifactId>copilot-sdk</artifactId>
12
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
13
<packaging>jar</packaging>
14
15
<name>GitHub Copilot Community SDK :: Java</name>
@@ -186,7 +186,6 @@
186
</execution>
187
</executions>
188
</plugin>
189
- <!--
190
<plugin>
191
<groupId>org.apache.maven.plugins</groupId>
192
<artifactId>maven-gpg-plugin</artifactId>
@@ -201,7 +200,6 @@
201
200
202
203
204
- -->
205
206
<groupId>org.sonatype.central</groupId>
207
<artifactId>central-publishing-maven-plugin</artifactId>
0 commit comments