Skip to content

Commit 5a8de54

Browse files
web-flowmilderhc
authored andcommitted
[maven-release-plugin] prepare release java-1.3.0
1 parent 288df73 commit 5a8de54

File tree

20 files changed

+25
-27
lines changed

20 files changed

+25
-27
lines changed

aiservices/google/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.semantic-kernel</groupId>
66
<artifactId>semantickernel-parent</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

aiservices/huggingface/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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

aiservices/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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1110
<relativePath>../../pom.xml</relativePath>
1211
</parent>
1312

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</groupId>
88
<artifactId>api-test</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1110
<packaging>pom</packaging>
1211

1312
<url>https://www.github.com/microsoft/semantic-kernel</url>
@@ -687,7 +686,7 @@
687686
<licenseHeader>
688687
<content>// Copyright (c) Microsoft. All rights reserved.</content>
689688
</licenseHeader>
690-
<toggleOffOn/>
689+
<toggleOffOn />
691690
</java>
692691
</configuration>
693692
</plugin>
@@ -835,6 +834,6 @@
835834
<url>https://github.com/microsoft/semantic-kernel</url>
836835
<connection>scm:git:https://github.com/microsoft/semantic-kernel.git</connection>
837836
<developerConnection>scm:git:https://github.com/microsoft/semantic-kernel.git</developerConnection>
838-
<tag>HEAD</tag>
837+
<tag>java-1.3.0</tag>
839838
</scm>
840839
</project>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.semantic-kernel</groupId>
66
<artifactId>semantickernel-parent</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

samples/semantickernel-concepts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.semantic-kernel</groupId>
66
<artifactId>semantickernel-samples-parent</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

samples/semantickernel-concepts/semantickernel-syntax-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.semantic-kernel</groupId>
66
<artifactId>semantickernel-concepts</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

samples/semantickernel-demos/booking-agent-m365/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.semantic-kernel</groupId>
66
<artifactId>semantickernel-demos</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)