Skip to content

Commit 811adc0

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 89b68c1 commit 811adc0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

java/copilot-native/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github</groupId>
1010
<artifactId>copilot-sdk-java-parent</artifactId>
11-
<version>1.0.11-preview.2</version>
11+
<version>1.0.12-preview.2-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -24,7 +24,7 @@
2424
<connection>scm:git:https://github.com/github/copilot-sdk.git</connection>
2525
<developerConnection>scm:git:https://github.com/github/copilot-sdk.git</developerConnection>
2626
<url>https://github.com/github/copilot-sdk</url>
27-
<tag>java/v1.0.11-preview.2</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929

3030
<properties>

java/pom.xml

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

88
<groupId>com.github</groupId>
99
<artifactId>copilot-sdk-java-parent</artifactId>
10-
<version>1.0.11-preview.2</version>
10+
<version>1.0.12-preview.2-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

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

3939
<modules>

java/sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github</groupId>
1010
<artifactId>copilot-sdk-java-parent</artifactId>
11-
<version>1.0.11-preview.2</version>
11+
<version>1.0.12-preview.2-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -24,7 +24,7 @@
2424
<connection>scm:git:https://github.com/github/copilot-sdk.git</connection>
2525
<developerConnection>scm:git:https://github.com/github/copilot-sdk.git</developerConnection>
2626
<url>https://github.com/github/copilot-sdk</url>
27-
<tag>java/v1.0.11-preview.2</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929

3030
<distributionManagement>

0 commit comments

Comments
 (0)