Skip to content

Commit

Permalink
Java: Update version and groupId for release (#1958)
Browse files Browse the repository at this point in the history
Set correct groupId and move to alpha version
  • Loading branch information
johnoliver committed Jul 12, 2023
1 parent 2212d46 commit 2b86b1f
Show file tree
Hide file tree
Showing 17 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions java/api-test/api-usage-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.microsoft.semantickernel.test</groupId>
<groupId>com.microsoft.semantic-kernel.test</groupId>
<artifactId>api-test</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core</artifactId>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions java/api-test/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.microsoft.semantickernel.test</groupId>
<groupId>com.microsoft.semantic-kernel.test</groupId>
<artifactId>api-test</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core</artifactId>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -50,17 +50,17 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.connectors</groupId>
<groupId>com.microsoft.semantic-kernel.connectors</groupId>
<artifactId>semantickernel-connectors</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.extensions</groupId>
<groupId>com.microsoft.semantic-kernel.extensions</groupId>
<artifactId>sequentialplanner-extensions</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core-skills</artifactId>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions java/api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-parent</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.microsoft.semantickernel.test</groupId>
<groupId>com.microsoft.semantic-kernel.test</groupId>
<artifactId>api-test</artifactId>
<packaging>pom</packaging>

Expand All @@ -27,7 +27,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-bom</artifactId>
<version>${project.version}</version>
<scope>import</scope>
Expand Down
12 changes: 6 additions & 6 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<modelVersion>4.0.0</modelVersion>

<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-parent</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://www.github.com/microsoft/semantic-kernel</url>

Expand Down Expand Up @@ -75,7 +75,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
Expand Down Expand Up @@ -123,17 +123,17 @@
<version>${azure-ai-openai.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.connectors</groupId>
<groupId>com.microsoft.semantic-kernel.connectors</groupId>
<artifactId>semantickernel-connectors</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.extensions</groupId>
<groupId>com.microsoft.semantic-kernel.extensions</groupId>
<artifactId>sequentialplanner-extensions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.extensions</groupId>
<groupId>com.microsoft.semantic-kernel.extensions</groupId>
<artifactId>actionplanner-extension</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
18 changes: 9 additions & 9 deletions java/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>samples</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -26,7 +26,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-bom</artifactId>
<version>${project.version}</version>
<scope>import</scope>
Expand All @@ -52,20 +52,20 @@

<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-api</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.connectors</groupId>
<groupId>com.microsoft.semantic-kernel.connectors</groupId>
<artifactId>semantickernel-connectors</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core-skills</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -85,12 +85,12 @@
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.extensions</groupId>
<groupId>com.microsoft.semantic-kernel.extensions</groupId>
<artifactId>sequentialplanner-extensions</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.extensions</groupId>
<groupId>com.microsoft.semantic-kernel.extensions</groupId>
<artifactId>actionplanner-extension</artifactId>
<scope>compile</scope>
</dependency>
Expand Down
14 changes: 7 additions & 7 deletions java/samples/sample-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>samples</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -14,21 +14,21 @@

<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-api</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.connectors</groupId>
<groupId>com.microsoft.semantic-kernel.connectors</groupId>
<artifactId>semantickernel-connectors</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core</artifactId>
<!-- TODO: scope should be runtime, but VolatileMemoryStore is an issue -->
<!-- <scope>runtime</scope> -->
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core-skills</artifactId>
</dependency>

Expand All @@ -48,7 +48,7 @@
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.extensions</groupId>
<groupId>com.microsoft.semantic-kernel.extensions</groupId>
<artifactId>sequentialplanner-extensions</artifactId>
<scope>compile</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions java/samples/semantickernel-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>samples</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -19,15 +19,15 @@

<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.connectors</groupId>
<groupId>com.microsoft.semantic-kernel.connectors</groupId>
<artifactId>semantickernel-connectors</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core-skills</artifactId>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions java/semantickernel-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-parent</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions java/semantickernel-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-bom</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Semantic Kernel Java BOM</name>
Expand All @@ -19,32 +19,32 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.connectors</groupId>
<groupId>com.microsoft.semantic-kernel.connectors</groupId>
<artifactId>semantickernel-connectors</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.extensions</groupId>
<groupId>com.microsoft.semantic-kernel.extensions</groupId>
<artifactId>sequentialplanner-extensions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-core-skills</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel.extensions</groupId>
<groupId>com.microsoft.semantic-kernel.extensions</groupId>
<artifactId>actionplanner-extension</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions java/semantickernel-connectors-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-parent</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>pom</packaging>

<groupId>com.microsoft.semantickernel.connectors</groupId>
<groupId>com.microsoft.semantic-kernel.connectors</groupId>
<artifactId>semantickernel-connectors-parent</artifactId>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.microsoft.semantickernel.connectors</groupId>
<groupId>com.microsoft.semantic-kernel.connectors</groupId>
<artifactId>semantickernel-connectors-parent</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -40,7 +40,7 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-api</artifactId>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java/semantickernel-core-skills/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-parent</artifactId>
<version>0.2.2-beta-SNAPSHOT</version>
<version>0.2.3-alpha-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>semantickernel-core-skills</artifactId>

<dependencies>
<dependency>
<groupId>com.microsoft.semantickernel</groupId>
<groupId>com.microsoft.semantic-kernel</groupId>
<artifactId>semantickernel-api</artifactId>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 2b86b1f

Please sign in to comment.