Skip to content

Commit 8c31784

Browse files
joe-braleyweb-flow
andauthored
Java: prepare release java-0.2.8-alpha (#2426)
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 Co-authored-by: GitHub <noreply@github.com>
1 parent 8497b4d commit 8c31784

File tree

16 files changed

+24
-30
lines changed

16 files changed

+24
-30
lines changed

java/api-test/api-usage-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.semantic-kernel.test</groupId>
88
<artifactId>api-test</artifactId>
9-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

java/api-test/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.semantic-kernel.test</groupId>
88
<artifactId>api-test</artifactId>
9-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

java/api-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.semantic-kernel</groupId>
88
<artifactId>semantickernel-parent</artifactId>
9-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

java/connectors/semantickernel-connectors-ai-openai/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.microsoft.semantic-kernel</groupId>
98
<artifactId>semantickernel-parent</artifactId>
10-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1110
<relativePath>../../pom.xml</relativePath>
1211
</parent>
1312

java/connectors/semantickernel-connectors-memory-azurecognitivesearch/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.microsoft.semantic-kernel</groupId>
98
<artifactId>semantickernel-parent</artifactId>
10-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1110
<relativePath>../../pom.xml</relativePath>
1211
</parent>
1312

java/connectors/semantickernel-connectors-memory-sqlite/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.microsoft.semantic-kernel</groupId>
98
<artifactId>semantickernel-parent</artifactId>
10-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1110
<relativePath>../../pom.xml</relativePath>
1211
</parent>
1312

java/extensions/semantickernel-gpt3-tokenizer/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.microsoft.semantic-kernel</groupId>
86
<artifactId>semantickernel-parent</artifactId>
9-
<version>0.2.8-alpha-SNAPSHOT</version>
7+
<version>0.2.8-alpha</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

java/extensions/semantickernel-planners/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.semantic-kernel</groupId>
88
<artifactId>semantickernel-parent</artifactId>
9-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

java/plugins/semantickernel-plugin-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.semantic-kernel</groupId>
88
<artifactId>semantickernel-parent</artifactId>
9-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

java/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
54

65
<modelVersion>4.0.0</modelVersion>
76

87
<groupId>com.microsoft.semantic-kernel</groupId>
98
<artifactId>semantickernel-parent</artifactId>
10-
<version>0.2.8-alpha-SNAPSHOT</version>
9+
<version>0.2.8-alpha</version>
1110
<packaging>pom</packaging>
1211
<url>https://www.github.com/microsoft/semantic-kernel</url>
1312
<name>Semantic Kernel Parent</name>
@@ -682,7 +681,7 @@
682681
<licenseHeader>
683682
<content>// Copyright (c) Microsoft. All rights reserved.</content>
684683
</licenseHeader>
685-
<toggleOffOn/>
684+
<toggleOffOn />
686685
</java>
687686
</configuration>
688687
</plugin>
@@ -805,6 +804,6 @@
805804
<url>https://github.com/microsoft/semantic-kernel</url>
806805
<connection>scm:git:https://github.com/microsoft/semantic-kernel.git</connection>
807806
<developerConnection>scm:git:https://github.com/microsoft/semantic-kernel.git</developerConnection>
808-
<tag>HEAD</tag>
807+
<tag>java-0.2.8-alpha</tag>
809808
</scm>
810809
</project>

0 commit comments

Comments
 (0)