Skip to content

Commit cdab2eb

Browse files
authored
[maven-release-plugin] prepare release java-1.2.2
1 parent 8e1f2e5 commit cdab2eb

File tree

20 files changed

+22
-22
lines changed

20 files changed

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

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.2.2-SNAPSHOT</version>
9+
<version>1.2.2</version>
1010
<packaging>pom</packaging>
1111

1212
<url>https://www.github.com/microsoft/semantic-kernel</url>
@@ -825,6 +825,6 @@
825825
<url>https://github.com/microsoft/semantic-kernel</url>
826826
<connection>scm:git:https://github.com/microsoft/semantic-kernel.git</connection>
827827
<developerConnection>scm:git:https://github.com/microsoft/semantic-kernel.git</developerConnection>
828-
<tag>HEAD</tag>
828+
<tag>java-1.2.2</tag>
829829
</scm>
830830
</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.2.2-SNAPSHOT</version>
7+
<version>1.2.2</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.2.2-SNAPSHOT</version>
7+
<version>1.2.2</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.2.2-SNAPSHOT</version>
7+
<version>1.2.2</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.2.2-SNAPSHOT</version>
7+
<version>1.2.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)