Skip to content

Commit 18e4265

Browse files
authored
Merge pull request #427 from com-pas/develop
Release
2 parents a66e151 + 02b27a1 commit 18e4265

File tree

6 files changed

+11
-20
lines changed

6 files changed

+11
-20
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
release-type: maven
2323
package-name: compas-scl-data-service
24+
target-branch: main
2425
- name: Checkout
2526
if: ${{ steps.release.outputs.release_created }}
2627
uses: actions/checkout@v4

app/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
44
55
SPDX-License-Identifier: Apache-2.0
66
-->
7-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
8-
xmlns="http://maven.apache.org/POM/4.0.0"
9-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
7+
<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">
108
<modelVersion>4.0.0</modelVersion>
119
<parent>
1210
<groupId>org.lfenergy.compas.scl.data</groupId>
1311
<artifactId>compas-scl-data-service</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.15.1-SNAPSHOT</version>
1513
</parent>
1614

1715
<artifactId>app</artifactId>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
44
55
SPDX-License-Identifier: Apache-2.0
66
-->
7-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
8-
xmlns="http://maven.apache.org/POM/4.0.0"
9-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
7+
<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">
108
<modelVersion>4.0.0</modelVersion>
119
<groupId>org.lfenergy.compas.scl.data</groupId>
1210
<artifactId>compas-scl-data-service</artifactId>
13-
<version>local-SNAPSHOT</version>
11+
<version>0.15.1-SNAPSHOT</version>
1412
<packaging>pom</packaging>
1513

1614
<properties>

repository-postgresql/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
44
55
SPDX-License-Identifier: Apache-2.0
66
-->
7-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
8-
xmlns="http://maven.apache.org/POM/4.0.0"
9-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
7+
<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">
108
<modelVersion>4.0.0</modelVersion>
119
<parent>
1210
<groupId>org.lfenergy.compas.scl.data</groupId>
1311
<artifactId>compas-scl-data-service</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.15.1-SNAPSHOT</version>
1513
</parent>
1614

1715
<artifactId>repository-postgresql</artifactId>

repository/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
44
55
SPDX-License-Identifier: Apache-2.0
66
-->
7-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
8-
xmlns="http://maven.apache.org/POM/4.0.0"
9-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
7+
<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">
108
<modelVersion>4.0.0</modelVersion>
119
<parent>
1210
<groupId>org.lfenergy.compas.scl.data</groupId>
1311
<artifactId>compas-scl-data-service</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.15.1-SNAPSHOT</version>
1513
</parent>
1614

1715
<artifactId>repository</artifactId>

service/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
44
55
SPDX-License-Identifier: Apache-2.0
66
-->
7-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
8-
xmlns="http://maven.apache.org/POM/4.0.0"
9-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
7+
<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">
108
<modelVersion>4.0.0</modelVersion>
119
<parent>
1210
<groupId>org.lfenergy.compas.scl.data</groupId>
1311
<artifactId>compas-scl-data-service</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.15.1-SNAPSHOT</version>
1513
</parent>
1614

1715
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)