Skip to content

Commit 5642738

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

File tree

20 files changed

+22
-22
lines changed

20 files changed

+22
-22
lines changed

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

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

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

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

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

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

1212
<url>https://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>java-1.2.2</tag>
828+
<tag>HEAD</tag>
829829
</scm>
830830
</project>

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

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

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

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

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

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

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

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

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

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

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

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

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.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Semantic Kernel Java BOM</name>
@@ -256,6 +256,6 @@
256256
<url>https://github.com/microsoft/semantic-kernel</url>
257257
<connection>scm:git:https://github.com/microsoft/semantic-kernel.git</connection>
258258
<developerConnection>scm:git:https://github.com/microsoft/semantic-kernel.git</developerConnection>
259-
<tag>java-1.2.2</tag>
259+
<tag>HEAD</tag>
260260
</scm>
261261
</project>

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.2.2</version>
7+
<version>1.2.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>semantickernel-experimental</artifactId>

0 commit comments

Comments
 (0)