Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit bf4f909

Browse files
[maven-release-plugin] prepare release v1.0.2
1 parent 212d985 commit bf4f909

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pom.xml

Lines changed: 4 additions & 6 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.2-SNAPSHOT</version>
10+
<version>1.0.2</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>v1.0.1</tag>
36+
<tag>v1.0.2</tag>
3737
</scm>
3838

3939
<properties>
@@ -92,10 +92,8 @@
9292
</goals>
9393
<configuration>
9494
<target>
95-
<copy file="${project.basedir}/README.md"
96-
tofile="${project.basedir}/src/site/markdown/index.md"/>
97-
<copy file="${project.basedir}/image.png"
98-
tofile="${project.basedir}/src/site/resources/image.png"/>
95+
<copy file="${project.basedir}/README.md" tofile="${project.basedir}/src/site/markdown/index.md" />
96+
<copy file="${project.basedir}/image.png" tofile="${project.basedir}/src/site/resources/image.png" />
9997
</target>
10098
</configuration>
10199
</execution>

0 commit comments

Comments
 (0)