Skip to content

Commit

Permalink
[Setup][skip ci] Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
laborima committed Aug 10, 2023
2 parents d38a853 + 860f5ed commit 7cfdd27
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion becpg-artworks-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>fr.becpg.artworks</groupId>
<artifactId>becpg-artworks</artifactId>
<version>${revision}</version>
<version>4.2.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion becpg-artworks-platform-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>fr.becpg.artworks</groupId>
<artifactId>becpg-artworks</artifactId>
<version>${revision}</version>
<version>4.2.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion becpg-artworks-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>fr.becpg.artworks</groupId>
<artifactId>becpg-artworks</artifactId>
<version>${revision}</version>
<version>4.2.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions becpg-artworks-share-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>fr.becpg.artworks</groupId>
<artifactId>becpg-artworks</artifactId>
<version>${revision}</version>
<version>4.2.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<groupId>fr.becpg.artworks</groupId>
<artifactId>becpg-artworks-share</artifactId>
<type>amp</type>
<version>${revision}</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion becpg-artworks-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>fr.becpg.artworks</groupId>
<artifactId>becpg-artworks</artifactId>
<version>${revision}</version>
<version>4.2.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.becpg.artworks</groupId>
<artifactId>becpg-artworks</artifactId>
<version>${revision}</version>
<version>4.2.1.0-SNAPSHOT</version>
<name>beCPG Artworks</name>
<description>beCPG Artworks parent project</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -82,7 +82,6 @@

<properties>

<revision>4.2.1.0-SNAPSHOT</revision>
<!-- Alfresco Maven Plugin version to use -->
<alfresco.sdk.version>4.4.0</alfresco.sdk.version>

Expand Down Expand Up @@ -458,6 +457,7 @@
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
<scmCommentPrefix>[Release][skip ci]</scmCommentPrefix>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>

Expand Down

0 comments on commit 7cfdd27

Please sign in to comment.