Skip to content

Commit

Permalink
Merge pull request #427 from com-pas/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
juancho0202 authored Mar 22, 2024
2 parents a66e151 + 02b27a1 commit 18e4265
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
release-type: maven
package-name: compas-scl-data-service
target-branch: main
- name: Checkout
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
Expand Down
6 changes: 2 additions & 4 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
</parent>

<artifactId>app</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions repository-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
</parent>

<artifactId>repository-postgresql</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
</parent>

<artifactId>repository</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.lfenergy.compas.scl.data</groupId>
<artifactId>compas-scl-data-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
</parent>

<artifactId>service</artifactId>
Expand Down

0 comments on commit 18e4265

Please sign in to comment.