Skip to content

Commit

Permalink
Merge pull request #432 from com-pas/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--compas-scl-data-service

chore(main): release compas-scl-data-service 0.15.2-SNAPSHOT
  • Loading branch information
pascalwilbrink authored Mar 26, 2024
2 parents 4f1add3 + a43946c commit 53c3426
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
<modelVersion>4.0.0</modelVersion>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.2-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion repository-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>repository-postgresql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>0.15.1-SNAPSHOT</version>
<version>0.15.2-SNAPSHOT</version>
</parent>

<artifactId>service</artifactId>
Expand Down

0 comments on commit 53c3426

Please sign in to comment.