Skip to content

Commit 842a4f5

Browse files
chore(main): release 0.3.2-SNAPSHOT
1 parent 6fcb0d9 commit 842a4f5

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

app/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2023 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.sitipe</groupId>
1311
<artifactId>compas-sitipe-service</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.3.2-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: 2023 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.sitipe</groupId>
1210
<artifactId>compas-sitipe-service</artifactId>
13-
<version>local-SNAPSHOT</version>
11+
<version>0.3.2-SNAPSHOT</version>
1412
<packaging>pom</packaging>
1513

1614
<properties>

repository/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2023 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.sitipe</groupId>
1311
<artifactId>compas-sitipe-service</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.3.2-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: 2023 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.sitipe</groupId>
1311
<artifactId>compas-sitipe-service</artifactId>
14-
<version>local-SNAPSHOT</version>
12+
<version>0.3.2-SNAPSHOT</version>
1513
</parent>
1614

1715
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)