Skip to content

Commit f5c3427

Browse files
chore(main): release 0.10.5-SNAPSHOT
1 parent f9fbb8a commit f5c3427

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

app/pom.xml

+2-4
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.cim.mapping</groupId>
1311
<artifactId>compas-cim-mapping</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.10.5-SNAPSHOT</version>
1513
</parent>
1614

1715
<artifactId>app</artifactId>

pom.xml

+2-4
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.cim.mapping</groupId>
1210
<artifactId>compas-cim-mapping</artifactId>
13-
<version>local-SNAPSHOT</version>
11+
<version>0.10.5-SNAPSHOT</version>
1412
<packaging>pom</packaging>
1513

1614
<properties>

service/pom.xml

+2-4
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.cim.mapping</groupId>
1311
<artifactId>compas-cim-mapping</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.10.5-SNAPSHOT</version>
1513
</parent>
1614

1715
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)