Skip to content

Commit

Permalink
Update dotCLI version to 24.03.11-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
dotCMS-Machine-User authored and dotCMS-Machine-User committed Mar 11, 2024
1 parent d9a8c5c commit 65b804c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/dotcms-cli/api-data-model/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dotcms-cli-parent</artifactId>
<groupId>com.dotcms</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>24.03.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions tools/dotcms-cli/cli/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dotcms-cli-parent</artifactId>
<groupId>com.dotcms</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>24.03.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -42,13 +42,13 @@
<dependency>
<groupId>com.dotcms</groupId>
<artifactId>dotcms-api-data-model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>24.03.11-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.dotcms</groupId>
<artifactId>dotcms-api-data-model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>24.03.11-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tools/dotcms-cli/pom.xml
Expand Up @@ -12,7 +12,7 @@

<artifactId>dotcms-cli-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>24.03.11-SNAPSHOT</version>

<modules>
<module>api-data-model</module>
Expand Down

0 comments on commit 65b804c

Please sign in to comment.