Skip to content

Commit

Permalink
Release 0.1.1 (patch) (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: Release Bot <infol@stapi.ai>
  • Loading branch information
stapi-bot and Release Bot authored Jul 14, 2023
1 parent db27070 commit a8c7496
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion base-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ai.stapi</groupId>
<artifactId>core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>base-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ai.stapi</groupId>
<artifactId>core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion form-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>ai.stapi</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion graph-operations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>ai.stapi</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion graph-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>ai.stapi</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ai.stapi</groupId>
<artifactId>core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>graph</artifactId>
<name>Stapi.ai Graph</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ai.stapi</groupId>
<artifactId>core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<modules>
<module>common</module>
<module>graph</module>
Expand Down
2 changes: 1 addition & 1 deletion schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ai.stapi</groupId>
<artifactId>core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<artifactId>schema</artifactId>
<name>Stapi.ai Schema</name>
Expand Down

0 comments on commit a8c7496

Please sign in to comment.