Skip to content

Commit aac14d3

Browse files
[maven-release-plugin] prepare release v1.0.7
1 parent 15dc157 commit aac14d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.github.copilot-community-sdk</groupId>
99
<artifactId>copilot-sdk</artifactId>
10-
<version>1.0.7-SNAPSHOT</version>
10+
<version>1.0.7</version>
1111
<packaging>jar</packaging>
1212

1313
<name>GitHub Copilot Community SDK :: Java</name>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</connection>
3434
<developerConnection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</developerConnection>
3535
<url>https://github.com/copilot-community-sdk/copilot-sdk-java</url>
36-
<tag>HEAD</tag>
36+
<tag>v1.0.7</tag>
3737
</scm>
3838

3939
<properties>
@@ -109,8 +109,8 @@
109109
<!-- Load the target commit from .lastmerge file -->
110110
<loadfile property="copilot.sdk.commit" srcFile="${project.basedir}/.lastmerge">
111111
<filterchain>
112-
<striplinebreaks/>
113-
<trim/>
112+
<striplinebreaks />
113+
<trim />
114114
</filterchain>
115115
</loadfile>
116116

0 commit comments

Comments
 (0)