Skip to content

Commit f1dee5f

Browse files
authored
[maven-release-plugin] prepare release java-1.4.4-RC1
1 parent 54512fb commit f1dee5f

File tree

25 files changed

+28
-30
lines changed

25 files changed

+28
-30
lines changed

agents/semantickernel-agents-core/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>1.4.4-RC1-SNAPSHOT</version>
7+
<version>1.4.4-RC1</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

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

aiservices/openai/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.4.4-RC1-SNAPSHOT</version>
9+
<version>1.4.4-RC1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

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

data/semantickernel-data-azureaisearch/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.4.4-RC1-SNAPSHOT</version>
7+
<version>1.4.4-RC1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

data/semantickernel-data-jdbc/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.4.4-RC1-SNAPSHOT</version>
7+
<version>1.4.4-RC1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

data/semantickernel-data-redis/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.4.4-RC1-SNAPSHOT</version>
7+
<version>1.4.4-RC1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

pom.xml

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

77
<groupId>com.microsoft.semantic-kernel</groupId>
88
<artifactId>semantickernel-parent</artifactId>
9-
<version>1.4.4-RC1-SNAPSHOT</version>
9+
<version>1.4.4-RC1</version>
1010
<packaging>pom</packaging>
1111

1212
<url>https://www.github.com/microsoft/semantic-kernel</url>
@@ -838,6 +838,6 @@
838838
<url>https://github.com/microsoft/semantic-kernel</url>
839839
<connection>scm:git:https://github.com/microsoft/semantic-kernel.git</connection>
840840
<developerConnection>scm:git:https://github.com/microsoft/semantic-kernel.git</developerConnection>
841-
<tag>HEAD</tag>
841+
<tag>java-1.4.4-RC1</tag>
842842
</scm>
843843
</project>

0 commit comments

Comments
 (0)