Skip to content

Commit

Permalink
Updated to Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschm42 committed May 3, 2024
1 parent 001c39c commit a6dac54
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 39 deletions.
8 changes: 4 additions & 4 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>

<artifactId>app</artifactId>
Expand All @@ -31,17 +31,17 @@
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>backend</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>frontend</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>service</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
58 changes: 29 additions & 29 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,38 @@
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.0-SNAPSHOT</version>
</parent>
xmlns="http://maven.apache.org/POM/4.0.0"
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.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.1-SNAPSHOT</version>
</parent>

<artifactId>backend</artifactId>
<packaging>jar</packaging>
<artifactId>backend</artifactId>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>service</artifactId>
<version>0.2.0-SNAPSHOT</version>
</dependency>
<dependencies>
<dependency>
<groupId>com.talkforgeai</groupId>
<artifactId>service</artifactId>
<version>0.2.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
</dependency>

<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>service</artifactId>
</dependency>
<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>api</artifactId>
</dependency>
</dependencies>
<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>service</artifactId>
</dependency>
<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>api</artifactId>
</dependency>
</dependencies>

</project>
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "talkforgeai-client",
"version" : "0.2.0",
"version" : "0.2.1",
"private" : true,
"scripts" : {
"serve" : "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>talkforgeai</name>
<description>talkforgeai</description>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.talkforgeai</groupId>
<artifactId>talkforgeai</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>

<artifactId>service</artifactId>
Expand Down

0 comments on commit a6dac54

Please sign in to comment.