Skip to content

Commit 43144c5

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 76eef7a + 2fb6a8f commit 43144c5

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
<!--
33
~ Copyright (c) Microsoft Corporation. All rights reserved.
44
-->
5-
<project xmlns="http://maven.apache.org/POM/4.0.0"
6-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
86
<modelVersion>4.0.0</modelVersion>
97

108
<groupId>io.github.copilot-community-sdk</groupId>
119
<artifactId>copilot-sdk</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
10+
<version>1.0.2-SNAPSHOT</version>
1311
<packaging>jar</packaging>
1412

1513
<name>GitHub Copilot Community SDK :: Java</name>
@@ -35,7 +33,8 @@
3533
<connection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</connection>
3634
<developerConnection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</developerConnection>
3735
<url>https://github.com/copilot-community-sdk/copilot-sdk-java</url>
38-
</scm>
36+
<tag>HEAD</tag>
37+
</scm>
3938

4039
<properties>
4140
<maven.compiler.release>17</maven.compiler.release>

0 commit comments

Comments
 (0)