Skip to content

Commit d88d0a2

Browse files
authored
Merge pull request #10 from edburns/edburns/dd-2794379-cosmetic-post-public-fixes
Adopt versioning scheme from adr-002-maven-version-and-reference-implementation-tracking.md
2 parents 28637b9 + 78d9675 commit d88d0a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Java SDK for programmatic control of GitHub Copilot CLI, enabling you to build A
3333
<dependency>
3434
<groupId>com.github</groupId>
3535
<artifactId>copilot-sdk-java</artifactId>
36-
<version>0.1.32</version>
36+
<version>0.1.32-java.0</version>
3737
</dependency>
3838
```
3939

@@ -53,7 +53,7 @@ Snapshot builds of the next development version are published to Maven Central S
5353
<dependency>
5454
<groupId>com.github</groupId>
5555
<artifactId>copilot-sdk-java</artifactId>
56-
<version>0.1.33-SNAPSHOT</version>
56+
<version>0.1.33-java.0-SNAPSHOT</version>
5757
</dependency>
5858
```
5959

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.github</groupId>
99
<artifactId>copilot-sdk-java</artifactId>
10-
<version>0.1.33-SNAPSHOT</version>
10+
<version>0.1.33-java.0-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<name>GitHub Copilot SDK :: Java</name>

0 commit comments

Comments
 (0)