Skip to content

Commit f5986bd

Browse files
authored
[maven-release-plugin] prepare for next development iteration
1 parent afdfd96 commit f5986bd

File tree

24 files changed

+26
-26
lines changed

24 files changed

+26
-26
lines changed

Diff for: aiservices/google/pom.xml

+1-1
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.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

Diff for: aiservices/huggingface/pom.xml

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

Diff for: aiservices/openai/pom.xml

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

Diff for: api-test/integration-tests/pom.xml

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

Diff for: api-test/pom.xml

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

Diff for: data/semantickernel-data-azureaisearch/pom.xml

+1-1
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.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

Diff for: data/semantickernel-data-jdbc/pom.xml

+1-1
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.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

Diff for: data/semantickernel-data-redis/pom.xml

+1-1
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.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

Diff for: pom.xml

+2-2
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.3</version>
9+
<version>1.4.4-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<url>https://www.github.com/microsoft/semantic-kernel</url>
@@ -837,6 +837,6 @@
837837
<url>https://github.com/microsoft/semantic-kernel</url>
838838
<connection>scm:git:https://github.com/microsoft/semantic-kernel.git</connection>
839839
<developerConnection>scm:git:https://github.com/microsoft/semantic-kernel.git</developerConnection>
840-
<tag>java-1.4.3</tag>
840+
<tag>HEAD</tag>
841841
</scm>
842842
</project>

Diff for: samples/pom.xml

+1-1
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.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-concepts/pom.xml

+1-1
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.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-concepts/semantickernel-syntax-examples/pom.xml

+1-1
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.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-demos/booking-agent-m365/pom.xml

+1-1
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.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-demos/pom.xml

+1-1
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.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-demos/semantickernel-spring-starter/pom.xml

+1-1
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.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-demos/sk-presidio-sample/pom.xml

+1-1
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.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-learn-resources/pom.xml

+1-1
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.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-sample-plugins/pom.xml

+1-1
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.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-sample-plugins/semantickernel-openapi-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.semantic-kernel</groupId>
66
<artifactId>semantickernel-sample-plugins</artifactId>
7-
<version>1.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-sample-plugins/semantickernel-presidio-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.semantic-kernel</groupId>
66
<artifactId>semantickernel-sample-plugins</artifactId>
7-
<version>1.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.semantic-kernel</groupId>
66
<artifactId>semantickernel-sample-plugins</artifactId>
7-
<version>1.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: semantickernel-api/pom.xml

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

Diff for: semantickernel-bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.microsoft.semantic-kernel</groupId>
77
<artifactId>semantickernel-bom</artifactId>
8-
<version>1.4.3</version>
8+
<version>1.4.4-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Semantic Kernel Java BOM</name>
@@ -290,6 +290,6 @@
290290
<url>https://github.com/microsoft/semantic-kernel</url>
291291
<connection>scm:git:https://github.com/microsoft/semantic-kernel.git</connection>
292292
<developerConnection>scm:git:https://github.com/microsoft/semantic-kernel.git</developerConnection>
293-
<tag>java-1.4.3</tag>
293+
<tag>HEAD</tag>
294294
</scm>
295295
</project>

Diff for: semantickernel-experimental/pom.xml

+1-1
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.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>semantickernel-experimental</artifactId>

0 commit comments

Comments
 (0)