File tree Expand file tree Collapse file tree 20 files changed +33
-47
lines changed
semantickernel-syntax-examples
semantickernel-spring-starter
semantickernel-learn-resources
semantickernel-sample-plugins
semantickernel-openapi-plugin
semantickernel-presidio-plugin
semantickernel-experimental Expand file tree Collapse file tree 20 files changed +33
-47
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.microsoft.semantic-kernel</groupId >
86 <artifactId >semantickernel-parent</artifactId >
9- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0</version >
108 <relativePath >../../pom.xml</relativePath >
119 </parent >
1210
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <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" >
54 <modelVersion >4.0.0</modelVersion >
65
76 <parent >
87 <groupId >com.microsoft.semantic-kernel</groupId >
98 <artifactId >semantickernel-parent</artifactId >
10- <version >1.2.0-SNAPSHOT </version >
9+ <version >1.2.0</version >
1110 <relativePath >../../pom.xml</relativePath >
1211 </parent >
1312
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <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" >
54 <modelVersion >4.0.0</modelVersion >
65
76 <parent >
87 <groupId >com.microsoft.semantic-kernel</groupId >
98 <artifactId >semantickernel-parent</artifactId >
10- <version >1.2.0-SNAPSHOT </version >
9+ <version >1.2.0</version >
1110 <relativePath >../../pom.xml</relativePath >
1211 </parent >
1312
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.microsoft.semantic-kernel</groupId >
88 <artifactId >api-test</artifactId >
9- <version >1.2.0-SNAPSHOT </version >
9+ <version >1.2.0</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.microsoft.semantic-kernel</groupId >
88 <artifactId >semantickernel-parent</artifactId >
9- <version >1.2.0-SNAPSHOT </version >
9+ <version >1.2.0</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <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" >
54
65 <modelVersion >4.0.0</modelVersion >
76
87 <groupId >com.microsoft.semantic-kernel</groupId >
98 <artifactId >semantickernel-parent</artifactId >
10- <version >1.2.0-SNAPSHOT </version >
9+ <version >1.2.0</version >
1110 <packaging >pom</packaging >
1211
1312 <url >https://www.github.com/microsoft/semantic-kernel</url >
665664 <licenseHeader >
666665 <content >// Copyright (c) Microsoft. All rights reserved.</content >
667666 </licenseHeader >
668- <toggleOffOn />
667+ <toggleOffOn />
669668 </java >
670669 </configuration >
671670 </plugin >
813812 <url >https://github.com/microsoft/semantic-kernel</url >
814813 <connection >scm:git:https://github.com/microsoft/semantic-kernel.git</connection >
815814 <developerConnection >scm:git:https://github.com/microsoft/semantic-kernel.git</developerConnection >
816- <tag >HEAD </tag >
815+ <tag >java-1.2.0 </tag >
817816 </scm >
818817</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.microsoft.semantic-kernel</groupId >
66 <artifactId >semantickernel-parent</artifactId >
7- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.microsoft.semantic-kernel</groupId >
66 <artifactId >semantickernel-samples-parent</artifactId >
7- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.microsoft.semantic-kernel</groupId >
66 <artifactId >semantickernel-concepts</artifactId >
7- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.microsoft.semantic-kernel</groupId >
66 <artifactId >semantickernel-demos</artifactId >
7- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
You can’t perform that action at this time.
0 commit comments