Skip to content

Commit cf3d8cf

Browse files
authored
Merge pull request #275 from milderhc/sk-1.4.1
Sk 1.4.1
2 parents 46931df + ef4b925 commit cf3d8cf

File tree

26 files changed

+46
-33
lines changed

26 files changed

+46
-33
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.4.1-SNAPSHOT</version>
7+
<version>1.4.2-SNAPSHOT</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.1-SNAPSHOT</version>
9+
<version>1.4.2-SNAPSHOT</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.1-SNAPSHOT</version>
9+
<version>1.4.2-SNAPSHOT</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.1-SNAPSHOT</version>
9+
<version>1.4.2-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

api-test/integration-tests/src/test/java/com/microsoft/semantickernel/tests/ImportingMultiplePluginsTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
import com.microsoft.semantickernel.Kernel;
55
import com.microsoft.semantickernel.plugin.KernelPlugin;
66
import com.microsoft.semantickernel.plugin.KernelPluginFactory;
7+
import org.junit.Ignore;
78
import org.junit.jupiter.api.Assertions;
9+
import org.junit.jupiter.api.Disabled;
810
import org.junit.jupiter.api.Test;
911

1012
public class ImportingMultiplePluginsTest {
11-
13+
@Disabled
1214
@Test
1315
public void canImportMultiplePlugins() {
1416
KernelPlugin summarize = KernelPluginFactory.importPluginFromResourcesDirectory(

api-test/integration-tests/src/test/java/com/microsoft/semantickernel/tests/ResponseSchemaTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import java.io.StringWriter;
2929
import org.apache.commons.text.StringEscapeUtils;
3030
import org.jetbrains.annotations.NotNull;
31+
import org.junit.jupiter.api.Disabled;
3132
import org.junit.jupiter.api.Test;
3233
import org.mockito.Mockito;
3334
import reactor.core.publisher.Mono;
@@ -95,6 +96,7 @@ public void sendsResponseSchemaFromTemplate() throws IOException {
9596
);
9697
}
9798

99+
@Disabled
98100
@Test
99101
public void sendsResponseSchema() {
100102
OpenAIAsyncClient client = getOpenAIAsyncClient(

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

0 commit comments

Comments
 (0)