Skip to content

Commit c3ca369

Browse files
committed
Move to release version
1 parent a6bcf60 commit c3ca369

File tree

1 file changed

+3
-12
lines changed
  • samples/semantickernel-demos/sk-database-sample

1 file changed

+3
-12
lines changed

samples/semantickernel-demos/sk-database-sample/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<parent>
5-
<groupId>com.microsoft.semantic-kernel</groupId>
6-
<artifactId>semantickernel-demos</artifactId>
7-
<version>1.4.4-RC3-SNAPSHOT</version>
8-
<relativePath>../pom.xml</relativePath>
9-
</parent>
104

5+
<groupId>com.microsoft.semantic-kernel</groupId>
116
<artifactId>sk-database-sample</artifactId>
7+
<version>1.4.4-RC3-SNAPSHOT</version>
128
<name>Database Sample</name>
139

1410
<dependencyManagement>
1511
<dependencies>
1612
<dependency>
1713
<groupId>com.microsoft.semantic-kernel</groupId>
1814
<artifactId>semantickernel-bom</artifactId>
19-
<version>${project.version}</version>
15+
<version>1.4.4-RC2</version>
2016
<type>pom</type>
2117
<scope>import</scope>
2218
</dependency>
@@ -46,11 +42,6 @@
4642
<version>9.1.0</version>
4743
<scope>compile</scope>
4844
</dependency>
49-
<dependency>
50-
<groupId>com.microsoft.semantic-kernel</groupId>
51-
<artifactId>semantickernel-api-data</artifactId>
52-
<scope>compile</scope>
53-
</dependency>
5445
</dependencies>
5546

5647
<build>

0 commit comments

Comments
 (0)