Skip to content

Commit

Permalink
[maven-release-plugin] prepare release composum-ai-integration-0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r.wunsch@ist-software.com authored and r.wunsch@ist-software.com committed Jul 18, 2023
1 parent 50190d1 commit c69833c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/base/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.ai</groupId>
<artifactId>composum-ai-integration-backend</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>composum-ai-integration-backend-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.ai</groupId>
<artifactId>composum-ai-integration</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>composum-ai-integration-backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion composum/bundle/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.ai</groupId>
<artifactId>composum-ai-integration-composum</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>composum-ai-integration-composum-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion composum/config/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.ai</groupId>
<artifactId>composum-ai-integration-composum</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>composum-ai-integration-composum-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion composum/package/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.ai</groupId>
<artifactId>composum-ai-integration-composum</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>composum-ai-integration-composum-package</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion composum/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.ai</groupId>
<artifactId>composum-ai-integration</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>composum-ai-integration-composum</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>com.composum.ai</groupId>
<artifactId>composum-ai-integration</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>pom</packaging>

<name>Composum AI</name>
Expand Down Expand Up @@ -39,4 +39,8 @@
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>composum-ai-integration-0.4.1</tag>
</scm>
</project>

0 comments on commit c69833c

Please sign in to comment.